コード例 #1
0
ファイル: Page.php プロジェクト: nizsheanez/PolymorphCMS
	/**
	 * Returns the static model of the specified AR class.
	 * @return Lookup the static model class
	 */
	public static function model($className=__CLASS__)
	{
		return parent::model($className);
	}
コード例 #2
0
ファイル: Record.php プロジェクト: nizsheanez/PolymorphCMS
	public static function model()//$type)
	{
		return parent::model(__CLASS__);
	}