function __construct($get)
 {
     gen_time('Controllers/Control_Users');
     $this->get = $get;
     parent::__construct();
     $this->index();
 }
 function __construct()
 {
     gen_time('class/Model_Posts');
     parent::__construct();
 }