News Feed
Jobs Feed
Sections




News Archive
Emran Hasan' Blog:
Changing the default controller naming convention in CodeIgniter
September 21, 2009 @ 09:43:09

Emran Hasan has a quick new post to his blog today looking at how you can change the default controller naming scheme that the CodeIgniter framework uses (to prevent things like naming conflicts and the like).

CodeIgniter is one of my favorite framework and I often use it for developing application quickly. Although it is very flexible in most cases, I find its naming convention to be strict. Many times I have faced this problem when my controller's class name and a model/library's class names are the same '" a Fatal error is inevitable.

His method involves extending the core CI_Router class to change the _validate_request method to change the location and the naming convention (from Users to UsersController) for the default controller settings. Code for the update is included.

0 comments voice your opinion now!
codeigniter naming controller default tutorial


blog comments powered by Disqus

Similar Posts

Yet Another Web Development Blog: Dear PHP, I think it's time we broke up.

Ben Ramsey's Blog: Build PHP 5.4 on CentOS 6.2

PHPEasy.co.uk: Design Patterns - The Singleton Pattern

DevShed: Using Static Methods to Validate Data with Helpers in PHP 5

Jeroen Keppens' Blog: Create a modular application with Zend Framework


Community Events











Don't see your event here?
Let us know!


symfony2 zendframework2 phpunit testing usergroup rest framework introduction database functional series unittest release conference development community podcast interview opinion language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework