Guest User

Untitled

a guest
Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $frontController->setControllerDirectory(array(
  2. 'default' => ROOT_DIR . '/application/default/controllers',
  3. 'article' => ROOT_DIR . '/application/article/controllers'
  4. ));
  5.  
  6. /*
  7. Zend
  8. /application
  9. /article
  10. /controllers
  11. ....
  12. /default
  13. /controllers
  14. ....
  15. bootstrap.php
  16. */
Add Comment
Please, Sign In to add comment