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
PHP 5 E-commerce Development: Create a flexible framework in PHP for a powerful e-commerce solution
โ Scribed by Michael Peacock
- Publisher
- Packt Publishing
- Year
- 2010
- Tongue
- English
- Leaves
- 357
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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.
๐ SIMILAR VOLUMES
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 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
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