PHP 클래스 Formo_Core_Driver_ORM_Kohana

파일 보기 프로젝트 열기: bmidget/kohana-formo

보호된 프로퍼티들

프로퍼티 타입 설명
$_relationship_types
$_table_columns

공개 메소드들

메소드 설명
_process_enum ( $alias, Kohana_ORM $model, &$options )
_process_set ( $alias, Kohana_ORM $model, &$options )
_table_columns ( $model )
load ( array $array )
select_list ( $result, $key, $value )

보호된 메소드들

메소드 설명
_build_relationships ( Kohana_ORM $model, stdClass $std )
_get_base_rules ( mixed $model, $field ) : void Apply rules based on mysql field definitions While you can skip these, it's a good idea to include them in your fields
_get_field_name ( Model $model )
_process_belongs_to ( $alias, Kohana_ORM $model, stdClass $std, array &$options )
_process_has_many ( $alias, Kohana_ORM $model, stdClass $std, Formo $form )
_process_has_one ( $alias, Kohana_ORM $model, stdClass $std, array &$options )

메소드 상세

_build_relationships() 보호된 정적인 메소드

protected static _build_relationships ( Kohana_ORM $model, stdClass $std )
$model Kohana_ORM
$std stdClass

_get_base_rules() 보호된 정적인 메소드

Apply rules based on mysql field definitions While you can skip these, it's a good idea to include them in your fields
protected static _get_base_rules ( mixed $model, $field ) : void
$model mixed
리턴 void

_get_field_name() 보호된 정적인 메소드

protected static _get_field_name ( Model $model )
$model Model

_process_belongs_to() 보호된 정적인 메소드

protected static _process_belongs_to ( $alias, Kohana_ORM $model, stdClass $std, array &$options )
$model Kohana_ORM
$std stdClass
$options array

_process_enum() 공개 정적인 메소드

public static _process_enum ( $alias, Kohana_ORM $model, &$options )
$model Kohana_ORM

_process_has_many() 보호된 정적인 메소드

protected static _process_has_many ( $alias, Kohana_ORM $model, stdClass $std, Formo $form )
$model Kohana_ORM
$std stdClass
$form Formo

_process_has_one() 보호된 정적인 메소드

protected static _process_has_one ( $alias, Kohana_ORM $model, stdClass $std, array &$options )
$model Kohana_ORM
$std stdClass
$options array

_process_set() 공개 정적인 메소드

public static _process_set ( $alias, Kohana_ORM $model, &$options )
$model Kohana_ORM

_table_columns() 공개 정적인 메소드

public static _table_columns ( $model )

load() 공개 정적인 메소드

public static load ( array $array )
$array array

select_list() 공개 정적인 메소드

public static select_list ( $result, $key, $value )

프로퍼티 상세

$_relationship_types 보호되어 있는 정적으로 프로퍼티

protected static $_relationship_types

$_table_columns 보호되어 있는 정적으로 프로퍼티

protected static $_table_columns