CodeIgniter Framework Basic Tutorial
CodeIgniter is open souce PHP Framework.
What is CodeIgniter?
- Cool toolkit for building web.
- Simple and elegant framework to create web applications.
- Good documented PHP framework
Why CodeIgniter?
- Cool performance
- Small footprint
- Almost zero configuration framework
- Framework with good and clear documentation
Where You can get it?
- You can download at http://codeigniter.com/
Whenever you need CodeIgniter?
- You need exceptional performance.
- You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
- You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one)
- You eschew complexity, favoring simple solutions
Learn CodeIgniter Framework Basic
Introduction to CodeIgniter FrameworkCodeIgniter: Installation
Creating First Application at CodeIgniter
Creating and Sending Parameters Between Controller and View
Getting Parameters From GET
Setting Database Configuration
Preparing Database
Showing Simple All Data
Showing Simple One Data
Choosing a Data From GET
Learn CodeIgniter Framework Form
Creating SkeletonFile Structure
Creating Layout Code
Creating Menu Library
Putting Text at Header and Footer
Centralizing $data
Adding CSS
Creating Form HTML
Creating Beautiful Form Code
CodeIgniter HTML Style
Preparing Table at Database
Creating Insert Data
Creating List Data Use Table Library
Creating Table List Without Table Library
Using URL Helper
Showing Single Data for Form Edit
Something Happen With Form Parameters
Updating Data
Deleting Data
blog comments powered by Disqus

