PHP 클래스 Pg, aprilchild

public static function getPg() biztosítja a csatlakozást PDO-n keresztül.
파일 보기 프로젝트 열기: aprilchild/aprilchild 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$connection

공개 메소드들

메소드 설명
close_connection ( )
find ( $sql_query )
find_first ( $sql_query )
find_scalar ( $sql_query )
get_connection ( )
last_error ( )
parse_array_string ( $arr_str )
quote_literal ( $str )

메소드 상세

close_connection() 공개 정적인 메소드

public static close_connection ( )

find() 공개 정적인 메소드

public static find ( $sql_query )

find_first() 공개 정적인 메소드

public static find_first ( $sql_query )

find_scalar() 공개 정적인 메소드

public static find_scalar ( $sql_query )

get_connection() 공개 정적인 메소드

public static get_connection ( )

last_error() 공개 정적인 메소드

public static last_error ( )

parse_array_string() 공개 정적인 메소드

public static parse_array_string ( $arr_str )

quote_literal() 공개 정적인 메소드

public static quote_literal ( $str )

프로퍼티 상세

$connection 공개적으로 정적으로 프로퍼티

public static $connection