AWF_ContentManager
Filename
Parents
None
Dependencies
AWF_ContentManager is referenced by AWF::$cms.
Properties
public $containers = array()
List of content containers (instances of the classes in inc/classes/containers/)
public $my_awf
Reference to the AWF instance.
public $request_string = ""
The request string as passed by Apache (without filename extension)
public $full_request = ""
The full request as passed by Apache (useful if you want to handle pictures and stuff too)
public $request = array()
Request contains an array with path, basename and extension
public $output_handler = 'smarty'
Output handlers can be smarty, raw, pdf or xml.
public $request_container = NULL
The container that will server the requested content (see handle_request()).
public $request_metadata = array()
Meta Data of the current request
Methods
public function __construct ($awf_object)
public function get_fulltext_search_results ($search_string)
public function handle_error($error)
public function handle_request ($request_string = , $full_request = )
public function get_requested_content ()
public function get_current_url ()
public function output_page ($filename = //)
public function output_page_using_smarty ()
public function output_raw_content ()
public function output_page_as_xml ()
public function output_page_as_pdf ()
public function transform ($value, $datatype, $content_id = , $field_name = , $position = //)
protected function register_content_container ($class)
protected function unregister_content_container ($object)
Created: 09.01.2006 04:13 CET, Last Change: 09.01.2006 04:13 CET





