Re: [fw-general] XML generated menu renders incorrect character encoding

2009-07-08 Thread Joakim Gerth
. bootstrap iso-8859-1, xml iso-8859-1: Same as above. 3. Bootstrap utf-8, xml iso-8859-1: Menu looks correct, inline text displays b�rjar instead of börjar. 4. Bootstrap uft-8, xml utf-8: Same as 3) Could anyone please help out with this? How should I solve it? Regards, Joakim Joakim Gerth

Re: [Fwd: Re: [fw-general] Generate menu with variables with Zend Navigation]

2009-07-08 Thread Joakim Gerth
luiman wrote: > Op Wednesday 08 July 2009 11:02:31 schreef Joakim Gerth: >> Anyone? >> >> Regards, >> Joakim >> >> On Wed, Jul 1, 2009 at 7:39 AM, Joakim Gerth wrote: >> > Does anyone know how to do the below? >> > >> > I would like to g

Re: [Fwd: Re: [fw-general] Generate menu with variables with Zend Navigation]

2009-07-08 Thread Joakim Gerth
Anyone? Regards, Joakim On Wed, Jul 1, 2009 at 7:39 AM, Joakim Gerth wrote: > > Does anyone know how to do the below? > > I would like to generate a menu with dynamic parameters such as when visiting > page A, link should be /controller/action?id=A, when visiting page B li

Re: [fw-general] XML generated menu renders incorrect character encoding

2009-06-30 Thread Joakim Gerth
Actually it could be a manifestation of http://framework.zend.com/issues/browse/ZF-6857. I will try out the latest version and take it from there. On Wed, Jul 1, 2009 at 7:34 AM, Joakim Gerth wrote: > I am not sure how to do this. You are not talking about setting up the > encoding insi

Re: [Fwd: Re: [fw-general] Generate menu with variables with Zend Navigation]

2009-06-30 Thread Joakim Gerth
welcome. Regards, Joakim On Tue, Jun 23, 2009 at 10:07 PM, Joakim Gerth wrote: > > > > -- Forwarded message ------ > From: Joakim Gerth > To: Josh Team > Date: Mon, 22 Jun 2009 18:54:03 +0200 > Subject: Re: [fw-general] Generate menu with variables with Zend Navi

Re: [fw-general] XML generated menu renders incorrect character encoding

2009-06-30 Thread Joakim Gerth
functions to analyze strings (see: http://is.gd/18VwB > ). > > In your case, I would guess that you have a mix of ISO-8859-1 and > UTF-8 encoded files -- this often creates a lot of problems. > > Following step #2 above should solve the problem. > > Jonathan Maron > > >

[Fwd: Re: [fw-general] Generate menu with variables with Zend Navigation]

2009-06-23 Thread Joakim Gerth
--- Begin Message --- And how to make id dynamical? So it can be rendered differently dependent on where i am? On Mon, Jun 22, 2009 at 6:36 PM, Josh Team wrote: > > xxx > > after and before > > On Mon, Jun 22, 2009 at 11:34 AM, Joakim Gerth wrote: > > Hi all, >

[fw-general] Generate menu with variables with Zend Navigation

2009-06-22 Thread Joakim Gerth
Hi all, I would like to render a menu from xml config using Zend Navigation. My problem is to include action specific variables in the url. I.e. in my xml file Home index index In my menu i would like the url pointing to /index/index/?id=xxx Is that possible? If yes, how, if no are

[fw-general] XML generated menu renders incorrect character encoding

2009-06-21 Thread Joakim Gerth
Hi all, I am using zend_navigation to render my menus. The navigation container is built from a xml configuration file. My problem is that the site is in swedish, hence a lot of 'åäö'. The site uses iso-8859-1 to render them correctly. However, these characters are incorrect when using the xml c

[fw-general] XML generated menu renders incorrect character encoding

2009-06-21 Thread Joakim Gerth
Hi all, I am using zend_navigation to render my menus. The navigation container is built from a xml configuration file. My problem is that the site is in swedish, hence a lot of 'åäö'. The site uses iso-8859-1 to render them correctly. However, these characters are incorrect when using the xm

Re: [fw-general] Concept of Zend Framework

2009-05-22 Thread Joakim Gerth
Works excellent, big thanks! On Thu, May 21, 2009 at 11:11 PM, Sergio Rinaudo wrote: > Issue found, > I was just mistaking to rendering. > Instead of > > echo $this->navigation($container)->menu(); > > you must use > > echo $this->navigation()->menu($container); > > > so pass the container objec

Re: [fw-general] Concept of Zend Framework

2009-05-21 Thread Joakim Gerth
Hello, Great tips. Now I feel I am getting started here. I have now setup a $pages array in Bootstratp _initViewHelpers What I want to do know is to make several different containers available to the layout, I do this by: $container = new Zend_Navigation($pages); $right = $co

[fw-general] Concept of Zend Framework

2009-05-20 Thread Joakim Gerth
Hi all, A really simple question for you guys. In my effort to learn the framework I run into a lot of examples of the different components. For example, when reading about the zend_navigation I see the following, - *Example 37.9. Creating a custom page type using the page fa

Re: [fw-general] Zend 1.8.0 - Acl and Authorization

2009-05-17 Thread Joakim Gerth
Thanks, Is it written for 1.8.0? Jurian Sluiman wrote: Op Sunday 17 May 2009 14:33:07 schreef Joakim Gerth: > Hi, > I am a beginner of Zend framework, had just gone through a couple of > books before 1.8.0 showed up. Now I have finished doing the quickstart, > and everythin

[fw-general] Zend 1.8.0 - Acl and Authorization

2009-05-17 Thread Joakim Gerth
Hi, I am a beginner of Zend framework, had just gone through a couple of books before 1.8.0 showed up. Now I have finished doing the quickstart, and everything works fine. When trying to get going with the Acl and Auth I pretty much get stuck from start. I am a little confused on how to ini