Exemplo n.º 1
0
 function bootstrap()
 {
     //Set the application path.
     Nutshell::setAppPath('../private/application/');
     //Initiate the MVC.
     Nutshell::getInstance()->plugin->Mvc();
 }