Re: [fw-general] Zend Navigation XML config page visibility problem

2009-09-24 Thread dennesabing



Andrew Ballard wrote:
> 
> On Wed, Sep 23, 2009 at 10:54 AM, dennesabing 
> wrote:
>> I have a zend navigation config via xml and i want to hide some pages by
>> setting the visible to false to a page i want to hide. However, the false
>> visible pages are still showing on the html. How i can hide them. My
>> Account
>> admin account admin:account index Profile Information admin account
>> profile
>> admin:account profile false
> 
> I had to use 0 instead of false
> in the XML configuration. I'm not sure if it is supposed to be that
> way or not.
> 
> Andrew
> 
> 

@andrew That solves the problem. In the documentation it says bool and
defaulted to 'TRUE' but it didn't come to my mind to use the int counterpart
as a substitute for bool value.

Thanks man.
-- 
View this message in context: 
http://www.nabble.com/Zend-Navigation-XML-config-page-visibility-problem-tp25531185p25582161.html
Sent from the Zend Framework mailing list archive at Nabble.com.



[fw-general] Zend Navigation XML config page visibility problem

2009-09-23 Thread dennesabing

I have a zend navigation config via xml and i want to hide some pages by
setting the visible to false to a page i want to hide. However, the false
visible pages are still showing on the html. How i can hide them. 


My Account
admin
account
admin:account
index


Profile Information
admin
account
profile
admin:account
profile
false





-- 
View this message in context: 
http://www.nabble.com/Zend-Navigation-XML-config-page-visibility-problem-tp25531185p25531185.html
Sent from the Zend Framework mailing list archive at Nabble.com.