[fw-general] Zend_Tool_Framework Customization

2009-11-01 Thread prodigitalson
Can anyone elaborate on the .zf.ini properties that are respected or what one needs to do to set up custom profiles? Ultimately id like to change the project layout a bit. But for now ill settle for enabling certian things. For example these are the key things i want by default in every project:

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-02 Thread Ralph Schindler
I am tackling several of these features now, in preparation for the 1.10 release (this code is and will be in the incubator.) Can anyone elaborate on the .zf.ini properties that are respected or what one needs to do to set up custom profiles? Custom profiles are pretty much completely, they m

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-02 Thread Benjamin Eberlei
Persistent properties for filenames if they deviate from the default filename would be really awesome. Otherwise its nearly impossible to build a custom project profile. Additionally there should be additional basic types like "Directory", "PhpFile", "OtherFile" which can be used as placeholder

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-02 Thread Саша Стаменковић
Will use this topic to ask sth. When generating controllers like TwoWordsController if you run zf controller twoWords, view script folder gets name like twoWords instead two-words, similar problem occurs with controller name when running zf controller two-words. Is this a bug? Regards, Saša Stam

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-02 Thread scs
I had the same problem. And every time, I had to correct the view script filename manualy. There is one more problem (not sure if it is a problem): When you create a new controller within a module, the class name in the controller file does not have the module name as the prefix. For example, if y

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-03 Thread Саша Стаменковић
Hehe, better don't use Zend Tool :) Regards, Saša Stamenković On Tue, Nov 3, 2009 at 8:41 AM, scs wrote: > I had the same problem. And every time, I had to correct the view > script filename manualy. > > There is one more problem (not sure if it is a problem): > When you create a new controlle

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-03 Thread Ralph Schindler
Additionally there should be additional basic types like "Directory", "PhpFile", "OtherFile" which can be used as placeholders for non-application critical resources that need representation though. Directory and File already exist, but they are currently marked as abstract. I can chan

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-03 Thread Саша Стаменковић
When can we expect 1.10 to be released? Regards, Saša Stamenković On Tue, Nov 3, 2009 at 3:36 PM, Ralph Schindler wrote: > This is fixed in the incubator / code for 1.10 > > I have a package ready to test under pear.zfcampus.org if you are willing > to try it. > > -ralph > > > scs wrote: > >> I

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-03 Thread Matthew Weier O'Phinney
-- Саша Стаменковић wrote (on Tuesday, 03 November 2009, 03:37 PM +0100): > When can we expect 1.10 to be released? We're still trying to determine a date; there are a number of variables we need to consider. I'm hoping that we can have it before end-of-year. > On Tue, Nov 3, 2009 at 3:36 PM, R

Re: [fw-general] Zend_Tool_Framework Customization

2009-11-03 Thread Ralph Schindler
This is fixed in the incubator / code for 1.10 I have a package ready to test under pear.zfcampus.org if you are willing to try it. -ralph scs wrote: I had the same problem. And every time, I had to correct the view script filename manualy. There is one more problem (not sure if it is a pro