Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. use Database;
  4.  
  5. class BlogModel extends Database
  6. {
  7. protected function DatabaseAuthorize($login, $password)
  8. {
  9. $this->OpenConnection();
  10. $this->CloseConnection();
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement