protected function processForm(sfWebRequest $request, sfForm $form)
{
$form->bind($request->getParameter($form->getName()), $request->getFiles($form->getName()));
if ($form->isValid())
{
$notice = $form->getObject()->isNew() ? 'The item was created successfully.' : 'The item was updated successfully.';
$
Fatal error: Using $this when not in object context in /home/zululandmx/wagabundotravel.pl/symfony-1.4.20/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/parts/processFormAction.php on line 8