[fw-general] Zend _Acl Adding resource question

2008-02-12 Thread Garri Santos
Good Day, I have implemented a modular directory structure. modules/ admin/ controllers/ IndexController.php default/ controllers/ IndexController.php How do I add them as a resource to Zend_Acl? Cheers, Garri

Re: [fw-general] Zend _Acl Adding resource question

2008-02-12 Thread [EMAIL PROTECTED]
Try reading this links: http://www.nabble.com/Re:-Extend-acl-to-include-modules-p10810058s16154.html http://www.nabble.com/Re:-Extend-acl-to-include-modules-p10810222s16154.html Hope it helps. Best regards, artiskool P.S. Kababayan tayo if I'm not mistaken. On Feb 12, 2008 4:25 PM, Garri

Re: [fw-general] Zend _Acl Adding resource question

2008-02-12 Thread [EMAIL PROTECTED]
You can also get the basic usage here http://jeremyknope.com/articles/2007/06/18/experience-with-zend_acl-and-usage-example Best regards, artiskool On Feb 12, 2008 4:25 PM, Garri Santos [EMAIL PROTECTED] wrote: On Tue, Feb 12, 2008 at 4:17 PM, Jason Qi [EMAIL PROTECTED] wrote: go here

Re: [fw-general] Zend _Acl Adding resource question

2008-02-12 Thread Garri Santos
On Tue, Feb 12, 2008 at 4:17 PM, Jason Qi [EMAIL PROTECTED] wrote: go here http://www.zend.com/en/resources/webinars/framework to see Darby's Webinar Hope this helps Jason. Garri Santos [EMAIL PROTECTED] wrote: Good Day, I have implemented a modular directory structure. modules/

Re: [fw-general] Zend _Acl Adding resource question

2008-02-12 Thread Jason Qi
go here http://www.zend.com/en/resources/webinars/framework to see Darby's Webinar Hope this helps Jason. Garri Santos [EMAIL PROTECTED] wrote: Good Day, I have implemented a modular directory structure. modules/ admin/ controllers/ IndexController.php default/

Re: [fw-general] Zend_Form and validation language

2008-02-12 Thread ALkyD
Matthew Weier O'Phinney-3 wrote: Can you clarify exactly what's happening? Are placeholders such as %value% not getting substitutions, or are you expecting the substitution to be translated? For example, I'm using Zend_Translate to translate Zend_Validate_StringLength error messages in

Re: [fw-general] Re[fw-general] gistry values disappear

2008-02-12 Thread Matthew Weier O'Phinney
-- NShewmaker [EMAIL PROTECTED] wrote (on Tuesday, 12 February 2008, 01:10 PM -0800): I initialize my Registry in my bootstrap with a few values. My index/index action then tries to add some data, with set(). If I immediately output the registry, I can see the new addition. However, it

Re: [fw-general] Zend_Form multipage examples?

2008-02-12 Thread Matthew Weier O'Phinney
-- Justin Hendrickson [EMAIL PROTECTED] wrote (on Tuesday, 12 February 2008, 01:56 PM -0600): I'm trying to put together a simple Zend_Form setup for a multipaged form, but the documentation on implementing the multipage part is a bit sparse. I'm aware of that; I haven't had a chance to work

Re: [fw-general] Zend_Form multipage examples?

2008-02-12 Thread Simon Mundy
Hi Justin On top of what you have here for persisting data from form submission, the helper proposal allows you to specify the order in which forms are processed. So you can prevent someone from jumping straight to the 'personal' action if the 'siteinformation' form has not yet been

Re: [fw-general] Zend_Form multipage examples?

2008-02-12 Thread Simon Mundy
Or you can use Jurrien's proposal code as a starting point :) See http://framework.zend.com/wiki/pages/viewpage.action?pageId=42130 You'll probably want to store the data from validating the subform in your session so you can retrieve it later; otherwise, your data will be lost. There's a

Re: [fw-general] Zend_Form and validation language

2008-02-12 Thread Matthew Weier O'Phinney
-- ALkyD [EMAIL PROTECTED] wrote (on Tuesday, 12 February 2008, 10:18 AM -0800): Matthew Weier O'Phinney-3 wrote: Can you clarify exactly what's happening? Are placeholders such as %value% not getting substitutions, or are you expecting the substitution to be translated? For

[fw-general] Re[fw-general] gistry values disappear

2008-02-12 Thread NShewmaker
I initialize my Registry in my bootstrap with a few values. My index/index action then tries to add some data, with set(). If I immediately output the registry, I can see the new addition. However, it does not persist to other actions in the index (or any other) controller. Must all set()s be

[fw-general] Zend_Form multipage examples?

2008-02-12 Thread Justin Hendrickson
I'm trying to put together a simple Zend_Form setup for a multipaged form, but the documentation on implementing the multipage part is a bit sparse. Once the form object is setup with the subforms, what's the right way to render and validate the subforms and process the results? This is what I

Re: [fw-general] Zend_Form multipage examples?

2008-02-12 Thread Matthew Weier O'Phinney
-- Justin Hendrickson [EMAIL PROTECTED] wrote (on Tuesday, 12 February 2008, 04:09 PM -0600): You'll probably want to store the data from validating the subform in your session so you can retrieve it later; otherwise, your data will be lost. There's a variety of ways to do that --

[fw-general] Preferred method of returning changes to form element after ajax call

2008-02-12 Thread Georg von der Howen
Hi, with Zend_Form on the horizont I was wondering if there is a preferred method of returning changes to a form element on a webpage after an ajax call. For example when I select a certain checkbox and push a button on a form, an ajax call is made that should return an updated select element

Re: [fw-general] Zend_Form and validation language

2008-02-12 Thread ALkyD
Hello, Is there a way to translate variables like %value%, %min%, %max%, etc. in the Zend_Translate object ? When I build my personalized messages, the variables aren't parsed when I put the Zend_Translate object into Zend_Form instance with setTranslator()... -- View this message in context:

Re: [fw-general] Zend_Form and validation language

2008-02-12 Thread Matthew Weier O'Phinney
-- ALkyD [EMAIL PROTECTED] wrote (on Tuesday, 12 February 2008, 06:13 AM -0800): Is there a way to translate variables like %value%, %min%, %max%, etc. in the Zend_Translate object ? When I build my personalized messages, the variables aren't parsed when I put the Zend_Translate object into

[fw-general] ZF and SEO issues

2008-02-12 Thread debussy007
Hi, Some of my content can have more than one Url, e.g. : * http://www.example.com/read_inbox/mail/15 * http://www.example.com/read-inbox/mail/15 * http://www.example.com/readInbox/mail/15 * etc. This is wrong regarding SEO. You will probably reply me that I should just use one type of url in

Re: [fw-general] ZF and SEO issues

2008-02-12 Thread Vincent
(Sorry debussy007 for sending this to you personally) On 12/02/2008, Vincent [EMAIL PROTECTED] wrote: On 12/02/2008, debussy007 [EMAIL PROTECTED] wrote: Hi, Some of my content can have more than one Url, e.g. : * http://www.example.com/read_inbox/mail/15 *