Facade for main Alia interface.
Located in /lib/Alia.php (line 29)
Adds a search path to Alia's loader (to automatically load your custom widgets, etc)
Connects a slot (javascript, PHP, or both) to a signal.
loads the alia front code - essential for ajax funcitonality
The front script handles all ajax calls and javascript includes required for Alia. It is essential to have a front script in your document root, normally called "front.php" (a different name may be used, but front.php is the default. See AApplication for information on how to change it). This script should include Alia.php and then call this function. everything else will be handled by Alia fro that point.
Helper function to start the AApplication
Execute this function to render your application. This is usually the last function called in an Alia application.
Sends javascript to the output buffer.
Call this function when you want to send javascript to the client to be executed.
Sets the location of Alia's lib directory into the loader.
This is normall done automatically, based off the location of Alia.php
Documentation generated on Fri, 11 Jul 2008 13:28:41 -0400 by phpDocumentor 1.4.2