"Php_ci rapid development of Electronic mall Project Video tutorial" mainly introduces CI, full name CodeIgniter, is a small but powerful PHP framework. CI provides a rich set of standard libraries and simple interfaces and logical structures based on OOP and MVC, which are designed to enable developers to develop projects faster.
This set of CI video tutorial is not simply to explain the various points of knowledge of CI, but to take a project-driven way to interpret CI. From the simple MVC writing, the use of tools and auxiliary functions to CI execution process analysis, the expansion of core classes, flexible project structure planning are explained in detail. More importantly, through the development of e-mall, can also learn the database analysis and design, business logic analysis and processing, so as to accumulate project experience for themselves. In the study of CI framework at the same time can also accumulate project experience, double benefit, not fast!
This course play address: http://www.php.cn/course/558.html
This video was created by the Dark Horse programmer Hao teacher lecturer, the teacher of the lecture style:
Teachers are proficient in teaching skills, full of wit, all kinds of teaching methods, skills, at ease, just right, and without the slightest trace of the carving. The whole classroom teaching structure is like a kind of design good procedure, the transition nature, the organization is tight, collocation is reasonable, methodical.
The most difficult part of this video is the shopping cart:
The operation of the goods in the shopping cart is generally as follows: adding goods, deleting items, and submitting orders;
The essence of the method is: the session is deposited into the array, the array is added, deleted, modified operation, each group of records in the array is a commodity information (number, price, etc.);
The idea of solving a shopping cart is to record a two-dimensional array with the session. One-dimensional represents each commodity, two-dimensional contains the product ID, the number of goods ... And so can increase their own, anyway, are two-dimensional, they are willing to take the number of product attributes added to.
The operation flow of the shopping cart: First, login to the website to browse the goods; then, purchase the specified item and go to the shopping cart page, where you can change the number of items, delete items, empty the cart, continue shopping, etc., and finally, generate orders, submit orders, etc.
Here also recommend the source of resources to download: http://www.php.cn/xiazai/learn/2049
In the courseware, we share the complete code:
I. Introduction of the Course
Course Objectives
Course Schedule
Learning Style
CI Brief Introduction
CI Quick Start
Two. CI Quick Start
Get and install
Define your own controllers and views
Several concepts that must be clear
Three. Mvc full case
Preparatory work
Finish adding news
Finish reading the News
The above is only part of the courseware, more content and the source code of the small partners can download their own to watch ~