|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn560655976 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
100319s2010 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CEF
|d E7B
|d OCLCQ
|d N$T
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d YDXCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d COO
|d OCLCQ
|d JBG
|d U3W
|d VTS
|d NLE
|d OCLCQ
|d UKMGB
|d SINPL
|d MOR
|d PIFAG
|d STF
|d WRM
|d VT2
|d OCLCQ
|d M8D
|d UKAHL
|d HS0
|d UKCRE
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018014699
|2 Uk
|
019 |
|
|
|a 642443707
|a 712654852
|a 764550502
|a 961510647
|a 988474150
|a 1153511354
|
020 |
|
|
|a 9781847199652
|q (electronic bk.)
|
020 |
|
|
|a 1847199658
|q (electronic bk.)
|
020 |
|
|
|z 9781847199645
|
020 |
|
|
|z 184719964X
|
029 |
1 |
|
|a AU@
|b 000045980411
|
029 |
1 |
|
|a AU@
|b 000054171665
|
029 |
1 |
|
|a CHBIS
|b 006151948
|
029 |
1 |
|
|a CHNEW
|b 000605623
|
029 |
1 |
|
|a CHVBK
|b 171389743
|
029 |
1 |
|
|a DEBBG
|b BV043100806
|
029 |
1 |
|
|a DEBSZ
|b 35544982X
|
029 |
1 |
|
|a DEBSZ
|b 372698255
|
029 |
1 |
|
|a DEBSZ
|b 421626399
|
029 |
1 |
|
|a HEBIS
|b 29151975X
|
029 |
1 |
|
|a NLGGC
|b 332269140
|
029 |
1 |
|
|a NZ1
|b 13870177
|
029 |
1 |
|
|a UKMGB
|b 018014699
|
029 |
1 |
|
|a AU@
|b 000067113275
|
035 |
|
|
|a (OCoLC)560655976
|z (OCoLC)642443707
|z (OCoLC)712654852
|z (OCoLC)764550502
|z (OCoLC)961510647
|z (OCoLC)988474150
|z (OCoLC)1153511354
|
037 |
|
|
|a CL0500000060
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.P224
|b P422 2010
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Peacock, Michael.
|
245 |
1 |
0 |
|a PHP 5 e-commerce development :
|b create a flexible framework in PHP for a powerful e-commerce solutuion /
|c Michael Peacock.
|
260 |
|
|
|a Birmingham, U.K. :
|b Packt Pub.,
|c ©2010.
|
300 |
|
|
|a 1 online resource (xi, 334 pages) :
|b illustrations.
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a From technologies to solutions
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a The popularity of online shopping has increased dramatically over the past few years. There are plenty of options available if you not are planning to build your own e-commerce solution but sometimes it's better to use your own solutions. It may be easy to find an e-commerce system but when it comes to extending it or using it you might come across a lot of difficulties. This book will show you how to create your own PHP framework that can be extended and used with ease, particularly for e-commerce sites. Using this framework you will be able to display and manage products, customize products, create wish-lists, make recommendations to customers based on previous purchases, send email notifications when certain products are in stock, rate the products online, and much more. This book helps you build a Model-View-Controller style framework, which is then used to put together an e-commerce application. The framework contains template management, database management, and user authentication management. With core functionality in place, e-commerce-focused features are gradually added to the framework including products, categories, customizable products with different variations and customer input, wish-lists, recommendations, the shopping basket, and a complete order process. At the end of the book, you will have an e-commerce architecture that will take you from viewing or searching for products, and adding them to your basket, through the checkout process and making payment for your order, to your order being dispatched. Focus is placed on flexibility, so that the framework can be extended as the needs of a particular store change, as illustrated by one of the appendices, which goes through the process of modifying the store to sell downloadable products, as well as physical ones. Supplementary information, such as how to market and promote an online store, as well as take regular backups and perform maintenance is also covered, ensuring you have every chance of success with you own e-commerce framework backed store.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: PHP e-commerce; e-commerce: who, what, where, why?; An overview of e-commerce; eBay; Amazon; Brick 'N Mortar stores; Service-based companies; Why use e-commerce?; Rolling out your own framework; Why PHP?; Why a framework?; When to use an existing package?; Existing products; A look at e-commerce sites; iStockphoto; WooThemes; eBay; Amazon; Play.com; e-commerce: what does it need to do/have?; Products; Checkout process; General; Our framework: what is it going to do?
|
505 |
8 |
|
|a Our framework: why is it going to do it?Juniper Theatricals; Summary; Chapter 2: Planning our Framework; Designing a killer framework; Patterns; Model-View-Controller (MVC); Registry; Singleton; Structure; Building a killer framework; Pattern implementation; MVC; Registry; Singleton; Registry objects; Routing requests; An alternative: with a router; Processing the incoming URL within our registry object; index.php; .htaccess file; Configuration file; What about e-commerce?; An e-commerce registry?; Summary; Chapter 3: Products and Categories; What we need; Product information
|
505 |
8 |
|
|a Category informationStructuring content within our framework; Pages; Content; Versioning; Building products, categories, and content functionality into our framework; Database; Content; Content types; Content versions; Products; Categories; Pages within our framework; Model; View; Controller; Products; Model; View; Controller; Categories; Model; View; Controller; Some thoughts; Product and category images; Routing products and categories; Featured products; Embedding products; Summary; Chapter 4: Product Variations and User Uploads; Giving users choice; Simple variants; How could this work?
|
505 |
8 |
|
|a Combinations of variantsHow will this work?; High-level overview; Database structure; Template switching; Templates; A look back at simple variants; Giving users control; How to customize a product?; Uploads; Custom text; Maintaining uploads; Security considerations; Database changes; Extending our products table; Template switching; Shopping basket preparation; Stock control; Product variations; Product customizations; Basket templates; Product subtotals; Summary; Chapter 5: Enhancing the User Experience; Juniper Theatricals; The importance of user experience; Search; Finding products
|
505 |
8 |
|
|a Search boxControlling searches with the products controller; Search results; Improving searches; Filtering products; Product attributes; Filter options; Processing filter requests; Displaying filtered products; Improving product filtering; Providing wish lists; Creating the structure; Saving wishes; Wish-list controller; Add to wish list; Viewing a wish list; Controller changes; Wish-list view; Purchases; Gift purchases; Self purchases; Improving the wish list; Recommendations; Related products; Controlling the related products; Viewing the related products; E-mail recommendations
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
0 |
|a Web sites.
|
650 |
|
0 |
|a Electronic commerce.
|
650 |
|
6 |
|a PHP (Langage de programmation)
|
650 |
|
6 |
|a Sites Web.
|
650 |
|
6 |
|a Commerce électronique.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C♯
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a PHP (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Web sites.
|2 blmlsh
|
650 |
|
7 |
|a Electronic commerce.
|2 blmlsh
|
650 |
|
7 |
|a Electronic commerce
|2 fast
|
650 |
|
7 |
|a PHP (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web sites
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Peacock, Michael.
|t PHP 5 e-commerce development.
|d Birmingham, U.K. : Packt Pub., ©2010
|z 9781847199645
|w (OCoLC)642443707
|
830 |
|
0 |
|a From technologies to solutions.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=358516
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26943035
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10442963
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 358516
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3605052
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 100543330
|
994 |
|
|
|a 92
|b IZTAP
|