You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
This method returns and saves code of SELECT command, this command finds saved data in the table.
Syntax: $object->select(string $table[, string $order = NULL[string $orderType = "ASC", [, array $cols = array("*")]]])
Object
- Object of extension.
Table
- Table name.
Order
- Name of column, which will be order argument. If it’s NULL, order argument will be time of adding.
OrderType
- ASC or DESC, order direction.
Cols
- List of columns with values, which will fetch(), fetchArray() or fetchAll() method return. If it’s array("*"), these methods will return all columns.