<?php namespace app\models; class Topic extends \lithium\action\Model { public function __init() { parent::__init(); //Vadidators } }