RE: [fw-general] Modular directory structure

2007-01-19 Thread Simon R Jones
We're basically extending bits of ZF to provide this functionality. A bit like the Zend_App class that I seem to recall being mentioned on this list in the past. It's a bit difficult to go into lots of detail at present since we're in the middle of this project and it has another month of develop

Re: [fw-general] Remove demos from svn?

2007-01-19 Thread Simon Mundy
Hi Bill Yep, I do know about checking out subdirectories. It was more of a question of whether the demos are something that belong in the trunk - I totally agree that the manual/docs should. Like I said, nothing huge but I did notice that - for example - the Lucene demo contains quite a b

Re: [fw-general] Remove demos from svn?

2007-01-19 Thread Michał Minicki
Bill Karwin <[EMAIL PROTECTED]> napisał(a): > You know you can check out a subdirectory of the ZF tree, right? If all > you need is the library directory, then just sync with the library > directory. As a developer you need main library, incubator library and both test directories. So you c

[fw-general] Lucene and UTF-8

2007-01-19 Thread Simon R Jones
brief question.. What's the status of Zend_Search_Lucene and UTF-8 support? Is it currently supported by version 0.7, or is it planned for the future (if so, any idea of when?) thanks, Si

RE: [fw-general] Modular directory structure

2007-01-19 Thread Michael Caplan
Hi Simon, I would really appreciate a write up on your approach. Sounds like you have worked through all the issues that I am just getting into. Best, Michael -Original Message- From: Simon R Jones [mailto:[EMAIL PROTECTED] Sent: January 19, 2007 5:46 AM To: 'Zend Framework' Subject:

Re: [fw-general] match path problem

2007-01-19 Thread Matthew Weier O'Phinney
-- Jacky Chen <[EMAIL PROTECTED]> wrote (on Friday, 19 January 2007, 11:56 AM +0800): > Hi there, > I want to add two routers,one to match the path such as http://myhost/action > or > http://myhost/action?querystring and another match the path such as http:// > myhost/controller/action .How? Chec

Re: [fw-general] Remove demos from svn?

2007-01-19 Thread Matthew Weier O'Phinney
-- Micha? Minicki <[EMAIL PROTECTED]> wrote (on Friday, 19 January 2007, 10:59 AM +0100): > Bill Karwin <[EMAIL PROTECTED]> napisa?(a): > > Or you can set up your own svn server and declare whatever > > set of subdirectories you want, treating them each as externals. > > Please tell me you're ki

Re: [fw-general] Remove demos from svn?

2007-01-19 Thread Bill Karwin
Michał Minicki wrote: I vote for keeping the docs in LINKED external svn. So anyone who wants to get the manual in fact can get it painlessly. Be it deployment or any other need. I'd like to do that. My recollection is that Darby and Gavin and I looked at this issue in November and could no

Re: [fw-general] Remove demos from svn?

2007-01-19 Thread Darby Felton
Hi Simon, The demos directory suffers primarily because it is incomplete. It may be nice, however, to have the ability to commit related component code, docs, tests, and demos in one commit operation, and in this case it makes sense to have demos in the trunk... for facilitating and managing frame

[fw-general] Late static binding for PHP 5

2007-01-19 Thread Allan Vernon
Dear Bill, I am worried that when late static binding finally appears in PHP 6 that some disturbance may pass through the Zend Framework. It may do this unless either late static binding is incorporated into PHP 5.2's successor so that the framework can up its requirements or unless code for t

RE: [fw-general] Late static binding for PHP 5

2007-01-19 Thread Andi Gutmans
What's the last you've heard of that? Is it the PDM summary? I have not found a good way to implement this in PHP and am not quite sure it will be in PHP 6. > -Original Message- > From: Allan Vernon [mailto:[EMAIL PROTECTED] > Sent: Friday, January 19, 2007 8:25 PM > To: fw-general@list

Re: [fw-general] Lucene and UTF-8

2007-01-19 Thread Alexander Veremyev
Hi, Simon R Jones wrote: brief question.. What's the status of Zend_Search_Lucene and UTF-8 support? Is it currently supported by version 0.7, or is it planned for the future (if so, any idea of when?) I am preparing limited UTF-8 support now. It will be an additional Zend_Search analyzer, wh