프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$app | |||
$no_cache | Boolean that indicates the usage of cache while making queries. | ||
$precached_links | |||
$skip_pages_starting_with_url | |||
$table | |||
$tables |
메소드 | 설명 | |
---|---|---|
__construct ( $app = null ) | ||
get ( mixed | array | boolean | string $params = false ) : array | boolean | mixed | Get array of content items from the database. | |
get_by_url ( $url = '', $no_recursive = false ) | ||
get_edit_field ( $data, $debug = false ) | ||
reorder ( $params ) | ||
save ( $data, $delete_the_cache = true ) |
메소드 | 설명 | |
---|---|---|
map_params_to_schema ( $params ) | ||
set_table_names ( array | boolean $tables = false ) | Sets the database table names to use by the class. |
public $no_cache |