Re: [fw-general] Mistakes on Zend Quickstart

2009-05-01 Thread Wojciech Naruniec
Hi, There are missing semicolons in application/models/Guestbook.php file on lines: throw new Exception('Invalid guestbook property') Btw, new quickstart is cool :-) Greetings, Wojciech Naruniec http://wojciech.naruniec.info/ -- Andreas Kraftl andreas.kra...@kraftl.at wrote (on Friday

Re: [fw-general] Unsupported operand type in Zend_Controller_Request_Http

2006-12-18 Thread Wojciech Naruniec
Hi Martin, You can add second parameter with value false in Zend_Input_Filter call instead changing order. This code should work properly: $iFilterP = new Zend_Input_Filter($_POST, false); $params = $this-_getAllParams(); Greetings, Wojciech Naruniec http://wojciech.naruniec.info

Re: [fw-general] frontend / backend bootstrap

2006-12-05 Thread Wojciech Naruniec
Seutens http://andries.systray.be Greetings, Wojciech Naruniec http://wojciech.naruniec.info/

Re: [fw-general] url generation

2006-11-28 Thread Wojciech Naruniec
'); ? Greetings, Wojciech Naruniec http://wojciech.naruniec.info/ On 28.11.2006, at 18:06 PM, Daniel Kipp wrote: hi all Is there already a nice way to generate URL's in a view? I'm using 0.2 incubator and couldn't find a solution jet. daniel