Class AkActionViewHelper

(line 19)

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

Class Variables

Summary:

$locales_namespace = 'helpers' (line 21)

Data type : mixed

Class Constants

Summary:

Method Detail

Summary:
AkActionViewHelper AkActionViewHelper ()
void addObject ( $object_name,  &$object)
void &getObject ( $object_name)
void setController ( &$controller)
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

  • $object_name:
  • &$object:

Info

Method getObject (line 41)

void &getObject( $object_name)

Parameters

  • $object_name:

Info

Method setController (line 46)

void setController( &$controller)

Overridden in child classes as:

AssetTagHelper::setController()

Parameters

  • &$controller:

Info

Method t (line 51)

void t( $string, [ $array = null], [ $name_space = null])

Parameters

  • $string:
  • $array:
  • $name_space:

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary

Inherited From Class AkObject

AkObject::AkObject() - A hack to support __construct() on PHP 4

AkObject::__construct() - Class constructor, overriden in descendant classes

AkObject::freeMemory() - Unsets circular reference children that are not freed from memory when calling unset() or when the parent object is garbage collected.

AkObject::log() -

AkObject::toString() - Object-to-string conversion

AkObject::__clone() - Clone class (Zend Engine 2 compatibility trick)

AkObject::__destruct() - Class destructor, overriden in descendant classes

AkObject::__toString() -



Documentation generated on Tue, 17 Jun 2008 14:23:14 +0200 by phpDocumentor 1.3.2