PHP 클래스 DB_prefixed, atk4

상속: extends DB
파일 보기 프로젝트 열기: atk4/atk4

공개 프로퍼티들

프로퍼티 타입 설명
$table_prefix All queries generated through this driver will have this prefix

공개 메소드들

메소드 설명
dsql ( $class = null ) Returns Dynamic Query object compatible with this database driver (PDO). Also sets prefix

메소드 상세

dsql() 공개 메소드

Returns Dynamic Query object compatible with this database driver (PDO). Also sets prefix
public dsql ( $class = null )

프로퍼티 상세

$table_prefix 공개적으로 프로퍼티

All queries generated through this driver will have this prefix
public $table_prefix