PHP Class phprs\ezsql\rules\select\FromRule

Inheritance: extends GetRule
Show file Open project: caoym/phprs-restful

Public Methods

Method Description
from ( string $table, $as = null ) : JoinRule from('table') => "FROM table"

Method Details

from() public method

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