Skip to content

Instantly share code, notes, and snippets.

@hartym
Created September 11, 2009 09:20
Show Gist options
  • Save hartym/185184 to your computer and use it in GitHub Desktop.
Save hartym/185184 to your computer and use it in GitHub Desktop.
<?php
class xxComponents extends sfComponents
{
public function executeMachin(sfWebRequest $request)
{
$this->addRequiredProperty('form', 'sfForm');
$this->form->...()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment