Welcome Guest, Not a member yet? Register   Sign In
Help me for Avoid Name Collision and Admin Panel
#6

I found Simple Solution I think is usefull for many persons..

I am using codeigniter's moduler extention(HMVC);

just add bellow config line in application/config/config.php
Code:
$config['controller_suffix'] = "Controller";//for SampleController
or
$config['controller_suffix'] = "_controller"; //for Sample_controller;

Super easy Wink
Reply


Messages In This Thread
RE: Help me for Avoid Name Collision and Admin Panel - by Vimal - 06-19-2015, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB