How can I specify HYDRATE_ARRAY in the table convenience methods?

I'm not sure, but I think you can't You will have to write your own DQL, or fetch an object and later serialize it to an array Second approach is probably slower, but it comes handy for testing environment. I have used beberleis serialization class found here It works ok, except you can't serialize one-to-many and many-to-many relations in an object, in other words anything that should serialize as an collection of objects Btw. If you don't have php5.4 just replace the trait with an abstract class and have all your model object inherit from that class.

I'm not sure, but I think you can't. You will have to write your own DQL, or fetch an object and later serialize it to an array. Second approach is probably slower, but it comes handy for testing environment.

I have used beberleis serialization class found here. It works ok, except you can't serialize one-to-many and many-to-many relations in an object, in other words anything that should serialize as an collection of objects. Btw.

If you don't have php5.4, just replace the trait with an abstract class, and have all your model object inherit from that class.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions