¡@

Home 

php Programming Glossary: apppath.'controllers

Codeigniter Routes regex - using dashes in controller/method names

http://stackoverflow.com/questions/2428134/codeigniter-routes-regex-using-dashes-in-controller-method-names

controller exist in the root folder if file_exists APPPATH.'controllers '.str_replace ' ' '_' segments 0 .EXT return segments Is the.. segments Is the controller in a sub folder if is_dir APPPATH.'controllers '. segments 0 Set the directory and remove it from the segment.. controller exist in the sub folder if file_exists APPPATH.'controllers '. this fetch_directory .str_replace ' ' '_' segments 0 .EXT..