miholeus

Untitled

Jan 27th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. $nonauth = 1;
  3. require_once 'config.inc.php';
  4.  
  5. $db = Db::getInstance();
  6.  
  7. print_r(Db::createWhere(array('p.id'=>1)));
Advertisement
Add Comment
Please, Sign In to add comment