Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Build: 0001
  2. ----------
  3. void Core::init(void);
  4.  
  5. void Core::terminate(void);
  6.  
  7. object Core::Extension(void);
  8.  
  9. object Core::Util(void);
  10.  
  11. void Core::doLog(string $log, string $class, string $method [, string $file = '' [, integer $line 0 [, boolean $doLog = CORE_DO_SYSTEM_LOG]]]);
  12. ----------
  13. Core::init();
  14. Core::Extension->MySQL->sendQuery('test');
  15. $row = Core::Extension->MySQL->fetchAssoc();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement