Index of All Elements

a b c d e f g i l m n o p q r s t u z _ top

a

$autoload_filters
in file Smarty.class.php, variable Smarty::$autoload_filters
    This indicates which filters are automatically loaded into Smarty.
AbstractController
in file internal.AbstractController.php, class AbstractController
    AbstractController
AbstractModel
in file internal.AbstractModel.php, class AbstractModel
    AbstractModel
addError
in file script.Session_Handler.php, method Session_Handler::addError()
    Leave an error message, along with a "type" to identify what kind of error it is (i.e. "login")
addFood
in file favorite_service.php, method Favorite_Service_Controller::addFood()
    Adds a favorite food to the user's profile.
addFood
in file favorites_model.php, method Favorites_Model::addFood()
    Adds a favorite food to the user's profile.
addMessage
in file script.Session_Handler.php, method Session_Handler::addMessage()
    Leave a message to be shown by the next page view
addRecipe
in file favorites_model.php, method Favorites_Model::addRecipe()
    Adds a recipe to the user's profile.
addRecipe
in file favorite_service.php, method Favorite_Service_Controller::addRecipe()
    Adds a recipe to the user's profile.
addSpecial
in file favorites_model.php, method Favorites_Model::addSpecial()
    Adds a special to the user's profile.
addSpecial
in file favorite_service.php, method Favorite_Service_Controller::addSpecial()
    Adds a special to the user's profile.
append
in file Smarty.class.php, method Smarty::append()
    appends values to template variables
append_by_ref
in file Smarty.class.php, method Smarty::append_by_ref()
    appends values to template variables by reference
assign
in file Smarty.class.php, method Smarty::assign()
    assigns values to template variables
assign_by_ref
in file Smarty.class.php, method Smarty::assign_by_ref()
    assigns values to template variables by reference
application.php
procedural page application.php
autoload.php
procedural page autoload.php
top

b

$booleanize
in file Config_File.class.php, variable Config_File::$booleanize
    Controls whether config values of on/true/yes and off/false/no get converted to boolean values automatically.
block.textformat.php
procedural page block.textformat.php
top

c

$cache_dir
in file Smarty.class.php, variable Smarty::$cache_dir
    The name of the directory for cache files.
$cache_handler_func
in file Smarty.class.php, variable Smarty::$cache_handler_func
    The function used for cache file handling. If not set, built-in caching is used.
$cache_lifetime
in file Smarty.class.php, variable Smarty::$cache_lifetime
    This is the number of seconds cached content will persist.
$cache_modified_check
in file Smarty.class.php, variable Smarty::$cache_modified_check
    Only used when $caching is enabled. If true, then If-Modified-Since headers are respected with cached content, and appropriate HTTP headers are sent.
$caching
in file Smarty.class.php, variable Smarty::$caching
    This enables template caching.
$compiler_class
in file Smarty.class.php, variable Smarty::$compiler_class
    The class used for compiling templates.
$compiler_file
in file Smarty.class.php, variable Smarty::$compiler_file
    The file that contains the compiler class. This can a full pathname, or relative to the php_include path.
$compile_check
in file Smarty.class.php, variable Smarty::$compile_check
    This tells Smarty whether to check for recompiling or not. Recompiling does not need to happen unless a template or config file is changed.
$compile_dir
in file Smarty.class.php, variable Smarty::$compile_dir
    The directory where compiled templates are located.
$compile_id
in file Smarty.class.php, variable Smarty::$compile_id
    Set this if you want different sets of compiled files for the same templates. This is useful for things like different languages.
$config_booleanize
in file Smarty.class.php, variable Smarty::$config_booleanize
    This tells whether or not to automatically booleanize config file variables.
$config_class
in file Smarty.class.php, variable Smarty::$config_class
    The class used to load config vars.
$config_dir
in file Smarty.class.php, variable Smarty::$config_dir
    The directory where config files are located.
$config_fix_newlines
in file Smarty.class.php, variable Smarty::$config_fix_newlines
    This tells whether or not automatically fix newlines in config files.
$config_overwrite
in file Smarty.class.php, variable Smarty::$config_overwrite
    This tells if config file vars of the same name overwrite each other or not.
$config_read_hidden
in file Smarty.class.php, variable Smarty::$config_read_hidden
    This tells whether hidden sections [.foobar] are readable from the tempalates or not. Normally you would never allow this since that is the point behind hidden sections: the application can access them, but the templates cannot.
clear
in file Config_File.class.php, method Config_File::clear()
    Clear loaded config data for a certain file or all files.
clear_all_assign
in file Smarty.class.php, method Smarty::clear_all_assign()
    clear all the assigned template variables.
clear_all_cache
in file Smarty.class.php, method Smarty::clear_all_cache()
    clear the entire contents of cache (all templates)
clear_assign
in file Smarty.class.php, method Smarty::clear_assign()
    clear the given assigned template variable.
clear_cache
in file Smarty.class.php, method Smarty::clear_cache()
    clear cached content for the given template and cache id
clear_compiled_tpl
in file Smarty.class.php, method Smarty::clear_compiled_tpl()
    clears compiled version of specified template resource, or all compiled template files if one is not specified.
clear_config
in file Smarty.class.php, method Smarty::clear_config()
    clear configuration values
Config_File
in file Config_File.class.php, method Config_File::Config_File()
    Constructs a new config file class.
Config_File
in file Config_File.class.php, class Config_File
    Config file reading class
config_load
in file Smarty.class.php, method Smarty::config_load()
    load configuration values
create
in file script.Url_Helper.php, method Url::create()
    Creates a uri string custom-tailored to CookingSpecial. This simplifies and abstracts the process of creating links.
Config_File.class.php
procedural page Config_File.class.php
core.assemble_plugin_filepath.php
procedural page core.assemble_plugin_filepath.php
core.assign_smarty_interface.php
procedural page core.assign_smarty_interface.php
core.create_dir_structure.php
procedural page core.create_dir_structure.php
core.display_debug_console.php
procedural page core.display_debug_console.php
core.get_include_path.php
procedural page core.get_include_path.php
core.get_microtime.php
procedural page core.get_microtime.php
core.get_php_resource.php
procedural page core.get_php_resource.php
core.is_secure.php
procedural page core.is_secure.php
core.is_trusted.php
procedural page core.is_trusted.php
core.load_plugins.php
procedural page core.load_plugins.php
core.load_resource_plugin.php
procedural page core.load_resource_plugin.php
core.process_cached_inserts.php
procedural page core.process_cached_inserts.php
core.process_compiled_include.php
procedural page core.process_compiled_include.php
core.read_cache_file.php
procedural page core.read_cache_file.php
core.rmdir.php
procedural page core.rmdir.php
core.rm_auto.php
procedural page core.rm_auto.php
core.run_insert_handler.php
procedural page core.run_insert_handler.php
core.smarty_include_php.php
procedural page core.smarty_include_php.php
core.write_cache_file.php
procedural page core.write_cache_file.php
core.write_compiled_include.php
procedural page core.write_compiled_include.php
core.write_compiled_resource.php
procedural page core.write_compiled_resource.php
core.write_file.php
procedural page core.write_file.php
compiler.assign.php
procedural page compiler.assign.php
top

d

$db
in file internal.AbstractModel.php, variable AbstractModel::$db
    $db
$debugging
in file Smarty.class.php, variable Smarty::$debugging
    If debugging is enabled, a debug console window will display when the page loads (make sure your browser allows unrequested popup windows)
$debugging_ctrl
in file Smarty.class.php, variable Smarty::$debugging_ctrl
    This determines if debugging is enable-able from the browser.
$debug_tpl
in file Smarty.class.php, variable Smarty::$debug_tpl
    This is the path to the debug console template. If not set, the default one will be used.
$default_modifiers
in file Smarty.class.php, variable Smarty::$default_modifiers
    This is a list of the modifiers to apply to all template variables.
$default_resource_type
in file Smarty.class.php, variable Smarty::$default_resource_type
    This is the resource type to be used when not specified
$default_template_handler_func
in file Smarty.class.php, variable Smarty::$default_template_handler_func
    If a template cannot be found, this PHP function will be executed.
DIR_SEP
in file Smarty.class.php, constant DIR_SEP
    DIR_SEP isn't used anymore, but third party apps might
display
in file Smarty.class.php, method Smarty::display()
    executes & displays the template results
database.php
procedural page database.php
db.TMVC_PDO.php
procedural page db.TMVC_PDO.php
top

e

$error_reporting
in file Smarty.class.php, variable Smarty::$error_reporting
    When set, smarty does uses this value as error_reporting-level.
end
in file script.Session_Handler.php, method Session_Handler::end()
    End the user's session.
top

f

$fetch_mode
in file db.TMVC_PDO.php, variable TMVC_PDO::$fetch_mode
    $fetch_mode
$fix_newlines
in file Config_File.class.php, variable Config_File::$fix_newlines
    Controls whether or not to fix mac or dos formatted newlines.
$force_compile
in file Smarty.class.php, variable Smarty::$force_compile
    This forces templates to compile every time. Useful for development or debugging.
Favorites_Model
in file favorites_model.php, class Favorites_Model
    Data model for user Favorites. Handles adding, deleting, and retrieving favorites/saved lists.
Favorite_Service_Controller
in file favorite_service.php, class Favorite_Service_Controller
    Handles requests for information about the user's favorite foods, saved specials, and saved recipes.
fetch
in file Smarty.class.php, method Smarty::fetch()
    executes & returns or displays the template results
filterByZipCode
in file special_model.php, method Special_Model::filterByZipCode()
    Given a list of specials and zip code, filters the specials down to specials which are available in the given zip code.
function.assign_debug_info.php
procedural page function.assign_debug_info.php
function.config_load.php
procedural page function.config_load.php
function.counter.php
procedural page function.counter.php
function.cycle.php
procedural page function.cycle.php
function.debug.php
procedural page function.debug.php
function.eval.php
procedural page function.eval.php
function.fetch.php
procedural page function.fetch.php
function.html_checkboxes.php
procedural page function.html_checkboxes.php
function.html_image.php
procedural page function.html_image.php
function.html_options.php
procedural page function.html_options.php
function.html_radios.php
procedural page function.html_radios.php
function.html_select_date.php
procedural page function.html_select_date.php
function.html_select_time.php
procedural page function.html_select_time.php
function.html_table.php
procedural page function.html_table.php
function.mailto.php
procedural page function.mailto.php
function.math.php
procedural page function.math.php
function.popup.php
procedural page function.popup.php
function.popup_init.php
procedural page function.popup_init.php
favorite_service.php
procedural page favorite_service.php
favorites_model.php
procedural page favorites_model.php
top

g

get
in file Config_File.class.php, method Config_File::get()
    Retrieves config info based on the file, section, and variable name.
get
in file script.Url_Helper.php, method Url::get()
    Retrieves a REQUEST argument (i.e. an argument from REQUEST.
getArray
in file user_model.php, method User_Model::getArray()
    Gets an associate array. Designed for easy passing data to template.
getBool
in file script.Url_Helper.php, method Url::getBool()
    Retrieves a boolean argument.
getCookie
in file script.Session_Handler.php, method Session_Handler::getCookie()
    Get a cookie's value.
getErrors
in file script.Session_Handler.php, method Session_Handler::getErrors()
    Retrieve the errors left in the previous page view
getInt
in file script.Url_Helper.php, method Url::getInt()
    Retrieves an integer argument.
getLike
in file db.TMVC_PDO.php, method TMVC_PDO::getLike()
getMessages
in file script.Session_Handler.php, method Session_Handler::getMessages()
    Retrieve the messages left in the previous page view
getRecipeById
in file recipe_model.php, method Recipe_Model::getRecipeById()
    Retrieves a recipe using its id.
getRecipesByIngredient
in file recipe_model.php, method Recipe_Model::getRecipesByIngredient()
    Retrieves a list of recipes that match $query (uses recipe ingredients to compare).
getRecipesByName
in file recipe_model.php, method Recipe_Model::getRecipesByName()
    Retrieves a list of all recipes that match $query (uses recipe name to compare).
getRecipesForSpecial
in file recipe_model.php, method Recipe_Model::getRecipesForSpecial()
    Retrieves a list of recipes which match the given special id.
getSavedFoods
in file favorites_model.php, method Favorites_Model::getSavedFoods()
    Retrieves a list of the user's favorite foods.
getSavedRecipeIds
in file favorites_model.php, method Favorites_Model::getSavedRecipeIds()
    Retrieves a list of the user's saved recipes (ids only).
getSavedRecipes
in file favorites_model.php, method Favorites_Model::getSavedRecipes()
    Retrieves a list of the user's saved recipes (including associative data).
getSavedSpecialIds
in file favorites_model.php, method Favorites_Model::getSavedSpecialIds()
    Retrieves a list of the user's saved specials (ids only).
getSavedSpecials
in file favorites_model.php, method Favorites_Model::getSavedSpecials()
    Retrieves a list of the user's saved specials (including associative data).
getSession
in file script.Session_Handler.php, method Session_Handler::getSession()
    Get a session value.
getSpecialById
in file special_model.php, method Special_Model::getSpecialById()
    Retrieves a single special by its id.
getSpecialsByArea
in file special_model.php, method Special_Model::getSpecialsByArea()
    Retrieves a list of specials available in the given zip code.
getSpecialsByIngredient
in file special_model.php, method Special_Model::getSpecialsByIngredient()
    Retrieves a list of specials which match $query by the ingredient(s) associated with the special.
getSpecialsByName
in file special_model.php, method Special_Model::getSpecialsByName()
    Retrieves a list of specials which match $query by name.
getSpecialsForRecipe
in file special_model.php, method Special_Model::getSpecialsForRecipe()
    Retrieves a list of associate
get_config_vars
in file Smarty.class.php, method Smarty::get_config_vars()
    Returns an array containing config variables
get_file_names
in file Config_File.class.php, method Config_File::get_file_names()
    Get all loaded config file names.
get_key
in file Config_File.class.php, method Config_File::get_key()
    Retrieves config info based on the key.
get_registered_object
in file Smarty.class.php, method Smarty::get_registered_object()
    return a reference to a registered object
get_section_names
in file Config_File.class.php, method Config_File::get_section_names()
    Get all section names from a loaded file.
get_template_vars
in file Smarty.class.php, method Smarty::get_template_vars()
    Returns an array containing template variables
get_var_names
in file Config_File.class.php, method Config_File::get_var_names()
    Get all global or section variable names.
top

i

id
in file user_model.php, method User_Model::id()
    Gets the user's id.
index
in file search.php, method Search_Controller::index()
    The default search page. This page provides all site functionality except for login capabilities.
index
in file unittest.php, method UnitTest_Controller::index()
    The main function for unit tests. Drives all unit tests.
index
in file login.php, method Login_Controller::index()
    The default action. Defaults to login()
index
in file internal.AbstractController.php, method AbstractController::index()
    index
instance
in file TinyMVC.php, method tmvc::instance()
    instance
isLoggedIn
in file user_model.php, method User_Model::isLoggedIn()
    Gets whether the user is logged in.
is_cached
in file Smarty.class.php, method Smarty::is_cached()
    test to see if valid cache exists for this template
internal.AbstractController.php
procedural page internal.AbstractController.php
internal.AbstractModel.php
procedural page internal.AbstractModel.php
internal.TinyMVC_ErrorHandler.php
procedural page internal.TinyMVC_ErrorHandler.php
internal.TinyMVC_Load.php
procedural page internal.TinyMVC_Load.php
top

l

$left_delimiter
in file Smarty.class.php, variable Smarty::$left_delimiter
    The left delimiter used for the template tags.
lastInsertId
in file db.TMVC_PDO.php, method TMVC_PDO::lastInsertId()
    lastInsertId
library
in file internal.TinyMVC_Load.php, method TinyMVC_Load::library()
    library
load_file
in file Config_File.class.php, method Config_File::load_file()
    Load a configuration file manually.
load_filter
in file Smarty.class.php, method Smarty::load_filter()
    load a filter of specified type and name
login
in file login.php, method Login_Controller::login()
    Logs the user in.
login
in file user_model.php, method User_Model::login()
    Logs in the user given username and password.
Login_Controller
in file login.php, class Login_Controller
    Handles login and logout requests, and user registration.
logout
in file login.php, method Login_Controller::logout()
    Logs the current user out.
logout
in file user_model.php, method User_Model::logout()
    Logs out the currently logged in user.
login.php
procedural page login.php
library.Smarty_Wrapper.php
procedural page library.Smarty_Wrapper.php
top

m

model
in file internal.TinyMVC_Load.php, method TinyMVC_Load::model()
    model
modifier.capitalize.php
procedural page modifier.capitalize.php
modifier.cat.php
procedural page modifier.cat.php
modifier.count_characters.php
procedural page modifier.count_characters.php
modifier.count_paragraphs.php
procedural page modifier.count_paragraphs.php
modifier.count_sentences.php
procedural page modifier.count_sentences.php
modifier.count_words.php
procedural page modifier.count_words.php
modifier.date_format.php
procedural page modifier.date_format.php
modifier.debug_print_var.php
procedural page modifier.debug_print_var.php
modifier.default.php
procedural page modifier.default.php
modifier.escape.php
procedural page modifier.escape.php
modifier.indent.php
procedural page modifier.indent.php
modifier.lower.php
procedural page modifier.lower.php
modifier.nl2br.php
procedural page modifier.nl2br.php
modifier.regex_replace.php
procedural page modifier.regex_replace.php
modifier.replace.php
procedural page modifier.replace.php
modifier.spacify.php
procedural page modifier.spacify.php
modifier.string_format.php
procedural page modifier.string_format.php
modifier.strip.php
procedural page modifier.strip.php
modifier.strip_tags.php
procedural page modifier.strip_tags.php
modifier.truncate.php
procedural page modifier.truncate.php
modifier.upper.php
procedural page modifier.upper.php
modifier.wordwrap.php
procedural page modifier.wordwrap.php
top

n

next
in file db.TMVC_PDO.php, method TMVC_PDO::next()
    next
numRows
in file db.TMVC_PDO.php, method TMVC_PDO::numRows()
    numRows
top

o

$overwrite
in file Config_File.class.php, variable Config_File::$overwrite
    Controls whether variables with the same name overwrite each other.
outputfilter.trimwhitespace.php
procedural page outputfilter.trimwhitespace.php
top

p

$pdo
in file db.TMVC_PDO.php, variable TMVC_PDO::$pdo
    $pdo
$php_handling
in file Smarty.class.php, variable Smarty::$php_handling
    This determines how Smarty handles "<?php ... ?>" tags in templates.
$plugins_dir
in file Smarty.class.php, variable Smarty::$plugins_dir
    An array of directories searched for plugins.
parse_contents
in file Config_File.class.php, method Config_File::parse_contents()
    parse the source of a configuration file manually.
password
in file user_model.php, method User_Model::password()
    Gets (or sets) the user's password.
top

q

query
in file db.TMVC_PDO.php, method TMVC_PDO::query()
    query
queryAll
in file db.TMVC_PDO.php, method TMVC_PDO::queryAll()
    queryAll
queryColumn
in file db.TMVC_PDO.php, method TMVC_PDO::queryColumn()
    queryColumn
queryRow
in file db.TMVC_PDO.php, method TMVC_PDO::queryRow()
    queryRow
queryScalar
in file db.TMVC_PDO.php, method TMVC_PDO::queryScalar()
    queryScalar
top

r

$read_hidden
in file Config_File.class.php, variable Config_File::$read_hidden
    Controls whether hidden config sections/vars are read from the file.
$request_use_auto_globals
in file Smarty.class.php, variable Smarty::$request_use_auto_globals
    Indicates wether $HTTP_*_VARS[] (request_use_auto_globals=false)
$request_vars_order
in file Smarty.class.php, variable Smarty::$request_vars_order
    The order in which request variables are registered, similar to variables_order in php.ini E = Environment, G = GET, P = POST, C = Cookies, S = Server
$result
in file db.TMVC_PDO.php, variable TMVC_PDO::$result
    $result
$right_delimiter
in file Smarty.class.php, variable Smarty::$right_delimiter
    The right delimiter used for the template tags.
Recipe_Model
in file recipe_model.php, class Recipe_Model
    Data model for recipes. Handles retrieving recipes based on various criteria.
redirect
in file script.Url_Helper.php, method Url::redirect()
    Redirects the user to the given url.
register
in file user_model.php, method User_Model::register()
    Registers a new user using the given information.
register
in file login.php, method Login_Controller::register()
    Registers the user with the given information.
register_block
in file Smarty.class.php, method Smarty::register_block()
    Registers block function to be used in templates
register_compiler_function
in file Smarty.class.php, method Smarty::register_compiler_function()
    Registers compiler function
register_function
in file Smarty.class.php, method Smarty::register_function()
    Registers custom function to be used in templates
register_modifier
in file Smarty.class.php, method Smarty::register_modifier()
    Registers modifier to be used in templates
register_object
in file Smarty.class.php, method Smarty::register_object()
    Registers object to be used in templates
register_outputfilter
in file Smarty.class.php, method Smarty::register_outputfilter()
    Registers an output filter function to apply to a template output
register_postfilter
in file Smarty.class.php, method Smarty::register_postfilter()
    Registers a postfilter function to apply to a compiled template after compilation
register_prefilter
in file Smarty.class.php, method Smarty::register_prefilter()
    Registers a prefilter function to apply to a template before compiling
register_resource
in file Smarty.class.php, method Smarty::register_resource()
    Registers a resource to fetch a template
removeFood
in file favorites_model.php, method Favorites_Model::removeFood()
    Removes a food from the user's profile.
removeFood
in file favorite_service.php, method Favorite_Service_Controller::removeFood()
    Removes a favorite food from the user's profile.
removeRecipe
in file favorites_model.php, method Favorites_Model::removeRecipe()
    Removes a recipe from the user's profile.
removeRecipe
in file favorite_service.php, method Favorite_Service_Controller::removeRecipe()
    Removes a recipe from the user's profile.
removeSpecial
in file favorite_service.php, method Favorite_Service_Controller::removeSpecial()
    Removes a special from the user's profile.
removeSpecial
in file favorites_model.php, method Favorites_Model::removeSpecial()
    Removes a special from the user's profile.
recipe_model.php
procedural page recipe_model.php
top

s

$secure_dir
in file Smarty.class.php, variable Smarty::$secure_dir
    This is the list of template directories that are considered secure. This is used only if $security is enabled. One directory per array element. $template_dir is in this list implicitly.
$security
in file Smarty.class.php, variable Smarty::$security
    This enables template security. When enabled, many things are restricted
$security_settings
in file Smarty.class.php, variable Smarty::$security_settings
    These are the security settings for Smarty. They are used only when $security is enabled.
script
in file internal.TinyMVC_Load.php, method TinyMVC_Load::script()
    script
Search_Controller
in file search.php, class Search_Controller
    Handles all site functionality except for login capabilities.
Session_Handler
in file script.Session_Handler.php, class Session_Handler
    Session Handler is used to "leave messages" for the next page shown, such as error messages or notices.
setCookie
in file script.Session_Handler.php, method Session_Handler::setCookie()
    Set a cookie's value.
setSession
in file script.Session_Handler.php, method Session_Handler::setSession()
    Set a session value
set_file_contents
in file Config_File.class.php, method Config_File::set_file_contents()
    Store the contents of a file manually.
set_path
in file Config_File.class.php, method Config_File::set_path()
    Set the path where configuration files can be found.
Smarty
in file Smarty.class.php, method Smarty::Smarty()
    The class constructor.
Smarty
in file Smarty.class.php, class Smarty
shared.escape_special_chars.php
procedural page shared.escape_special_chars.php
shared.make_timestamp.php
procedural page shared.make_timestamp.php
Smarty.class.php
procedural page Smarty.class.php
Smarty_Compiler.class.php
procedural page Smarty_Compiler.class.php
smarty_block_textformat
in file block.textformat.php, function smarty_block_textformat()
    Smarty {textformat}{/textformat} block plugin
Smarty_Compiler
in file Smarty_Compiler.class.php, class Smarty_Compiler
    Template compiling class
Smarty_Compiler
in file Smarty_Compiler.class.php, method Smarty_Compiler::Smarty_Compiler()
    The class constructor.
smarty_compiler_assign
in file compiler.assign.php, function smarty_compiler_assign()
    Smarty {assign} compiler function plugin
smarty_core_assemble_plugin_filepath
in file core.assemble_plugin_filepath.php, function smarty_core_assemble_plugin_filepath()
    assemble filepath of requested plugin
smarty_core_assign_smarty_interface
in file core.assign_smarty_interface.php, function smarty_core_assign_smarty_interface()
    Smarty assign_smarty_interface core plugin
smarty_core_create_dir_structure
in file core.create_dir_structure.php, function smarty_core_create_dir_structure()
    create full directory structure
SMARTY_CORE_DIR
in file Smarty.class.php, constant SMARTY_CORE_DIR
smarty_core_display_debug_console
in file core.display_debug_console.php, function smarty_core_display_debug_console()
    Smarty debug_console function plugin
smarty_core_get_include_path
in file core.get_include_path.php, function smarty_core_get_include_path()
    Get path to file from include_path
smarty_core_get_microtime
in file core.get_microtime.php, function smarty_core_get_microtime()
    Get seconds and microseconds
smarty_core_get_php_resource
in file core.get_php_resource.php, function smarty_core_get_php_resource()
    Retrieves PHP script resource
smarty_core_is_secure
in file core.is_secure.php, function smarty_core_is_secure()
    determines if a resource is secure or not.
smarty_core_is_trusted
in file core.is_trusted.php, function smarty_core_is_trusted()
    determines if a resource is trusted or not
smarty_core_load_plugins
in file core.load_plugins.php, function smarty_core_load_plugins()
    Load requested plugins
smarty_core_load_resource_plugin
in file core.load_resource_plugin.php, function smarty_core_load_resource_plugin()
    load a resource plugin
smarty_core_process_cached_inserts
in file core.process_cached_inserts.php, function smarty_core_process_cached_inserts()
    Replace cached inserts with the actual results
smarty_core_process_compiled_include
in file core.process_compiled_include.php, function smarty_core_process_compiled_include()
    Replace nocache-tags by results of the corresponding non-cacheable functions and return it
smarty_core_read_cache_file
in file core.read_cache_file.php, function smarty_core_read_cache_file()
    read a cache file, determine if it needs to be regenerated or not
smarty_core_rmdir
in file core.rmdir.php, function smarty_core_rmdir()
    delete a dir recursively (level=0 -> keep root) WARNING: no tests, it will try to remove what you tell it!
smarty_core_rm_auto
in file core.rm_auto.php, function smarty_core_rm_auto()
    delete an automagically created file by name and id
smarty_core_run_insert_handler
in file core.run_insert_handler.php, function smarty_core_run_insert_handler()
    Handle insert tags
smarty_core_smarty_include_php
in file core.smarty_include_php.php, function smarty_core_smarty_include_php()
    called for included php files within templates
smarty_core_write_cache_file
in file core.write_cache_file.php, function smarty_core_write_cache_file()
    Prepend the cache information to the cache file and write it
smarty_core_write_compiled_include
in file core.write_compiled_include.php, function smarty_core_write_compiled_include()
    Extract non-cacheable parts out of compiled template and write it
smarty_core_write_compiled_resource
in file core.write_compiled_resource.php, function smarty_core_write_compiled_resource()
    write the compiled resource
smarty_core_write_file
in file core.write_file.php, function smarty_core_write_file()
    write out a file to disk
SMARTY_DIR
in file Smarty.class.php, constant SMARTY_DIR
    set SMARTY_DIR to absolute path to Smarty library files.
smarty_function_assign_debug_info
in file function.assign_debug_info.php, function smarty_function_assign_debug_info()
    Smarty {assign_debug_info} function plugin
smarty_function_config_load
in file function.config_load.php, function smarty_function_config_load()
    Smarty {config_load} function plugin
smarty_function_counter
in file function.counter.php, function smarty_function_counter()
    Smarty {counter} function plugin
smarty_function_csurl
in file library.Smarty_Wrapper.php, function smarty_function_csurl()
    A smarty custom function which creates a URI string given page, action, get_args, and additional (arbitrary) parameters.
smarty_function_cycle
in file function.cycle.php, function smarty_function_cycle()
    Smarty {cycle} function plugin
smarty_function_debug
in file function.debug.php, function smarty_function_debug()
    Smarty {debug} function plugin
smarty_function_escape_special_chars
in file shared.escape_special_chars.php, function smarty_function_escape_special_chars()
    escape_special_chars common function
smarty_function_eval
in file function.eval.php, function smarty_function_eval()
    Smarty {eval} function plugin
smarty_function_fetch
in file function.fetch.php, function smarty_function_fetch()
    Smarty {fetch} plugin
smarty_function_html_checkboxes
in file function.html_checkboxes.php, function smarty_function_html_checkboxes()
    Smarty {html_checkboxes} function plugin
smarty_function_html_checkboxes_output
in file function.html_checkboxes.php, function smarty_function_html_checkboxes_output()
smarty_function_html_image
in file function.html_image.php, function smarty_function_html_image()
    Smarty {html_image} function plugin
smarty_function_html_options
in file function.html_options.php, function smarty_function_html_options()
    Smarty {html_options} function plugin
smarty_function_html_options_optgroup
in file function.html_options.php, function smarty_function_html_options_optgroup()
smarty_function_html_options_optoutput
in file function.html_options.php, function smarty_function_html_options_optoutput()
smarty_function_html_radios
in file function.html_radios.php, function smarty_function_html_radios()
    Smarty {html_radios} function plugin
smarty_function_html_radios_output
in file function.html_radios.php, function smarty_function_html_radios_output()
smarty_function_html_select_date
in file function.html_select_date.php, function smarty_function_html_select_date()
    Smarty {html_select_date} plugin
smarty_function_html_select_time
in file function.html_select_time.php, function smarty_function_html_select_time()
    Smarty {html_select_time} function plugin
smarty_function_html_table
in file function.html_table.php, function smarty_function_html_table()
    Smarty {html_table} function plugin
smarty_function_html_table_cycle
in file function.html_table.php, function smarty_function_html_table_cycle()
smarty_function_mailto
in file function.mailto.php, function smarty_function_mailto()
    Smarty {mailto} function plugin
smarty_function_math
in file function.math.php, function smarty_function_math()
    Smarty {math} function plugin
smarty_function_popup
in file function.popup.php, function smarty_function_popup()
    Smarty {popup} function plugin
smarty_function_popup_init
in file function.popup_init.php, function smarty_function_popup_init()
    Smarty {popup_init} function plugin
smarty_make_timestamp
in file shared.make_timestamp.php, function smarty_make_timestamp()
    Function: smarty_make_timestamp
Purpose: used by other smarty functions to make a timestamp from a string.
smarty_modifier_capitalize
in file modifier.capitalize.php, function smarty_modifier_capitalize()
    Smarty capitalize modifier plugin
smarty_modifier_capitalize_ucfirst
in file modifier.capitalize.php, function smarty_modifier_capitalize_ucfirst()
smarty_modifier_cat
in file modifier.cat.php, function smarty_modifier_cat()
    Smarty cat modifier plugin
smarty_modifier_count_characters
in file modifier.count_characters.php, function smarty_modifier_count_characters()
    Smarty count_characters modifier plugin
smarty_modifier_count_paragraphs
in file modifier.count_paragraphs.php, function smarty_modifier_count_paragraphs()
    Smarty count_paragraphs modifier plugin
smarty_modifier_count_sentences
in file modifier.count_sentences.php, function smarty_modifier_count_sentences()
    Smarty count_sentences modifier plugin
smarty_modifier_count_words
in file modifier.count_words.php, function smarty_modifier_count_words()
    Smarty count_words modifier plugin
smarty_modifier_date_format
in file modifier.date_format.php, function smarty_modifier_date_format()
    Smarty date_format modifier plugin
smarty_modifier_debug_print_var
in file modifier.debug_print_var.php, function smarty_modifier_debug_print_var()
    Smarty debug_print_var modifier plugin
smarty_modifier_default
in file modifier.default.php, function smarty_modifier_default()
    Smarty default modifier plugin
smarty_modifier_escape
in file modifier.escape.php, function smarty_modifier_escape()
    Smarty escape modifier plugin
smarty_modifier_indent
in file modifier.indent.php, function smarty_modifier_indent()
    Smarty indent modifier plugin
smarty_modifier_lower
in file modifier.lower.php, function smarty_modifier_lower()
    Smarty lower modifier plugin
smarty_modifier_nl2br
in file modifier.nl2br.php, function smarty_modifier_nl2br()
    Smarty plugin
smarty_modifier_regex_replace
in file modifier.regex_replace.php, function smarty_modifier_regex_replace()
    Smarty regex_replace modifier plugin
smarty_modifier_replace
in file modifier.replace.php, function smarty_modifier_replace()
    Smarty replace modifier plugin
smarty_modifier_spacify
in file modifier.spacify.php, function smarty_modifier_spacify()
    Smarty spacify modifier plugin
smarty_modifier_string_format
in file modifier.string_format.php, function smarty_modifier_string_format()
    Smarty string_format modifier plugin
smarty_modifier_strip
in file modifier.strip.php, function smarty_modifier_strip()
    Smarty strip modifier plugin
smarty_modifier_strip_tags
in file modifier.strip_tags.php, function smarty_modifier_strip_tags()
    Smarty strip_tags modifier plugin
smarty_modifier_truncate
in file modifier.truncate.php, function smarty_modifier_truncate()
    Smarty truncate modifier plugin
smarty_modifier_upper
in file modifier.upper.php, function smarty_modifier_upper()
    Smarty upper modifier plugin
smarty_modifier_wordwrap
in file modifier.wordwrap.php, function smarty_modifier_wordwrap()
    Smarty wordwrap modifier plugin
smarty_outputfilter_trimwhitespace
in file outputfilter.trimwhitespace.php, function smarty_outputfilter_trimwhitespace()
    Smarty trimwhitespace outputfilter plugin
smarty_outputfilter_trimwhitespace_replace
in file outputfilter.trimwhitespace.php, function smarty_outputfilter_trimwhitespace_replace()
SMARTY_PHP_ALLOW
in file Smarty.class.php, constant SMARTY_PHP_ALLOW
SMARTY_PHP_PASSTHRU
in file Smarty.class.php, constant SMARTY_PHP_PASSTHRU
SMARTY_PHP_QUOTE
in file Smarty.class.php, constant SMARTY_PHP_QUOTE
SMARTY_PHP_REMOVE
in file Smarty.class.php, constant SMARTY_PHP_REMOVE
Smarty_Wrapper
in file library.Smarty_Wrapper.php, class Smarty_Wrapper
    Smarty template wrapper. Used to retrieve a smarty object tailored for CookingSpecial use.
Special_Model
in file special_model.php, class Special_Model
    Data model for specials. Handles retrieving specials based on various criteria.
start
in file script.Session_Handler.php, method Session_Handler::start()
    Start (or resume) the user's session
search.php
procedural page search.php
special_model.php
procedural page special_model.php
script.Session_Handler.php
procedural page script.Session_Handler.php
script.Url_Helper.php
procedural page script.Url_Helper.php
top

t

$template_dir
in file Smarty.class.php, variable Smarty::$template_dir
    The name of the directory where templates are located.
$trusted_dir
in file Smarty.class.php, variable Smarty::$trusted_dir
    This is an array of directories where trusted php scripts reside.
template_exists
in file Smarty.class.php, method Smarty::template_exists()
    Checks whether requested template exists.
test_favorites_model
in file unittest.php, method UnitTest_Controller::test_favorites_model()
    Tests the Favorites Model.
test_recipe_model
in file unittest.php, method UnitTest_Controller::test_recipe_model()
    Tests the Recipe Model.
test_special_model
in file unittest.php, method UnitTest_Controller::test_special_model()
    Tests the Special Model
test_unit_test
in file unittest.php, method UnitTest_Controller::test_unit_test()
    Does some initial testing to make sure we are in a state suitable for unit testing.
test_user_model
in file unittest.php, method UnitTest_Controller::test_user_model()
    Tests the User Model.
test_view
in file unittest.php, method UnitTest_Controller::test_view()
    Tests the view (i.e. Smarty) by performing some very basic tests.
TinyMVC.php
procedural page TinyMVC.php
TinyMVC_ErrorHandler
in file internal.TinyMVC_ErrorHandler.php, class TinyMVC_ErrorHandler
    TinyMVC_ErrorHandler
TinyMVC_Load
in file internal.TinyMVC_Load.php, class TinyMVC_Load
    TinyMVC_Load
tmvc
in file TinyMVC.php, class tmvc
    tmvc
tmvc_error_handler
in file TinyMVC.php, function tmvc_error_handler()
    tmvc_error_handler
TMVC_MYAPPDIR
in file TinyMVC.php, constant TMVC_MYAPPDIR
TMVC_PDO
in file db.TMVC_PDO.php, class TMVC_PDO
    TMVC_PDO
TMVC_SQL_ALL
in file db.TMVC_PDO.php, constant TMVC_SQL_ALL
TMVC_SQL_INIT
in file db.TMVC_PDO.php, constant TMVC_SQL_INIT
TMVC_SQL_NONE
in file db.TMVC_PDO.php, constant TMVC_SQL_NONE
    * Name: TinyMVC About: An MVC application framework for PHP Copyright: (C) 2007, New Digital Group Inc.
TMVC_VERSION
in file TinyMVC.php, constant TMVC_VERSION
    * Name: TinyMVC About: An MVC application framework for PHP Copyright: (C) 2007, New Digital Group Inc.
trigger_error
in file Smarty.class.php, method Smarty::trigger_error()
    trigger Smarty error
trigger_error
in file internal.TinyMVC_ErrorHandler.php, method TinyMVC_ErrorHandler::trigger_error()
    trigger_error
top

u

$use_sub_dirs
in file Smarty.class.php, variable Smarty::$use_sub_dirs
    This tells Smarty whether or not to use sub dirs in the cache/ and templates_c/ directories. sub directories better organized, but may not work well with PHP safe mode enabled.
unittest.php
procedural page unittest.php
user_model.php
procedural page user_model.php
UnitTest_Controller
in file unittest.php, class UnitTest_Controller
    Handles Unit Tests for the website backend.
unregister_block
in file Smarty.class.php, method Smarty::unregister_block()
    Unregisters block function
unregister_compiler_function
in file Smarty.class.php, method Smarty::unregister_compiler_function()
    Unregisters compiler function
unregister_function
in file Smarty.class.php, method Smarty::unregister_function()
    Unregisters custom function
unregister_modifier
in file Smarty.class.php, method Smarty::unregister_modifier()
    Unregisters modifier
unregister_object
in file Smarty.class.php, method Smarty::unregister_object()
    Unregisters object
unregister_outputfilter
in file Smarty.class.php, method Smarty::unregister_outputfilter()
    Unregisters an outputfilter function
unregister_postfilter
in file Smarty.class.php, method Smarty::unregister_postfilter()
    Unregisters a postfilter function
unregister_prefilter
in file Smarty.class.php, method Smarty::unregister_prefilter()
    Unregisters a prefilter function
unregister_resource
in file Smarty.class.php, method Smarty::unregister_resource()
    Unregisters a resource
Url
in file script.Url_Helper.php, class Url
    Utility plugin which wraps several key pieces of URI-based functionality.
username
in file user_model.php, method User_Model::username()
    Gets the user's username.
User_Model
in file user_model.php, class User_Model
    Data model for users. Handles all data-related user functions, and also handles login, logout, and registration.
top

z

zipCode
in file user_model.php, method User_Model::zipCode()
    Gets (or sets) the user's zip code.
top

_

$_config_data
in file Config_File.class.php, variable Config_File::$_config_data
_add_plugin
in file Smarty_Compiler.class.php, method Smarty_Compiler::_add_plugin()
    add plugin
_compile_arg_list
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_arg_list()
_compile_block_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_block_tag()
    compile block function tag
_compile_capture_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_capture_tag()
    Compile {capture} .. {/capture} tags
_compile_compiler_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_compiler_tag()
    compile the custom compiler tag
_compile_custom_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_custom_tag()
    compile custom function tag
_compile_file
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_file()
    compile a resource
_compile_foreach_start
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_foreach_start()
    Compile {foreach ...} tag.
_compile_if_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_if_tag()
    Compile {if ...} tag
_compile_include_php_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_include_php_tag()
    Compile {include ...} tag
_compile_include_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_include_tag()
    Compile {include ...} tag
_compile_insert_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_insert_tag()
    Compile {insert ...} tag
_compile_plugin_call
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_plugin_call()
    compiles call to plugin of type $type with name $name
_compile_registered_object_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_registered_object_tag()
    compile a registered object tag
_compile_resource
in file Smarty.class.php, method Smarty::_compile_resource()
    compile the template
_compile_section_start
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_section_start()
    Compile {section ...} tag
_compile_smarty_ref
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_smarty_ref()
    Compiles references of type $smarty.foo
_compile_source
in file Smarty.class.php, method Smarty::_compile_source()
    compile the given source
_compile_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_compile_tag()
    Compile a template tag
_dequote
in file Smarty.class.php, method Smarty::_dequote()
    Remove starting and ending quotes from the string
_distinct
in file search.php, method Search_Controller::_distinct()
    Returns a list of the distinct values of $array based on $key.
_eval
in file Smarty.class.php, method Smarty::_eval()
    wrapper for eval() retaining $this
_expand_quoted_text
in file Smarty_Compiler.class.php, method Smarty_Compiler::_expand_quoted_text()
    expand quoted text with embedded variables
_fetch_resource_info
in file Smarty.class.php, method Smarty::_fetch_resource_info()
    fetch the template info. Gets timestamp, and source if get_source is true
_get_auto_filename
in file Smarty.class.php, method Smarty::_get_auto_filename()
    get a concrete filename for automagically created content
_get_auto_id
in file Smarty.class.php, method Smarty::_get_auto_id()
    returns an auto_id for auto-file-functions
_get_compile_path
in file Smarty.class.php, method Smarty::_get_compile_path()
    Get the compile path for this resource
_get_filter_name
in file Smarty.class.php, method Smarty::_get_filter_name()
    Extracts the filter name from the given callback
_get_plugin_filepath
in file Smarty.class.php, method Smarty::_get_plugin_filepath()
    get filepath of requested plugin
_hasKeyVal
in file search.php, method Search_Controller::_hasKeyVal()
    Returns whether array has a key with the given value
_include
in file Smarty.class.php, method Smarty::_include()
    wrapper for include() retaining $this
_is_compiled
in file Smarty.class.php, method Smarty::_is_compiled()
    test if resource needs compiling
_load_filters
in file Smarty_Compiler.class.php, method Smarty_Compiler::_load_filters()
    load pre- and post-filters
_mergeAssoc
in file search.php, method Search_Controller::_mergeAssoc()
    Merges array1 and array2 using the associative key 'key'.
_parse_attrs
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_attrs()
    Parse attribute string
_parse_conf_var
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_conf_var()
    parse configuration variable expression into PHP code
_parse_is_expr
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_is_expr()
    Parse is expression
_parse_modifiers
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_modifiers()
    parse modifier chain into PHP code
_parse_parenth_args
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_parenth_args()
    parse arguments in function call parenthesis
_parse_resource_name
in file Smarty.class.php, method Smarty::_parse_resource_name()
    parse out the type and name from the resource
_parse_section_prop
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_section_prop()
    parse section property expression into PHP code
_parse_var
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_var()
    parse variable expression into PHP code
_parse_vars_props
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_vars_props()
    compile multiple variables and section properties tokens into PHP code
_parse_var_props
in file Smarty_Compiler.class.php, method Smarty_Compiler::_parse_var_props()
    compile single variable and section properties token into PHP code
_pop_cacheable_state
in file Smarty_Compiler.class.php, method Smarty_Compiler::_pop_cacheable_state()
    check if the compilation changes from non-cacheable to cacheable state with the end of the current plugin return php-code to reflect the transition.
_pop_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_pop_tag()
    pop closing tag-name
_process_compiled_include_callback
in file Smarty.class.php, method Smarty::_process_compiled_include_callback()
    callback function for preg_replace, to call a non-cacheable block
_push_cacheable_state
in file Smarty_Compiler.class.php, method Smarty_Compiler::_push_cacheable_state()
    check if the compilation changes from cacheable to non-cacheable state with the beginning of the current plugin. return php-code to reflect the transition.
_push_tag
in file Smarty_Compiler.class.php, method Smarty_Compiler::_push_tag()
    push opening tag-name, file-name and line-number on the tag-stack
_quote_replace
in file Smarty_Compiler.class.php, method Smarty_Compiler::_quote_replace()
    Quote subpattern references
_read_file
in file Smarty.class.php, method Smarty::_read_file()
    read in a file
_run_mod_handler
in file Smarty.class.php, method Smarty::_run_mod_handler()
    Handle modifiers
_smarty_cache_attrs
in file Smarty.class.php, method Smarty::_smarty_cache_attrs()
    get or set an array of cached attributes for function that is
_smarty_include
in file Smarty.class.php, method Smarty::_smarty_include()
    called for included templates
_smarty_regex_replace_check
in file modifier.regex_replace.php, function _smarty_regex_replace_check()
_syntax_error
in file Smarty_Compiler.class.php, method Smarty_Compiler::_syntax_error()
    display Smarty syntax error
_test
in file unittest.php, method UnitTest_Controller::_test()
    Tests $testName with the given $condition, printing $errorMessage
_trigger_fatal_error
in file Smarty.class.php, method Smarty::_trigger_fatal_error()
    trigger Smarty plugin error
_unlink
in file Smarty.class.php, method Smarty::_unlink()
    unlink a file, possibly using expiration time
__autoload
in file TinyMVC.php, function __autoload()
    __autoload
__construct
in file internal.TinyMVC_ErrorHandler.php, method TinyMVC_ErrorHandler::__construct()
    class constructor
__construct
in file library.Smarty_Wrapper.php, method Smarty_Wrapper::__construct()
__construct
in file db.TMVC_PDO.php, method TMVC_PDO::__construct()
    class constructor
__construct
in file internal.AbstractModel.php, method AbstractModel::__construct()
    class constructor
__construct
in file internal.TinyMVC_Load.php, method TinyMVC_Load::__construct()
    class constructor
__construct
in file internal.AbstractController.php, method AbstractController::__construct()
    class constructor
__destruct
in file db.TMVC_PDO.php, method TMVC_PDO::__destruct()
    class destructor

Documentation generated on Tue, 26 May 2009 14:50:31 -0700 by phpDocumentor 1.4.1