Tag Archives: framework
Learning Django Web Development Framework

Learning Django Web Development Framework

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it.

Read more
Building a Shopping Cart using CodeIgniter’s Shopping Cart Class

Building a Shopping Cart using CodeIgniter’s Shopping Cart Class

Late last year CodeIgniter v1.7.2 was released with a lot of improvements and bug fixes. This version is now compatible with PHP5.3.0, they added is_php() to Common functions to facilitate PHP version comparisons,

Read more
Reading CSV File in CodeIgniter

Reading CSV File in CodeIgniter

A Comma separated values (CSV) file is a computer data file used for implementing the tried and true organizational tool, the Comma Separated List. The CSV file is used for the digital storage of data structured in a table of lists form, where each associated item (member) in a group is in association with others [...]

Read more
Building a basic PHP E-Commerce Application using CodeIgniter Framework – Part 2

Building a basic PHP E-Commerce Application using CodeIgniter Framework – Part 2

Now that we are done the CI installation. We are ready to start building our e-commerce application. What we need to do first is design our database structure. You can of course freely design your own structure, but for this tutorial I made it simple.

Read more