* @version 0.5.2 * @package Katharsis */ class Example extends Katharsis_Model_Abstract { /** * Init method, will be called when this class is instanced * Use this method instead of __construct() * * @return void */ public function init() { } }