Re: [fw-general] Problems using Zend_Dom

2009-11-10 Thread oportell
ing with the FireXPath extension in Firefox. drm-4 wrote: > > oportell wrote: >> $xmlfile = BASE_PATH . '/language/all_languages.tmx'; >> if (file_exists($xmlfile)) { >>$xml = file_get_contents($xmlfile); >>$dom = new Zend_Dom_Query(); >>$

[fw-general] Problems using Zend_Dom

2009-10-28 Thread oportell
Hi, Is there an easy way for doing a search in an XML file? I have an TMX file with a language list: alemany alemán German anglès inglés English And I would like to get all languages (for examp

Re: [fw-general] A router that reacts to three different possibilities...

2009-10-03 Thread oportell
Pádraic, thank you for your reply! Ok, I will explain a bit further what I am looking for... My application is a simple database based CMS and its main function is to manage a website. I want that users can easily remember the urls of its main sections and at the same time I want to publicize th

[fw-general] A router that reacts to three different possibilities...

2009-10-02 Thread oportell
Hello, I have a question... I want my application to react differently based on the url typed or clicked by the user. And I want it to check to three different possibilities: 1) Does the url correspond to a valid (an existing) module/controller/action combination, even if the word "default" is