Пример #1
0
 /**
  * Set the table which the query is targeting.
  *
  * @param string $table
  * @return $this 
  * @static 
  */
 public static function from($table)
 {
     //Method inherited from \Illuminate\Database\Query\Builder
     return \October\Rain\Database\QueryBuilder::from($table);
 }