Guest User

Untitled

a guest
Aug 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. In zend framework, what is 'resource' ? [closed]
  2. resources.modules[] =
  3.  
  4. <resources>
  5.  
  6. <modules>
  7.  
  8. <!-- Placeholder to ensure an array is created -->
  9.  
  10. <placeholder />
  11.  
  12. </modules>
  13.  
  14. </resources>
  15.  
  16. $options = array(
  17.  
  18. 'resources' => array(
  19.  
  20. 'modules' => array(),
  21.  
  22. ),
  23.  
  24. );
Add Comment
Please, Sign In to add comment