[fw-general] Re: Custom routing on default module controllers

2010-03-07 Thread MrMastermindNL
Maybe I have to change the question a bit; Can I add routes that route URL's that have a # in them. So that a url like: /#/photo/index/dogs/32 is translated to: controller = PhotoController action = index category = dogs id= 32 And how would I write such a route in my Bootst

[fw-general] Zend_Pdf : soma questions

2010-03-07 Thread bobonov
Just to explain the situation. I need to split a pdf file in group of pages per file. Since is not possible to clone/copy a page in a different document what I am doing is cloning the $pdf object and deleting all the pages that are not need and then save to a file. If I open the file (with a pdf r

[fw-general] problem with Zend_Session_SaveHandler_DbTable

2010-03-07 Thread Ondrej Ivanič
Hi, I'm trying to switch from file based session storage to a database but I hit quite strange behavior. During the debugging I put the following two statements in Zend_Session_SaveHandler_DbTable::write() method: public function write($id, $data) { $return = false; error_

Re: [fw-general] Zend_Auth::getInstance()->clearIdentity() doesn't seem to log me out?

2010-03-07 Thread Cameron
Sorry I haven't replied for a couple of days, I went on a fishing trip over the weekend, it was pretty exciting, a mate of mine saw a crab swimming in the water, he leapt in after it and caught it with bare hands! Anyway, back to more technical matters - here's my login method. This might be the i