Ejemplo n.º 1
0
Archivo: Grid.php Proyecto: arhe/pwak
 /**
  * Constructor
  *
  * @access protected
  */
 function __construct()
 {
     parent::__construct();
     // Pour gerer plusieurs grids dans le meme script
     static $_instances = 0;
     $_instances++;
     $this->NbGridsInPage = $_instances;
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  * @access protected
  */
 function __construct()
 {
     parent::__construct();
     $this->itemPerPage = 1000000;
 }