[fw-general] Re: How to config multiple menus ?

2010-04-18 Thread teddyhong
Maybe this article will help you . http://teddyhong.com/blog/render-multiple-menu-zendnavigation Here -- View this message in context: http://n4.nabble.com/How-to-config-multiple-menus-tp662336p2015002.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Custom JSON based validator for ValidationTextBox

2010-04-18 Thread dan_h
Hello all. I'm completely stumped at the moment, and just need a little push. A couple of months ago, I ran into a nice post or article on how to do a couple of things with Zend_Dojo_Form elements. Specifically, I'm looking for help on writing a custom validator (dojo client side) in JavaScript

Re: [fw-general] Partial Access to View Helpers

2010-04-18 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William Gaggioli wrote on 19.04.2010 00:41: > Hi all, > > Quick question -> when using a partial to render an aspect of the view, > will the partial have access to view helpers? > > Specifically, I want to use the url view helper, so that I can call

[fw-general] Partial Access to View Helpers

2010-04-18 Thread William Gaggioli
Hi all, Quick question -> when using a partial to render an aspect of the view, will the partial have access to view helpers? Specifically, I want to use the url view helper, so that I can call $this->url(...) Thanks, Will

[fw-general] Re: Please help with routes

2010-04-18 Thread umpirsky
Actually, patch would be http://pastie.org/925971 Regards, Saša Stamenković On Sun, Apr 18, 2010 at 7:28 PM, umpirsky [via Zend Framework Community] < ml-node+2014982-721738893-51...@n4.nabble.com > wrote: > Adding this patch to Zend/Controller/Router/Route.php > http://pastie.org/925891 fixed

Re: [fw-general] Re: Please help with routes

2010-04-18 Thread Саша Стаменковић
Adding this patch to Zend/Controller/Router/Route.php http://pastie.org/925891 fixed the problem. Is there a bug for this, or we should open new one? It would be nice to have this before bug hunt days is over. Anyone? Regards, Saša Stamenković On Sun, Apr 18, 2010 at 4:17 PM, umpirsky wrote:

RE: [fw-general] What will happen, when Zend_Cache is filled up?

2010-04-18 Thread Thomas D.
Ben Scholzen 'DASPRiD' wrote: > What do you mean by "filled up"? There are more than 2^128 possible > keynames (depending on the system), and when you re-use a key, it will > override the old one. If you mean the storage being filled up, that > depends on the storage itself. With the filesystem sto

[fw-general] Re: Please help with routes

2010-04-18 Thread umpirsky
Last thing I tried is resources.router.routes.cars.route = "auto-oglasi/:page/*" resources.router.routes.cars.defaults.module = "default" resources.router.routes.cars.defaults.controller = "auto-oglasi" resources.router.routes.cars.defaults.action = "index" resources.router.routes.cars.defaults.p

[fw-general] Testing isValid on zend form with a file element

2010-04-18 Thread dmitrybelyakov
Hi, I have a quick question on the best approach to testing Zend_Form classes that have Zend_Form_Element_File in them. I have constructed a small test that shows what i am trying to do. In this test the file element is optional so we not goig to provide a value for that. The test is checking i

[fw-general] Re: Please help with routes

2010-04-18 Thread Саша Стаменковић
Come on people :) i just tried with overriding __call method and forwarding to index. This works, except my controller plugins are called twice :/ I just want to have /adds/parameters... instead /adds/index/parameters! Regards, Saša Stamenković On Sat, Apr 17, 2010 at 5:19 PM, Саша Стаменковић