Example #1
0
 /**
  * LazyestAdminFolder::__construct()
  * 
  * @param mixed $path
  * @return void
  */
 function __construct($path)
 {
     global $lg_gallery;
     LazyestFolder::__construct($path);
     $this->thiscount = $this->count();
 }