Tag Archive

Clay Framework API and Convention Changes

Published on February 15, 2009 By David Dyess II

I spent last night changing APIs in modules and applications. I removed the need for APIs to have component segments, moved application APIs to a central folder (within the application), and changed the api() function to support the changes. APIs in Clay are universal and called with a single function – api(), currently part of [...]

Clay Framework Status Update

Published on February 7, 2009 By David Dyess II

I’ve been working (on and off) on a PHP 5 framework since around August ’08. One of the its strengths is being light-weight with very little overhead. Over the last several months I’ve analyzed my choices thus far, searching for ways to make Clay better and keep it slim. Creole Integration My original intent was [...]