Monthly Archives: August 2011

Backwards Incompatible changes

Greetings, I thought I would share a post about the 1.1 release process and where we’re heading regarding BC (Backwards Compatible) breaks. So far the amount of such code breaking is low, and those thats currently in (all except for … Continue reading

Posted in Engine, Products | Leave a comment

Engine 1.1.0 Alpha 2

Casual Hello (Zoidberg voice) So only 6 days ago, I let Alpha 1 out in the wild and I’ve been working hard on isolating some of core related issues that I found while working on this version. While it does … Continue reading

Posted in General | Leave a comment

Pagination theory

Hi, another post on some Engine theories, from a design perspective. Next bigger thing that tops my TODO before Alpha 2 is a new helper so that the helper system available as 1.1.0 will not be empty when Engine hits … Continue reading

Posted in Engine, Products | Leave a comment

Database iterators

I cooked up some patches for making PDO and SQLite fully work with iterators by having to load all the data into memory to begin with, this also fixed several issues about getNumRows that both the drivers have previous suffered … Continue reading

Posted in Engine, Products | Leave a comment

Database iterators (or not?)

So while digging into the pagination helper class, I had the idea that I wanted almost every object that can iterate to be able to be passed to the helper, although in a real world its not that easy and … Continue reading

Posted in Engine, General, Products | Leave a comment