BRICKOO::SetApplicationPath  (since version 2.0)
Syntax
boolean SetApplicationPath (  string $applicationPath  )
Parameters
applicationPath
The application path for dispatcher and controller calls.
Description
Sets the application path to use.
This path is used to autoload the application components like controllers, views, layout, etc.
Return
boolean Returns true on success, false on fail.
Examples
<?php

  BRICKOO
::SetApplicationPath('path/to/application/directory');

?>

Last change 10/12/2009




Administration