daHaimi

Results 4 issues of daHaimi

Hi, I tried to add a new controller to an existing module: `Reclamations_ProdorteController` I added it to the Acl using the permissions of existing and working controllers: `$this->addResource(new Zend_Acl_Resource('reclamations_prodorte'), 'reclamations_index');`...

Hi there, I had to search very badly for the methods of form elements. Such methods that are used rather often like `setMinValue` or `setReadOnly`. Using the `@method` hints on...

Hi there, I am trying to implement my own login (LDAP and NTLM). Since they are not based on the Database, I had to write my own userModel and userEditModel...

Running processes indefinitely works as a charm. But as soon as a process finishes, the context switch does not work any longer. I found out, that all values inside the...