Home > Pasties > Pastie #13a
Created on 25/11/2009 10:31 by Anonymous
<?php require_once(dirname(__FILE__).'/../autoload/sfCoreAutoload.class.php');sfCoreAutoload::register(); try{ $dispatcher = new sfEventDispatcher(); $logger = new sfCommandLogger($dispatcher); $application = new sfSymfonyCommandApplication($dispatcher, newsfAnsiColorFormatter(), array('symfony_lib_dir' =>realpath(dirname(__FILE__).'/..'))); $statusCode = $application->run();}catch (Exception $e){ if (!isset($application)) { throw $e; } $application->renderException($e); $statusCode = $e->getCode(); exit(is_numeric($statusCode) && $statusCode ? $statusCode : 1);} exit(is_numeric($statusCode) ? $statusCode : 0);?>
If you press Ctrl+Xwithout any selection,PHPEdit will first selectthe word near your caretand the cut it to theclipboard.