PHP 클래스 Gallery

저자: Eoin McGrath
상속: extends QS_Controller
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 메소드들

메소드 설명
addImage ( Image $image )
attributeLabels ( ) : array
beforeValidate ( ) : parent::beforeValidate() beforeValidate
getCanAddPhoto ( ) : boolean can add photo
getCategoryName ( )
getOwnerName ( ) : string get owner name
getStatus ( )
getStatusList ( )
model ( string $className = __CLASS__ ) : Gallery Returns the static model of the specified AR class.
previewImage ( integer $width = 190, integer $height = 190 ) : string Получаем картинку для галереи:
relations ( ) : array
rules ( ) : array
scopes ( ) : array Именованные условия
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

메소드 상세

addImage() 공개 메소드

public addImage ( Image $image )
$image Image

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

beforeValidate() 공개 메소드

beforeValidate
public beforeValidate ( ) : parent::beforeValidate()
리턴 parent::beforeValidate()

getCanAddPhoto() 공개 메소드

can add photo
public getCanAddPhoto ( ) : boolean
리턴 boolean can add photo

getCategoryName() 공개 메소드

public getCategoryName ( )

getOwnerName() 공개 메소드

get owner name
public getOwnerName ( ) : string
리턴 string owner name

getStatus() 공개 메소드

public getStatus ( )

getStatusList() 공개 메소드

public getStatusList ( )

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : Gallery
$className string
리턴 Gallery the static model class

previewImage() 공개 메소드

Получаем картинку для галереи:
public previewImage ( integer $width = 190, integer $height = 190 ) : string
$width integer - ширина
$height integer - высота
리턴 string image Url

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

scopes() 공개 메소드

Именованные условия
public scopes ( ) : array
리턴 array of scopes

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name