php - Use folders Inside CodeIgniter Model and Contollers -
im using codeignater framwork build php website. need organize controllers
application/controller/hrmodulecontroller/<mycontnrollers>
application/controller/accountmodulecontroller/<mycontnrollers>
can use way organize contollers , models ??
if can how call controller in view ??
<?php echo hrmodulecontroller/employeecontoller/select_all ?>//is correct??
for controllers can this, adding root controller inside /application/core
refer link - http://glennpratama.wordpress.com/2009/10/20/multi-level-subfolder-for-controller-in-codeigniter/
Comments
Post a Comment