null Module_OOP_ORM_Finder_DB::__construct( )
3435363738394041function __construct(){ if ( null === $this->tablename ) { throw new Exception(__('orm tablename is not declared.')); } parent::__construct();}
function
__construct()
{
if
( null ===
$this
->tablename )
throw
new
Exception(__(
'orm tablename is not declared.'
));
}
parent::__construct();