Designs
Use this API to create, update and delete website designs.
Methods
Invoke via \Components\Website\Designs::method()
Click a method name to copy it.
Deletes a record from the database
Parameters
$iDesignId
int
A record's design_id
Return
Returns true if record existed and was deleted, otherwise false
Gets a record from the database
Parameters
$iDesignId
int
A record's design_id
Return a set of records from the database
Return all soft deleted records in the database.
Gets a single field from a record
Parameters
$iDesignId
int
A record's design_id
Returns the number of records in the database (matching the filter if specified)
Returns a record, regardless of whether or not it has been deleted
Parameters
$iDesignId
int
A record's design_id
Saves a record into the database
Saves a specific column of a row into a database
Parameters
$iDesignId
int
A record's design_id
Return
Array of
Designs that match the search query.