PATH:
home
/
letacommog
/
letaweb
/
admin
/
models
/
subsite_models
<?php class BTag extends BActiveRecord { public $maxId; public static function model($className = __CLASS__) { return parent::model($className); } public function tableName() { return '{{tags}}'; } public function rules() { return array( //array('type', 'numerical', 'integerOnly'=>true), array('name', 'length', 'max' => 255), array('name', 'required'), array('id, name', 'safe', 'on' => 'search'), ); } }
[+]
..
[-] BTag.php
[edit]
[-] BActiveRecord.php
[edit]
[-] BModule.php
[edit]
[-] BPages.php
[edit]
[-] BComments.php
[edit]
[-] BNews_News_Category.php
[edit]
[-] BNewsModule.php
[edit]
[-] BAuthAssignment.php
[edit]
[-] BNewsCategory.php
[edit]
[-] BConfigurations.php
[edit]
[-] BPages_Elements.php
[edit]
[-] BNews_Comments.php
[edit]
[-] BNews_Categories.php
[edit]
[-] BUsers.php
[edit]
[-] BUserIdentity.php
[edit]
[-] BNews.php
[edit]
[-] BWebUser.php
[edit]
[+]
forms
[-] BColors.php
[edit]
[-] BSkins.php
[edit]
[-] BNews_Tag.php
[edit]
[-] BContributor_Invites.php
[edit]
[-] BContributor.php
[edit]