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.
metalking (9:00)
2 years ago 0 + -$installed_modules[] = str_replace('.php', '', $file);
//one function, no condition for folders.. it's less work for the server ;)
metalking (34:37)
2 years ago 0 + -Hi. For scaffolding, just do like this in your routes.php :
$route['pages/scaffolding(.*)'] = "pages/scaffolding$1";
$route['(.*)'] = "pages/index/$1";
;)
elliothau... (36:10)
2 years ago 0 + -Thanks for the input metalking!