1 2 3 4 5 6 7 8 9
<?php namespace app\models; Class entry extends \lithium\data\Model { public static function __init() { parent::__init(); } }