Adam 2009-01-30
Documentation » Databasecms_db_id
Ensures that array is proper node's PHP representation (starting at index 1). Adds optionally element into the end of the array.
array cms_db_id( array $a [, int $v = false] )
Parameters
- array $a Array to be checked and formed as proper node's ID
- int $v Value to be inserted at the end of the array
Returns
- array Proper node's PHP representation (array starting at index 1)
Last edited 2009-02-24 16:40:27
