PHP uses CI framework to develop e-mall project resources (video, courseware source code) recommended

Source: Internet
Author: User
Tags php framework
"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

    1. Course Objectives

    2. Course Schedule

    3. Learning Style

    4. CI Brief Introduction

    5. CI Quick Start

Two. CI Quick Start

    1. Get and install

    2. Define your own controllers and views

    3. Several concepts that must be clear

Three. Mvc full case

    1. Preparatory work

    2. Finish adding news

    3. 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 ~

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.