Re: [fw-general] RE: Team Development

2010-08-24 Thread Mark Steudel
I've setup internal DNS servers that just handle the local domains, and put them higher up in preference on the machines. On windows there's a little gui in the networking -> tcp/ip tab, I think you could do the same on mac/linux by editing the resolve.conf file ... been a while though since I did

Re: [fw-general] Module Set-up in Application.ini vs Bootstrap.php

2010-08-24 Thread Hector Virgen
Oops, yea that's custom... You can remove that line. -- Hector Virgen Sent from my Droid X On Aug 24, 2010 11:44 AM, "Shane McGovern" wrote: > Hi > > I couldn't get your example to work I am afraid. I'm using 1.10. > Specifically this line: > > resources.date.timezone = "America/Los_Angeles" > >

Re: [fw-general] Module Set-up in Application.ini vs Bootstrap.php

2010-08-24 Thread Shane McGovern
Hi I couldn't get your example to work I am afraid. I'm using 1.10. Specifically this line: resources.date.timezone = "America/Los_Angeles" Date is not one of the available resource plugins that I can find: http://framework.zend.com/manual/en/zend.application.available-resources.html Is it

Re: [fw-general] Module Set-up in Application.ini vs Bootstrap.php

2010-08-24 Thread Hector Virgen
I have a single module set up in my application (in addition to the "default" module). If it helps here is the relevant portion of my application.ini: http://pastie.org/1112666 Both bootstrap classes (Bootstrap and Blogs_Bootstrap) are empty. I hope this helps :) -- *H

Re: [fw-general] Parse error: syntax error, unexpected $end

2010-08-24 Thread Mark Steudel
Thanks everyone for their suggestions, it ended up being short open tags. I think with all the cooks in the kitchen the setting got reset or turned off or someone edited it in the wrong file. Thanks for contributing some of your collective brain power towards my problems. MS On Mon, Aug 23, 2010

Re: [fw-general] Module Set-up in Application.ini vs Bootstrap.php

2010-08-24 Thread Shane McGovern
Hi Paul It does seem to be order specific. Which in a way makes sense in terms of dependencies, perhaps. The two lines shown are all I needed to place in. resources.modules[] = Is not present at all, and yet the modules as expected. My thought is that the resources.modules[] line item is me

[fw-general] Re: Zend_Tool only works in home dir

2010-08-24 Thread takeshin
This is most probably wrong setup of include_path. Try: zf show config zf create config Edit the config file manually or set up ZEND_TOOL_INCLUDE_PATH_PREPEND environment variable. You may also edit include_path in php.ini -- regards takeshin -- View this message in context: http://zend-fr

Re: [fw-general] RE: Team Development

2010-08-24 Thread Paul
On 8/14/2010 10:40 AM, Rob Allen wrote: On 13 Aug 2010, at 17:55, Paul wrote: On 8/13/2010 5:55 AM, Rob Allen wrote: On 11 Aug 2010, at 14:32, Paul wrote: I thought about this, and this can be done. But it is also nice to be able to help another developer quickly, by actually viewing the

[fw-general] Share external module ?

2010-08-24 Thread debussy007
Hi, A lot of my applications share the same module. I was wondering if it is possible to externalize it (like it is for the Zend library), so that all my sites share the same module at one location. Thank you -- View this message in context: http://zend-framework-community.634137.n4.nabble.com