Previous Page
countPagesRelated()

Solar_Example_Model_TestSolarSqlDescribe
delete()

Next Page
dump()

delete()

public void delete ( string|array|Solar_Sql_Model_Record $spec )

Deletes rows from the model table.

Inherited from Solar_Sql_Model.

Parameters

  • (string|array|Solar_Sql_Model_Record) $spec: The WHERE clause to identify which rows to delete, or a record to delete.

Returns

  • (void)

Description

Deletes rows from the model table.