/**
  * overwrite the static page_length of the admin panel, 
  * should be called in the project _config file.
  */
 static function set_page_length($length)
 {
     self::$page_length = $length;
 }