The book promises the following: *Build a flexible e-commerce framework using PHP, which can be extended and modified for the purposes of any e-commerce site *Enable customer retention and more business by creating rich user experiences *Develop a suitable structure for your framework and create
PHP 5 E-commerce Development
โ Scribed by Michael Peacock
- Year
- 2010
- Tongue
- English
- Leaves
- 356
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
This is a fast-paced tutorial focusing on creating a framework and using it to build an online store through an ongoing case study. Later chapters include examples to illustrate how easily the framework can be adapted for different situations. The framework and code are enhanced and built upon with each chapter, adding more and more functionality. If you are a web developer, or anyone looking to increase your understanding of e-commerce site development, this book is for you. Primarily aimed at PHP developers, it is suitable for any web developer interested in enhancing their e-commerce knowledge, or developers looking to move towards PHP. Intermediate knowledge of PHP development and object-oriented programming is assumed, and basic knowledge of e-commerce principles will be of benefit too.
๐ SIMILAR VOLUMES
Tossed up for three stars, for the information and core concepts are good. There are some errors in the code that need to be addressed to get the scripts to function, but so far simple stuff. A couple of typos and the author calls class::method instead of object::method in a few places. Read throug
This is a fast-paced tutorial focusing on creating a framework and using it to build an online store through an ongoing case study. Later chapters include examples to illustrate how easily the framework can be adapted for different situations. The framework and code are enhanced and built upon with
This is a fast-paced tutorial focusing on creating a framework and using it to build an online store through an ongoing case study. Later chapters include examples to illustrate how easily the framework can be adapted for different situations. The framework and code are enhanced and built upon with
The title of this book is a little misleading-- I found it to be all about e-commerce, little about PHP 5. (Though all the source code given is PHP 5, it is not a book to teach the reader PHP). It is a very good resource for anyone that needs to run an e-commerce site. The author provides a brief
This is a fast-paced tutorial focusing on creating a framework and using it to build an online store through an ongoing case study. Later chapters include examples to illustrate how easily the framework can be adapted for different situations. The framework and code are enhanced and built upon with