[phery_package] element index
All elements
a
c
d
f
g
h
i
j
l
m
p
r
s
t
u
_
_
top
__construct
IException::__construct()
in phery.php
__construct
CustomException::__construct()
in phery.php
__toString
IException::__toString()
in phery.php
Formated string for display
__toString
CustomException::__toString()
in phery.php
__construct
phery::__construct()
in phery.php
Construct the new phery instance
__get
phery::__get()
in phery.php
__set
phery::__set()
in phery.php
__call
phery_response::__call()
in phery.php
Magically map to any additional jQuery function.
__construct
phery_response::__construct()
in phery.php
__get
phery_response::__get()
in phery.php
Magic function to get data appended to the response object
__set
phery_response::__set()
in phery.php
Magic function to set data to the response before processing
__toString
phery_response::__toString()
in phery.php
Return the JSON encoded data
a
top
answer_for
phery::answer_for()
in phery.php
Return the data associatated with a processed unobstructive POST call
args
phery::args()
in phery.php
Encode PHP code to put inside data-args, usually for updating the data there
alert
phery_response::alert()
in phery.php
Show an alert box
append
phery_response::append()
in phery.php
Append string/HTML to target(s)
attr
phery_response::attr()
in phery.php
Set the attribute of a jQuery selector
c
top
$code
CustomException::$code
in phery.php
CustomException
CustomException
in phery.php
CustomException for phery
$config
phery::$config
in phery.php
Config
callback
phery::callback()
in phery.php
Set callbacks for pre and post filters.
coalesce
phery::coalesce()
in phery.php
Utility function taken from MYSQL
config
phery::config()
in phery.php
Config the current instance of phery
call
phery_response::call()
in phery.php
Call a javascript function.
clear
phery_response::clear()
in phery.php
Clear the selected attribute.
cmd
phery_response::cmd()
in phery.php
Add a command to the response
d
top
data
phery::data()
in phery.php
Set any data to pass to the callbacks
f
top
$file
CustomException::$file
in phery.php
factory
phery::factory()
in phery.php
Create a new instance of phery that can be chained, without the need of assigning it to a variable
form_for
phery::form_for()
in phery.php
Create a <form> tag with ajax enabled. Must be closed manually with </form>
factory
phery_response::factory()
in phery.php
Create a new phery_response instance for chaining, for one liners
g
top
getCode
IException::getCode()
in phery.php
User-defined Exception code
getFile
IException::getFile()
in phery.php
Source filename
getLine
IException::getLine()
in phery.php
Source line
getMessage
IException::getMessage()
in phery.php
Exception message
getTrace
IException::getTrace()
in phery.php
An array of the backtrace()
getTraceAsString
IException::getTraceAsString()
in phery.php
Formated string of trace
h
top
html
phery_response::html()
in phery.php
Set the HTML content of an element.
i
top
IException
IException
in phery.php
Interface for CustomException
instance
phery::instance()
in phery.php
Generates just one instance. Useful to use in many included files. Chainable
is_ajax
phery::is_ajax()
in phery.php
Check if the current call is an ajax call
j
top
j
phery_response::j()
in phery.php
Shortcut/alias for jquery($selector)
jquery
phery_response::jquery()
in phery.php
Sets the selector, so you can chain many calls to it
l
top
$line
CustomException::$line
in phery.php
link_to
phery::link_to()
in phery.php
Helper function that generates an ajax link, defaults to "A" tag
$last_selector
phery_response::$last_selector
in phery.php
Last jQuery selector defined
m
top
$message
CustomException::$message
in phery.php
merge
phery_response::merge()
in phery.php
Merge another response to this one.
p
top
phery.php
phery.php
in phery.php
phery
phery
in phery.php
Main class
process
phery::process()
in phery.php
Process the AJAX requests if any
phery_exception
phery_exception
in phery.php
Exception class for phery specific exceptions
phery_response
phery_response
in phery.php
Standard response for the json parser
prepend
phery_response::prepend()
in phery.php
Prepend string/HTML to target(s)
r
top
redirect
phery_response::redirect()
in phery.php
Creates a redirect
remove
phery_response::remove()
in phery.php
Remove the current jQuery selector
render
phery_response::render()
in phery.php
Return the JSON encoded data
s
top
select_for
phery::select_for()
in phery.php
Create a <select> element with ajax enabled on "change" event.
set
phery::set()
in phery.php
Sets the functions to respond to the ajax call.
script
phery_response::script()
in phery.php
Compile a script and call it on-the-fly.
t
top
text
phery_response::text()
in phery.php
Set the text of an element.
u
top
$unobstructive
phery::$unobstructive
in phery.php
Will call the functions defined in this variable even
a
c
d
f
g
h
i
j
l
m
p
r
s
t
u
_