PHP Class phprs\ezsql\rules\select\FromRule

Inheritance: extends GetRule
Afficher le fichier Open project: caoym/phprs-restful

Méthodes publiques

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

Method Details

from() public méthode

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