Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public static function select($query, $array)
  2. {
  3. if (!is_array($array))
  4. {
  5. die('Database select: Parameter two is not an array');
  6. }
  7. }
  8.  
  9. public static function select($query, $array)
  10. {
  11. if (!is_array($array))
  12. {
  13. die('Database select: Parameter two is not an array');
  14. return false;
  15. }
  16. }
Add Comment
Please, Sign In to add comment