Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NETTUTS.com:
6 CodeIgniter Hacks for the Masters
Dec 30, 2009 @ 15:15:33

On the NETTUTS.com site today there's a new tutorial with a few tips (six of them) for CodeIgniter sites to give them a bit of extra performance.

CodeIgniter is a simple and powerful open source web application framework for PHP. Today, we'll do some core "hacks" to this framework to change and improve its functionality. In the process, you'll gain a better understanding of the intricacies of CodeIgniter.

Thier six tips, while not the most idea for production systems (at least not until tested on a development site), can help out your application in a few different ways. Here's their list:

  • Autoloading Models PHP 5 Style
  • Prevent Model-Controller Name Collision
  • Form Validation for Unique Values
  • Running CodeIgniter from the Command Line
  • Adding Doctrine ORM to CodeIgniter
  • Running Multiple Sites
tagged: codeigniter hack tip

Link:


Trending Topics: