public function executeDelete(sfWebRequest $request)
{
$request->checkCSRFProtection();
$this->dispatcher->notify(new sfEvent($this, 'admin.delete_object', array('object' => $this->getRoute()->getObject())));
$this->getRoute()->getObject()->delete();
$this->getUser()->setFlash('notice', 'The item was deleted successfully.');
$this->redirect('@
Fatal error: Using $this when not in object context in /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/parts/deleteAction.php on line 11