PHP 클래스 phprs\ezsql\rules\select\FromRule

상속: extends GetRule
파일 보기 프로젝트 열기: caoym/phprs-restful

공개 메소드들

메소드 설명
from ( string $table, $as = null ) : JoinRule from('table') => "FROM table"

메소드 상세

from() 공개 메소드

from('table') => "FROM table"
public from ( string $table, $as = null ) : JoinRule
$table string
리턴 JoinRule