Exemplo n.º 1
0
 function __construct($args)
 {
     parent::__construct($args);
     $this->arg('list', null, $args);
     $this->arg('ctrl', null, $args);
     $this->arg('pagination', null, $args);
     $this->arg('groupBy', null, $args);
     $this->imagesDir = $this->pathToUrl($this->systemImagesDir(), true);
 }
Exemplo n.º 2
0
 function __construct($args)
 {
     parent::__construct($args);
     $this->arg('showInput', null, $args, false);
 }