Explained like a charm https://stackoverflow.com/questions/15898843/what-means-new-static
class Export extends Model { public static $itemsPerPage = 20; public function test() { static::$itemsPerPage; } }