JDatabaseQuery::from

      Signature

      protected function from(mixed $tables, [string $subQueryAlias = null] )

      Parameters

      $tables
      A string or array of table names.
      $subQueryAlias
      Alias used when $tables is a JDatabaseQuery.

      Returns

      JDatabaseQuery
      Returns this object to allow chaining.

      Errors/Exceptions

      RuntimeException