JDatabaseQuery::insert

      Signature

      protected function insert(mixed $table, [boolean $incrementField = false] )

      Parameters

      $table
      The name of the table to insert data into.
      $incrementField
      The name of the field to auto increment.

      Returns

      JDatabaseQuery
      Returns this object to allow chaining.