Guest User

Untitled

a guest
Jan 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. file array.php
  2.  
  3. <?php
  4. return array('foo' => 'bar);
  5.  
  6. file IndexController.php
  7. $array = require_once('array.php');
Add Comment
Please, Sign In to add comment