Guest User

Untitled

a guest
Jun 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. include dirname(__FILE__).'/sfPluginTestBootstrap.class.php';
  4. $bootstrap = new sfPluginTestBootstrap();
  5. $bootstrap->bootstrap();
  6.  
  7. $configuration = $bootstrap->getConfiguration();
  8. $context = $bootstrap->getContex
Add Comment
Please, Sign In to add comment