选择语言 :

 Module_OOP_ORM_Finder_DB::__construct

null Module_OOP_ORM_Finder_DB::__construct( )
File: ./modules/oop/orm/finder/db.class.php
function __construct()
{
    if ( null === $this->tablename )
    {
        throw new Exception(__('orm tablename is not declared.'));
    }
    parent::__construct();
}