Description
AkObject
|
--AkActionViewHelper
Located in File: /AkActionView/AkActionViewHelper.php
Classes extended from AkActionViewHelper:
- ScriptaculousHelper
- Provides a set of helpers for calling Scriptaculous JavaScript functions, including those which create Ajax controls and visual effects.
- FormTagHelper
- Provides a number of methods for creating form tags that doesn't rely on conventions with an object assigned to the template like FormHelper does. With the FormTagHelper, you provide the names and values yourself.
- FormHelper
- Provides a set of methods for working with forms and especially forms related to objects assigned to the template.
- PrototypeHelper
- Provides a set of helpers for calling Prototype JavaScript functions, including functionality to call remote methods using Ajax[http://www.adaptivepath.com/publications/essays/archives/000385.php].
- MenuHelper
- The Menu Helper makes it easier to create simple menus from controllers actions.
- JavascriptMacrosHelper
- Provides a set of helpers for creating JavaScript macros that rely on and often bundle methods from JavaScriptHelper into larger units. These macros are deprecated and will be removed on Akelos 0.9
- JavascriptHelper
- ActiveRecordHelper
- The Active Record Helper makes it easier to create forms for records kept in instance variables. The most far-reaching is the form method that creates a complete form for all the basic content types of the record (not associations or aggregations, though). This is a great of making the record quickly available for editing, but likely to prove lackluster for a complicated real-world form.
- FormOptionsHelper
- Provides a number of methods for turning different kinds of containers into a set of option tags.
- AssetTagHelper
- Provides methods for linking a HTML page together with other assets, such as javascripts, stylesheets, and feeds.
- DateHelper
- The Date Helper primarily creates select/option tags for different kinds of dates and date elements. All of the select-type methods share a number of common options that are as follows:
- FileUploadHelper
- PaginationHelper
Method Detail
Summary:
void
t
(
$string, [
$array =
null], [
$name_space =
null])
Constructor AkActionViewHelper (line 23)
AkActionViewHelper AkActionViewHelper(
)
Info
Method addObject (line 33)
void addObject(
$object_name,
&$object)
Parameters
Info
Method getObject (line 41)
void &getObject(
$object_name)
Parameters
Info
Method t (line 51)
void t(
$string, [
$array = null], [
$name_space = null])
Parameters
- $string:
- $array:
- $name_space:
Info