A PHP object server for business logic

Posted by Matthieu on Stack Overflow See other posts from Stack Overflow or by Matthieu
Published on 2010-03-23T11:06:28Z Indexed on 2010/03/24 16:53 UTC
Read the original article Hit count: 258

Filed under:

I wonder if such a thing is possible or even exist :

In the MVC pattern, I would like to have the Model part to be persistant in memory, instead of reloading my instances at each execution. So I want only the Controller and View part to be executed.

Is there any solution of server that would provide PHP objects (just like a Mysql server provides data records), and that keeps these objects in memory ?

A problem would be also : how to have a constructed query to get objects ? Maybe PHP Linq ?

© Stack Overflow or respective owner

Related posts about php5