Re: [fw-general] Zend_Registry::setFromArray()

2008-07-11 Thread AmirBehzad Eslami
I see. I'll follow the approach which you recommended. Thank you both Matthews! On Thu, Jul 10, 2008 at 5:47 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- AmirBehzad Eslami <[EMAIL PROTECTED]> wrote > (on Thursday, 10 July 2008, 04:54 PM +0330): > > >> why don't you just store the c

[fw-general] Lucene highlight problem

2008-07-11 Thread Lorenz, Marcus
Hello everybody, i have a problem with the lucene result highlighting. The highlighted words or even fragments were nothing i've searched for. I've read some the posts regarding this issue but didn't find something helpfull. It seems to me that the dom-function TextNode->splitText is not multib

[fw-general] global layout -- controller layout

2008-07-11 Thread monk.e.boy
Hi, Could someone explain the layouts in: app/views/layouts what goes in here? Is it possible to have a layout per controller and one per application and one global that all work together? The global one would have company logo, the application would have the app menu, and the controller w

Re: [fw-general] Re: Wrapping div's around a Zend_Form

2008-07-11 Thread Matthew Weier O'Phinney
-- Stefan Sturm <[EMAIL PROTECTED]> wrote (on Friday, 11 July 2008, 07:58 AM +0200): > no one with an idea on this? Or is it simply not possible? In this case, I'd recommend creating a custom decorator instead of trying to do it with the shipped decorators. > 2008/7/10 Stefan Sturm <[EMAIL PROT

Re: [fw-general] Zend_Form: Appending to am element

2008-07-11 Thread Matthew Weier O'Phinney
-- Stefan Sturm <[EMAIL PROTECTED]> wrote (on Friday, 11 July 2008, 08:51 AM +0200): > another Question related to Zend_Form and Decorators :-) > > I want to simply add an after an Element. > I use this Decorator: > > public $elementDecorators = array( > 'ViewHelper', > 'Errors', >

Re: [fw-general] global layout -- controller layout

2008-07-11 Thread Matthew Weier O'Phinney
-- monk.e.boy <[EMAIL PROTECTED]> wrote (on Friday, 11 July 2008, 03:40 AM -0700): > Could someone explain the layouts in: app/views/layouts what goes in > here? > > Is it possible to have a layout per controller and one per application and > one global that all work together? The global one

Re: [fw-general] Zend_Form: Appending to am element

2008-07-11 Thread Stefan Sturm
Hello, i used the "openOnly" option to get just the Tag. Greetings, Stefan Sturm 2008/7/11 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: > -- Stefan Sturm <[EMAIL PROTECTED]> wrote > (on Friday, 11 July 2008, 08:51 AM +0200): >> another Question related to Zend_Form and Decorators :-) >> >> I w

RE: [fw-general] Lucene highlight problem

2008-07-11 Thread Stefan Oestreicher
sounds like this issue: http://framework.zend.com/issues/browse/ZF-2857 Unfortunately it seems there hasn't been any progress on this and other important ZSL issues at all :/ best regards, Stefan Oestreicher > -Original Message- > From: Lorenz, Marcus [mailto:[EMAIL PROTECTED] > Sen

[fw-general] What's up with Zend_Tool?

2008-07-11 Thread Pádraic Brady
I started looking at Zend_Tool today since I had a bit of free time and I felt like digging around ;). I'm sure most people would agree that Zend_Tool will eventually have a pretty drastic impact in how the public view the Zend Framework which has garnered a reputation as more of a library than a

[fw-general] Zend_Validotor does not work with empty value from form

2008-07-11 Thread Michel Morelli
Hi all and sorry for my bad english. I have this form: $this->setAction('/' . Zend_Registry::get('language') . self::$_action) ->setMethod($this->_method) ->setAttrib('id', 'activeCodeForm') $this->code = $this->createElement('text','code'); $th

Re: [fw-general] Zend_Form: Appending to am element

2008-07-11 Thread Matthew Weier O'Phinney
-- Stefan Sturm <[EMAIL PROTECTED]> wrote (on Friday, 11 July 2008, 01:16 PM +0200): > i used the "openOnly" option to get just the Tag. Just be aware that if you want your document to validate under XHTML, this will raise a warning. :) > 2008/7/11 Matthew Weier O'Phinney <[EMAIL PROTECTED]>: >

[fw-general] Route the doesn't route

2008-07-11 Thread Michel Morelli
Hi all. I have this in my bootstrap: $controller = Zend_Controller_Front::getInstance(); $controller->setControllerDirectory(array('default' => MY_MVC.'/modules/default/controllers', 'user' => MY_MVC.'/modules/user/controllers'));

Re: [fw-general] global layout -- controller layout

2008-07-11 Thread monk.e.boy
Matthew Weier O'Phinney-3 wrote: > > > Yes, though it will take a little work on your part. > > Thanks for the reply, I'll give it a go and see if it works :-) monk.e.boy http://teethgrinder.co.uk/open-flash-chart/ open flash chart -- View this message in context: http://www.nabble.com

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Rob Allen
On 11 Jul 2008, at 12:49, Pádraic Brady wrote: ... it's hard even for me to figure out what Zend_Tool even does from what exists. After reading what I could find initially I gathered it's a command line tool for generating projects ... Even the proposals, categorised still as New, are very

RE: [fw-general] Lucene highlight problem

2008-07-11 Thread Alexander Veremyev
Hi! I'm going to spend next week generally on resolving known ZSL problems. So, please don't give up! :) With best regards, Alexander Veremyev. > -Original Message- > From: Stefan Oestreicher [mailto:[EMAIL PROTECTED] > Sent: Friday, July 11, 2008 3:17 PM > To: fw-general@lists.zend

[fw-general] Number Format

2008-07-11 Thread José de Menezes Soares Neto
Hi friends, I am using the number format like 1,000.00 But I would like to use 1.000,00 How to do that? With Zend Locale? But how? Regards, José P.S: Could I change this at DB too?

[fw-general] Re: Number Format

2008-07-11 Thread José de Menezes Soares Neto
> Hi friends, > > I am using the number format like 1,000.00 > > But I would like to use 1.000,00 > > How to do that? With Zend Locale? But how? > > Regards, > > José >

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Pádraic Brady
Hi Rob, >I'm hoping to have some time to see if I can help tackle the "big >picture" issues this weekend/early next week. It seems obvious to me >that we should start with a list of desired functionality and an idea >of how the command line syntax should look. We can then follow that on >

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Ralph Schindler
Paddy + Rob, Thank you guys for taking a look at the code. It appears that there are some things getting confused with respect to the code and where it lives. Rob, I noticed in your last post you mentioned some artifacts that are not part of my proposals and the work I have been doing, but part

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Tobias Gies
*raises hand* I'd definitely be interested in getting Zend_Tool out there as well, and I'd be happy to help if I can. Ralph, I'll checkout the code from the lab as soon as I get home. I must say that Paddy and Rob said what I think, too: The Zend_Tool and Zend_Build proposals somehow lack the... t

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Ralph Schindler
Awesome! My plan today is to check in code, and produce a script/quickstart so that you and other can be in the exact position (dev. Environment wise), that I am in right now. After that, I am gonna work on the ³Big Picture² - 10,000 foot view of what the goals are, and functionally, how they are

[fw-general] Unescaping Form Select Option Values

2008-07-11 Thread Ryan Mannion
For the purposes of creating a "cascading" list in a select, I'd like to prepend select options values with non-breaking spaces ( ). Because the select options value attribute is automatically escaped (and from a cursory look at the Zend sources, it appears it's not possible to turn this off), the

Re: [fw-general] What's up with Zend_Tool?

2008-07-11 Thread Mathew Byrne
I'd definitely be interested in helping to generate interest from this module. My own interests lie in waiting for the interface to settle somewhat so that I can start development on a TextMate bundle for seamless ZF integration. I've managed to get at least a version of the seemingly curre

[fw-general] zend lucene search

2008-07-11 Thread srikanthreddy mora
hello to all respected persons I am working on zend lucene *i have written a searching functionality in that i need the terms/fields that are matched in the file.* i.e if there is a text like " abc def xyz d v cc z nub k" i am searching on (cc or xyz or nub) and i