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