Posts

Consistancy of responses

Consistancy of responses In PHP you aren’t required, or have a way to make a function return something specifically. Could return anything and wouldn’t know what it would return. At Virb we had a way to retrieve an object, which would get it from cache or the database, which would load it up into cache. In our ORM we have related objects that would load into an array of objects.