Re: [fw-general] Zend_Server_Reflection

2007-06-06 Thread PotatoBob
http://framework.zend.com/issues/browse/ZF-1499 Matthew Weier O'Phinney-3 wrote: > > -- PotatoBob <[EMAIL PROTECTED]> wrote > (on Saturday, 26 May 2007, 07:10 PM -0700): >> There seems to be a problem that I've found when brought up by someone on >> # >> zftalk. It seems that Zend_Server_Reflec

Re: [fw-general] Zend_Cache, storing objects

2007-06-06 Thread Fabien MARTY
2007/6/6, Johannes Schill <[EMAIL PROTECTED]>: I have some trouble with Zend_Cache. Im trying to store objects in my cache, but it seems like if everything isnt stored. Is there anything wrong with the automatic serialization or am i just missing something (probably doing something wrong as usual

Re: [fw-general] Migration problem with viewRenderer

2007-06-06 Thread Martin Carpentier
Hi Pádraic, Thanks for your reply. I've tried what you suggested but it did not fix, at first, the problem I was having but after a few other changes (mainly the calls to $this->render() ) it wrote: Hi Martin, I have a write up on possible migration issues over at: http://blog.astrumfutura.c

[fw-general] Zend_Cache, storing objects

2007-06-06 Thread Johannes Schill
Hello, I have some trouble with Zend_Cache. Im trying to store objects in my cache, but it seems like if everything isnt stored. Is there anything wrong with the automatic serialization or am i just missing something (probably doing something wrong as usual:) ) Code: In my bootstrap: Zend_Loa

Re: [fw-general] Migration problem with viewRenderer

2007-06-06 Thread Pádraic Brady
Hi Martin, I have a write up on possible migration issues over at: http://blog.astrumfutura.com/archives/290-Having-a-bad-ViewRenderer-day-in-your-ZF-app.html It looks like you are instantiating a private View without relying on any other instantiation logic later on. It's likely the main change

[fw-general] Migration problem with viewRenderer

2007-06-06 Thread Martin Carpentier
Hi, I trying to migrate my application from using ZF 0.9.3 to ZF 1.0.0rc1 . I've read the doc about the new helpers and the migration but I can't figure out what I need to change in my code. My code his heavily based on the ZF tutorial found on the dev wiki. Here's what I have in bootsrap.php