12.06
php
saved
Sliv
Note
1.2 - Get list of Controllers or Models
Based on code from: http://www.thinkingphp.org/2007/07/12/quick-dessert-list-all-controllers-of-a-cakephp-application/
1.2 - Get list of Controllers or Models
Based on code from: http://www.thinkingphp.org/2007/07/12/quick-dessert-list-all-controllers-of-a-cakephp-application/
- function listClassNames($classType = 'controller') {
- $Configure =& Configure::getInstance();
- foreach($Configure->{$classType.'Paths'} as $path) {
- }
- return $classes;
- }
- function __getClassName($fileName) {
- return Inflector::camelize($className);
- }
Parsed in 0.031 seconds, using GeSHi 1.0.7.14