ModelCode::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return array_merge(parent::attributeLabels(), array('tablePrefix' => 'Table Prefix', 'tableName' => 'Table Name', 'modelPath' => 'Model Path', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class'));
    }

Usage Example

Ejemplo n.º 1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('tsBehavior' => 'CTimestampBehavior'));
 }
All Usage Examples Of ModelCode::attributeLabels