HosipLan

Untitled

Jan 18th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class ClientsControl extends Control
  2. {
  3.     public function __construct()
  4.     {
  5.         parent::__construct();
  6.  
  7.         $this['upload'] = new Clients\Upload;
  8.         $this['note'] = new Clients\Note;
  9.         $this['filters'] = new Clients\Filters;
  10.         $this['events'] = new Clients\Events;
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment