PHP 클래스 EditController, gxc-cms

상속: extends BaseController
파일 보기 프로젝트 열기: nganhtuan63/gxc-cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$defaultAction

공개 메소드들

메소드 설명
actionAdmin ( ) Manages all models.
actionCreate ( integer $id, $language ) Updates a particular model.
actionDelete ( integer $id, string $language ) Deletes a record
actionMissing ( )
actionMissingdelete ( integer $id ) Deletes a record
actionUpdate ( integer $id, $language ) Updates a particular model.
translateLoadModel ( $id, $language ) Returns the data model based on the primary key given in the GET variable.

메소드 상세

actionAdmin() 공개 메소드

Manages all models.
public actionAdmin ( )

actionCreate() 공개 메소드

If update is successful, the browser will be redirected to the 'view' page.
public actionCreate ( integer $id, $language )
$id integer the ID of the model to be updated

actionDelete() 공개 메소드

Deletes a record
public actionDelete ( integer $id, string $language )
$id integer the ID of the model to be deleted
$language string the language of the model to de deleted

actionMissing() 공개 메소드

public actionMissing ( )

actionMissingdelete() 공개 메소드

Deletes a record
public actionMissingdelete ( integer $id )
$id integer the ID of the model to be deleted

actionUpdate() 공개 메소드

If update is successful, the browser will be redirected to the 'view' page.
public actionUpdate ( integer $id, $language )
$id integer the ID of the model to be updated

translateLoadModel() 공개 메소드

If the data model is not found, an HTTP exception will be raised.
public translateLoadModel ( $id, $language )

프로퍼티 상세

$defaultAction 공개적으로 프로퍼티

public $defaultAction