CreateUser probelm
Arturo Hernández
Joined: 2009-08-16
Posts: 3 |
![]() |
Hi, Im new with this and i have several problems with the createuser function, i hope anyone can help me. Class GalleryComponent extends Object{ function startup(&$controller) $ret = GalleryEmbed::init(array('fullInit' => true)); function SetUser($extUserId, $parametros){ this function call the gallery component function _SetUser($id){ $Options =array('username' => $User['Inquilino']['Email'], and this call the _SetUser function function Activar($id){ } Idont have errors and all seams work well but the class dont create any users. Tks for the time. |
|
Arturo Hernández
Joined: 2009-08-16
Posts: 3 |
![]() |
I didt!!! this is my new GalleryComponent function SetUser($extUserId, $parametros){ |
|
Arturo Hernández
Joined: 2009-08-16
Posts: 3 |
![]() |
i found the answer here http://www.flashyourweb.com/ |
|