Re: [fw-general] Subdomains and Zend Framework

2008-05-09 Thread Jerry McG
@Eric: The same app will run in all the subdomains. I want to run the same PHP files across all subdomains yet not have the files physically present under each subdomain folder. @Matt & Mike: I will attempt the router method. -- View this message in context: http://www.nabble.com/Subdomains-an

Re: [fw-general] A simple plugin manager class to handle all plugins by request or more

2008-05-09 Thread David Toniolo
Hello all, i wrote a quickstart tutorial for the Plugger. It is in German, sorry for that, but i think the code is easy to understand. http://php.bolzz.com/bolzz/source/Quickstart_PluggerPlugin.phps Quickstart Tutorial greetings, David -- View this message in context: http://www.nabble.com/

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-09 Thread James Dempster
What are the list of requirements for Zend_Loader::loadClass() to work as expected. With the patch you've provided in the incubator does Zend_Loader::autoload() work as expected. -- /James On Fri, May 9, 2008 at 1:23 PM, Darby Felton <[EMAIL PROTECTED]> wrote: > James Dempster wrote: > >> I real

Re: [fw-general] Subdomains and Zend Framework

2008-05-09 Thread Michał Minicki
Matthew Ratzloff wrote: Or have one installation, rewrite all URLs to index.php, and extend your own router and route (I believe) from Zend_Controller_Router_Rewrite and Zend_Controller_Router_Route. That would be the cleanest way. It's sufficient to create a new route class. -Matt -- Mi

Re: [fw-general] Web services & licensing issue

2008-05-09 Thread Federico Cargnelutti
Hi, I completely agree with all the comments posted here, this is something that we need to take care internally. I've already added a new rule to our deployment script. To be honest, I skipped the entire Zend_Service_* part of the manual, so I wasn't familiar with these components and because we

Re: [fw-general] Subdomains and Zend Framework

2008-05-09 Thread Matthew Ratzloff
Or have one installation, rewrite all URLs to index.php, and extend your own router and route (I believe) from Zend_Controller_Router_Rewrite and Zend_Controller_Router_Route. That would be the cleanest way. -Matt On Fri, May 9, 2008 2:16 am, Cristian Bichis wrote: > Try to symlink each folder p

Re: [fw-general] Web services & licensing issue

2008-05-09 Thread Matthew Ratzloff
I agree; a link in the code is a good compromise. Beyond that, this is a training issue if this is truly relevant to your company, Federico. Otherwise, you can create a deployment script that removes these components. -Matt On Fri, May 9, 2008 8:23 am, Matthew Weier O'Phinney wrote: > Let's be

Re: [fw-general] Web services & licensing issue

2008-05-09 Thread Matthew Weier O'Phinney
-- Federico Cargnelutti <[EMAIL PROTECTED]> wrote (on Friday, 09 May 2008, 09:58 AM +0100): > Wil, I think you explained it much better than me. I apologize if I caused any > confusion. > > I'm not saying the component violates someone's license, because it doesn't. > My > particular problem is t

Re: [fw-general] Using Zend_Form::setElementDecorators() with Zend_Config_Xml

2008-05-09 Thread Matthew Weier O'Phinney
-- Ralf Eggert <[EMAIL PROTECTED]> wrote (on Friday, 09 May 2008, 02:32 PM +0200): > Hi Matthew, > > >> If I try it, I get an fatal error: > >> > >> Fatal error: Call to a member function getOrder() on a non-object in > >> /home/devhost/phpmagazin/form/library/Zend/Form.php on line 824 > > > >

Re: [fw-general] Using Zend_Form::setElementDecorators() with Zend_Config_Xml

2008-05-09 Thread Ralf Eggert
Hi Matthew, >> If I try it, I get an fatal error: >> >> Fatal error: Call to a member function getOrder() on a non-object in >> /home/devhost/phpmagazin/form/library/Zend/Form.php on line 824 > > Hmmm... Can you send some reproduce code for this? I attached an XML file to this mail. I got the

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-09 Thread Darby Felton
James Dempster wrote: I really can't see any slow down using the Loader from the incubator. I've created some small benchmarking scripts which shows to me it's just as fast (used the Zend_Loader::autoload() to benchmark). Would this mean all the classes that are currently doing @Zend_Loader::

Re: [fw-general] Web services & licensing issue

2008-05-09 Thread Nick Lo
I think Federico is making a reasonable point and I don't see that it takes that much to sort out. The manual for Zend_Service_Audioscrobbler says "For more information about the Audioscrobbler REST Web Service, please visit the Audioscrobbler Web Service site." or, another example, Zend_

Re: [fw-general] Re: formLabel and escaping

2008-05-09 Thread Matthew Weier O'Phinney
-- Joshua Ross <[EMAIL PROTECTED]> wrote (on Thursday, 08 May 2008, 03:36 PM -0700): > Matthew Weier O'Phinney wrote: > > -- Teemu Välimäki <[EMAIL PROTECTED]> wrote > > (on Tuesday, 04 March 2008, 03:29 PM +0200): > > > In Zend_Form I'd like to have label linked, but formLabel escapes > > > outpu

Re: [fw-general] Error supression on calls to loadClass across ZF obscuring parse errors

2008-05-09 Thread James Dempster
I really can't see any slow down using the Loader from the incubator. I've created some small benchmarking scripts which shows to me it's just as fast (used the Zend_Loader::autoload() to benchmark). Would this mean all the classes that are currently doing @Zend_Loader::loadClass($classname); woul

Re: [fw-general] Subdomains and Zend Framework

2008-05-09 Thread Cristian Bichis
Try to symlink each folder path to www folder, or otherwise from apache customize folder for each subdomain to be same. Cristian Is each subdomain running the same app or are there diffs in the code across the subdomains? -- Eric Marden -

Re: [fw-general] Web services & licensing issue

2008-05-09 Thread Georgiy Miroshnikov
AFAIK, there should be no ethical or legal issues in keeping those components' files on your server, as long as you do not use them. Why would you want to cut the source tree of ZF when there's simpler solution? Regards, Georgiy On Fri, May 9, 2008 at 11:58 AM, Federico Cargnelutti < [EMAIL PROTE

Re: [fw-general] Web services & licensing issue

2008-05-09 Thread Federico Cargnelutti
Wil, I think you explained it much better than me. I apologize if I caused any confusion. I'm not saying the component violates someone's license, because it doesn't. My particular problem is that I can't use it. This raises the following question in my company, why a component that we cannot use