PHP 클래스 Join, recess

상속: extends CI_Controller
파일 보기 프로젝트 열기: KrisJordan/recess 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$fromTableForeignKey
$innerOuterOrCross
$leftRightOrFull
$natural
$table
$tablePrimaryKey

공개 메소드들

메소드 설명
__construct ( $leftRightOrFull, $innerOuterOrCross, $table, $tablePrimaryKey, $fromTableForeignKey, $natural = '' )

메소드 상세

__construct() 공개 메소드

public __construct ( $leftRightOrFull, $innerOuterOrCross, $table, $tablePrimaryKey, $fromTableForeignKey, $natural = '' )

프로퍼티 상세

$fromTableForeignKey 공개적으로 프로퍼티

public $fromTableForeignKey

$innerOuterOrCross 공개적으로 프로퍼티

public $innerOuterOrCross

$leftRightOrFull 공개적으로 프로퍼티

public $leftRightOrFull

$natural 공개적으로 프로퍼티

public $natural

$table 공개적으로 프로퍼티

public $table

$tablePrimaryKey 공개적으로 프로퍼티

public $tablePrimaryKey