<?php namespace app\models; Class entry extends \lithium\data\Model { public static function __init() { parent::__init(); } }