Example #1
0
 public static function all($where = null, $order = null, $limit = null)
 {
     return parent::_all(__CLASS__, $where, $order, $limit);
 }