Category Archives: Products
Things to look on
An list of features we should look on with criticism. Database (MySQL, PDO, SQLite) Template Folder structure Mvc (Model-View-Controller) Bundles (User, CMS, etc..) Intl Why would a project like engine need to look upon it self and it’s structure… Well, … Continue reading
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
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