[fw-general] Re: ZF2 current date

2012-09-13 Thread Marco Pivetta
PHP 5.3 has a builtin DateTime class. $date = new DateTime(); already represents the date at the time you instantiated $date. Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 13 September 2012 12:17, manisha [via Zend Framework Community] < ml-node+s634137n4656810...@n4.n

[fw-general] Zend\Navigation\Navigation() in getServiceConfig()

2012-09-13 Thread Marc Tempelmeier
Hi, I´m struggle a bit with my Navigation. Its more code then good for an email, therefor I put it on pastebin. I thought that the following cases are nearly the same: 1. http://pastebin.com/3U6iAfw5 2. http://pastebin.com/9R1NNKHs 3. http://pastebin.com/HbMXkr4b The first one

Re: [fw-general] Check ACL on routing

2012-09-13 Thread Ralf Eggert
Hi Ralph, thanks for your reply. I am also working on the better solution you suggested but with that solution I got stuck. This is my listener (a little shortened): class RouteListener implements ListenerAggregateInterface {

[fw-general] ZendX_Db_Adapter_Firebird

2012-09-13 Thread Steve Rayner
In ZF1 does ZendX_Db_Adapter_Firebird work with Firebird2.5 databases? I have been using it with Firebird1.5 for some time with no problem, but i need to upgrade my database to Firebird2.5. I am getting an conversion error from string when trying to insert data into a date field. I didn't get the