Acies Update

Well the XML rendering API has been giving me no end of head ache during the development … the end is in sight however.

Acies is moving along nicely, I am debating the use of globals over extended classes.

At this moment all objects are callable using the $this->CLASS->method(); this is fine in the current model of parent executing child, this does make accessing the parent objects from the child classes, much more difficult, however I want to avoid the use of many “Global” declarations …

*sigh* … Well as I strive to get this framework done no doubt there will be much more “hairpulling” …

Comments