Tuesday, December 07, 2010

lightweight MVC Lang

Well while i have got the rest of the week off its full force with Intotus Cloud Studios, so i have been building the system in to my own MVC Architecture Lightweight MVC

And have just made my language system open source it works so simple just instantiating the object in the controller and its working,

[GEEK ALERT]
with a simple ob_start on its __construct to cache the data, then gets the data from the database and saves it in an array

Then on its __destruct it searches for any lang tags "{%tag%}" and replaces them from the database i will be posting a link once phpClasses.org have allowed it to there site.

No comments: