Guest User

Untitled

a guest
Feb 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. var $components = array('Session','Acl','Email');
  3. function __completeComponent(){
  4. $this->Session = new SessionComponent();
  5. $this->Acl = new AclComponent();
  6. $this->Email = new EmailComponent();
  7. }
Add Comment
Please, Sign In to add comment