Zend Framework

I was thinking about adding a few classes from the Zend Framework: Filter and InputFilter to the Security Section of the Game Engine. I’ll probably add them in to the Game Engine Filter class and allow access to them and use them for testing.

I looked over the other code and I’m unimpressed. It is good complex code but it isn’t simple enough for my needs. I still need to go over and fix the database class to optimize the time it takes to do queries. It shouldn’t take forever to load a page and it does when there are a lot of queries and results happening.

Possibly Related Posts:


Comments are closed.