Tag-Archive for » Framework «

Codeigniter 1.7 released finally

This is a greate news for CI(Code Igniter) community that, CI 1.7 released finally. With many more features and corrections as earlier releases. But this version have some exciting new features. For example validation is one of them. Previously, validation takes number of lines of code to control which is now less amont of lines. Moreover, most powerful thing is that, you don’t need to write validation codes in every single page of your application. Simply one validation page is totally concern with all the validations. It’s really impressive one. Really impressive which take your lesser amount of time to develop an application.

Using PHP version >5 CI 1.7 is now more effective and rich framework then last time. In addition, Code Igniter always made user guide builtin in their package. To know the latest updates and how to utilize the power read user guide with full of your concentration. Why not have a look ?
Visit: http://www.codeigniter.com 
Download code igniter 1.7 and extract it. Now you have powerful framework with user guide. So no way to prevent you :)

Best of luck with CI 1.7

Welcome to Code Igniter

Welcome to CodeIgniter

CodeIgniter is an Application Development Framework – a toolkit – for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

Please read the Introduction section of the User Guide to learn the broad concepts behind CodeIgniter, then read the Getting Started page.

Who is CodeIgniter For?
CodeIgniter is right for you if:

  • You want a framework with a small footprint.
  • You need exceptional performance.
  • You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
  • You want a framework that requires nearly zero configuration.
  • You want a framework that does not require you to use the command line.
  • You want a framework that does not require you to adhere to restrictive coding rules.
  • You are not interested in large-scale monolithic libraries like PEAR.
  • 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.
  • You need clear, thorough documentation
CodeIgniter Uses M-V-C
CodeIgniter uses the Model-View-Controller approach, which allows great separation between logic and presentation. This is particularly good for projects in which designers are working with your template files, as the code these file contain will be minimized. We describe MVC in more detail on its own page.

[Directly copy and paste from CI User guide because they know about code igniter better then me ;) ]