Guest User

Untitled

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. function __completeComponents(){
  3. $this->Acl = new AclComponent();
  4. $this->Auth = new AuthComponent();
  5. $this->Cookie = new CookieComponent();
  6. $this->Email = new EmailComponent();
  7. $this->RequestHandler = new RequestHandlerComponent();
  8. $this->Security = new SecurityComponent();
  9. $this->Session = new SessionComponent();
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment