Function __global->not_like_spacer_posts
Definitions
sources/cns_forum_driver_helper.php
- Get a bit of SQL to make sure that a DB field is not like a spacer post in any of the languages.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $field | ID_TEXT | No | No | required parameter | N/A | N/A | The field name |
Returns
- The SQL
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a bit of SQL to make sure that a DB field is not like a spacer post in any of the languages.
*
* @param ID_TEXT $field The field name
* @return string The SQL
*/
function not_like_spacer_posts(string $field) : string
* Get a bit of SQL to make sure that a DB field is not like a spacer post in any of the languages.
*
* @param ID_TEXT $field The field name
* @return string The SQL
*/
function not_like_spacer_posts(string $field) : string

