Full index

Package indexes


a c e f g i s
a
top
add_cache_modifier
Adds a cache modifier.
add_css
Enrober::add_css() in enrober.php
Adds a CSS file to be inserted at the %css% tag.
add_desc
Enrober::add_desc() in enrober.php
Adds a <meta> description to the page.
add_filter
Enrober::add_filter() in enrober.php
Adds a content filter to be applied with ob_start()
add_js
Enrober::add_js() in enrober.php
Adds a JavaScript file to be linked via the %js% tag.
add_keywords
Adds <meta> keywords to the page.
add_tag
Enrober::add_tag() in enrober.php
Adds a new theme tag.
c
top
config.default.php
config.default.php in config.default.php
e
top
Enrober
Enrober in enrober.php
enrober.php
enrober.php in enrober.php
ENROBER_CACHE
ENROBER_CACHE in config.default.php
Boolen; should we cache pages when we generate them? If set to true, the 'cache' subdirectory in your install directory must be writable by enrober.php so it can create and replace cache files
ENROBER_DEFAULT_THEME
ENROBER_DEFAULT_THEME in config.default.php
The default theme to use on a page if the theme is not specified in the go() call
ENROBER_MOBILE_ENABLE
ENROBER_MOBILE_ENABLE in config.default.php
Boolen; Should mobile browser detection be used to automatically serve the
ENROBER_SITE_NAME
ENROBER_SITE_NAME in config.default.php
The name of the site. The site name is displayed in the header of most themes.
ENROBER_TAGLINE
ENROBER_TAGLINE in config.default.php
The tagline that appears below the site name in most themes.
ENROBER_URL
ENROBER_URL in config.default.php
The absolute path to the directory that Enrober is installed in as viewed from the HTTP client. If your website was http://www.example.com and you wanted to install Enrober in a subdirectory called in 'http://www.example.com/enrober/' you would set ENROBER_URL to '/enrober'.
ENROBER_X_REQUESTED_WITH
ENROBER_X_REQUESTED_WITH in config.default.php
Enable support for the x-requested-with header.
f
top
force_cache
Enrober::force_cache() in enrober.php
Manually turn on/off caching, overriding the ENROBER_CACHE constant from the config file.
force_mobile
Forces the mobile or non-mobile version of a page to be displayed.
g
top
get_cache_file_path
Returns the complete file system path to the cache file for the current version of the calling script.
get_themes
Enrober::get_themes() in enrober.php
Returns a list of themes currently available.
go
Enrober::go() in enrober.php
Invokes Enrober's page wrapping; invoke after calling any of the other Enrober methods you want to use and before page content starts.
i
top
is_cached
Enrober::is_cached() in enrober.php
Figure out if there is a cached version of this file/theme/cache-modifier combo.
is_mobile
Enrober::is_mobile() in enrober.php
Determines if the page should be served as a mobile page.
m
top
m
Enrober::m() in enrober.php
Examines the user agent string to try to determine whether the client is a mobile device.
manual_cache
Manually specify whether or not the file's cache should be invalidated
s
top
set_theme
Enrober::set_theme() in enrober.php
Override the default theme.
singleton
Enrober::singleton() in enrober.php
Creates the $enrober singleton object.
u
top
url
Enrober::url() in enrober.php
Sets the canonical URL for the page to be inserted at the %canonical% tag.
a c e f g i s