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
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
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
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
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