CodeIgniter Screencast 2 Favorite

This website uses Adobe® Flash™ Player 9
Download Flash Now

If you are using Internet Explorer, you will need to restart your browser after installing Flash.
Adobe and Flash are registered trademarks of Adobe Systems incorporated. All rights reserved.

978 views • Uploaded May 31, 2007

$installed_modules[] = str_replace('.php', '', $file);
//one function, no condition for folders.. it's less work for the server ;)

Hi. For scaffolding, just do like this in your routes.php :

$route['pages/scaffolding(.*)'] = "pages/scaffolding$1";
$route['(.*)'] = "pages/index/$1";

;)

Comments Feed