variable_init

Functions that call variable_init()

Namesort iconLocationDescription
variable_initincludes/bootstrap.incLoad the persistent variable table.

Functions called by variable_init()

Namesort iconLocationDescription
cache_getincludes/cache.incReturn data from the persistent cache. Data may be stored as either plain text or as serialized data. cache_get will automatically return unserialized objects and arrays.
cache_setincludes/cache.incStore data in the persistent cache.
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
variable_initincludes/bootstrap.incLoad the persistent variable table.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.