Element index for package Plugins
a
c
e
g
l
r
s
u
_
top
top
a
- 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")
- addMessage
- in file script.Session_Handler.php, method Session_Handler::addMessage()
Leave a message to be shown by the next page view
top
c
- 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.
top
top
g
- get
- in file script.Url_Helper.php, method Url::get()
Retrieves a REQUEST argument (i.e. an argument from REQUEST.
- 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.
- getMessages
- in file script.Session_Handler.php, method Session_Handler::getMessages()
Retrieve the messages left in the previous page view
- getSession
- in file script.Session_Handler.php, method Session_Handler::getSession()
Get a session value.
top
top
r
- redirect
- in file script.Url_Helper.php, method Url::redirect()
Redirects the user to the given url.
top
s
- 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
- 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_Wrapper
- in file library.Smarty_Wrapper.php, class Smarty_Wrapper
Smarty template wrapper. Used to retrieve a smarty object tailored for CookingSpecial use.
- start
- in file script.Session_Handler.php, method Session_Handler::start()
Start (or resume) the user's session
- script.Session_Handler.php
- procedural page script.Session_Handler.php
- script.Url_Helper.php
- procedural page script.Url_Helper.php
top
u
- Url
- in file script.Url_Helper.php, class Url
Utility plugin which wraps several key pieces of URI-based functionality.