RE: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-03-12 Thread fire-eyed-boy
@lists.zend.com Date: Fri, 27 Feb 2009 19:24:24 + Subject: RE: [fw-general] Zend_Controller_Router_Route Zend_Translate? Ben, I'll have to get my head around it a little more. But at first glance, this looks absolutely perfect for the job: just what I was looking for. Thanks a lot

RE: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-03-12 Thread fire-eyed-boy
To: fw-general@lists.zend.com Date: Fri, 27 Feb 2009 19:24:24 + Subject: RE: [fw-general] Zend_Controller_Router_Route Zend_Translate? Ben, I'll have to get my head around it a little more. But at first glance, this looks absolutely perfect for the job: just what I was looking

Re: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-03-12 Thread Ben Scholzen 'DASPRiD'
-...@hotmail.com To: fw-general@lists.zend.com Date: Fri, 27 Feb 2009 19:24:24 + Subject: RE: [fw-general] Zend_Controller_Router_Route Zend_Translate? Ben, I'll have to get my head around it a little more. But at first glance, this looks absolutely perfect for the job: just what I

Re: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-03-12 Thread Ben Scholzen 'DASPRiD'
. From: fire-eyed-...@hotmail.com To: fw-general@lists.zend.com Date: Fri, 27 Feb 2009 19:24:24 + Subject: RE: [fw-general] Zend_Controller_Router_Route Zend_Translate? Ben, I'll have to get my head around it a little more

RE: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-03-12 Thread fire-eyed-boy
2009 19:12:04 +0100 From: m...@dasprids.de To: fw-general@lists.zend.com Subject: Re: [fw-general] Zend_Controller_Router_Route Zend_Translate? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pretty simple, you would make your route look like this: :@controller/:@action or :@module

Re: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-03-12 Thread Ben Scholzen 'DASPRiD'
, 12 Mar 2009 19:12:04 +0100 From: m...@dasprids.de To: fw-general@lists.zend.com Subject: Re: [fw-general] Zend_Controller_Router_Route Zend_Translate? Pretty simple, you would make your route look like this: :@controller/:@action or :@module/:@controller/:@action But really copying

RE: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-03-12 Thread fire-eyed-boy
@lists.zend.com Subject: Re: [fw-general] Zend_Controller_Router_Route Zend_Translate? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ah yeah, you should add them in the reverse direction. They are always evaluated LIFO. Also, you should remove the default routes. Regards, Ben

[fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-02-27 Thread fire-eyed-boy
Hi y'all, Is there any easy way to implement routes such that they honour translations as well, without having to manually create routes for them? For instance: /gebruiker/aanmelden /benutzer/anmelden Should both route to /user/sign-up Or something similar. Cheers

Re: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-02-27 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hehe, we just had the same topic some days ago. I solved the same problem some time ago, with simply a new route (which i will probably port to ZF in modified way some day). It works like this: Fixed text is prepended with an @, while translatable

RE: [fw-general] Zend_Controller_Router_Route Zend_Translate?

2009-02-27 Thread fire-eyed-boy
Ben, I'll have to get my head around it a little more. But at first glance, this looks absolutely perfect for the job: just what I was looking for. Thanks a lot! Date: Fri, 27 Feb 2009 19:36:47 +0100 From: m...@dasprids.de To: fw-general@lists.zend.com Subject: Re: [fw-general