Example #1
0
 static function modelWithPageStart($start)
 {
     $instance = new self();
     $instance->initStart($start);
     return $instance;
 }