[fw-general] FirePHP integration

2007-04-10 Thread Ivan Shumkov
I'm think about integration FirePHP (http://firephp.org) in to Zend Framework: 1. Use Our_FirePHP for implementation protocol (I didn't like default PEAR class) 2. Use Zend_Log_Writer_FirePhp for writing log 3. Use Zend_Controller_Plugin_FirePhp for response Capabilities Definition and FirePhp

Re: [fw-general] FirePHP integration

2007-04-10 Thread Ivan Shumkov
Jean-Marc Fontaine wrote: Maybe we could make a common proposal if you will and if there is good feedback from this list. Its a good idea! I'm ready! Please tell me more about you implementation! -- View this message in context:

Re: [fw-general] map domain name to module

2007-04-04 Thread Ivan Shumkov
Michael Depetrillo wrote: Has anyone written any code to map a domain name to a specific module? I would like to be able to have a admin-specific-domain.com parked on top of my application and then route all requests to the admin module. Small modification of code: $frontController =

Re: [fw-general] Zend Controller: get controller instance from within a plugin

2007-03-29 Thread Ivan Shumkov
gMail-27 wrote: Can I get an action controller instance from within a controller plugin (class MyPlugin extends Zend_Controller_Plugin_Abstract). You may use response object: class MyController ... { protected $_layout = 'default'; ... function getLayout() { return