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

NetTuts.com: Testing Laravel Controllers

PHPBuilder.com: Using the mysqli Interface: Basic Techniques

HTMLGoodies.com: PHP Tutorial - Introduction

Zend Developer Zone: The HYSOCAMTT templating approach

DevShed: Implementing the Stage Pattern in PHP 5


Community Events











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


language opinion series conference zendframework2 podcast functional object unittest introduction framework composer tool development release code example testing interview community

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