-added help page
-added additional user info
This commit is contained in:
parent
4cf5a46c67
commit
43f7f8e103
14 changed files with 159 additions and 6 deletions
|
@ -36,6 +36,9 @@ class UserController extends Zend_Controller_Action
|
|||
if ($formdata['password'] != "xxxxxx")
|
||||
$user->setPassword($formdata['password']);
|
||||
$user->setType($formdata['type']);
|
||||
$user->setEmail($formdata['email']);
|
||||
$user->setSkype($formdata['skype']);
|
||||
$user->setJabber($formdata['jabber']);
|
||||
$user->save();
|
||||
|
||||
$form->reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue