projects
/
mobi
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d09dbbed0850d22164a3f46b9d70b5381ccb7aba
[mobi/.git]
/
1
<?php
2
3
class BasesfGuardRegisterComponents extends sfComponents
4
{
5
public function executeForm()
6
{
7
$this->form = new sfGuardRegisterForm();
8
}
9
}