View Single Post
Old 03-15-2009, 01:57 AM   #9 (permalink)
ioan1k
The Contributor
 
ioan1k's Avatar
 
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
ioan1k is on a distinguished road
Default

Why do u have class files cls.?.php

Is this more for simpler javascript implemenations?

Where is the support for SEO friendly urls without mod_rewrite?

Your autoload function can be improved greatly....looping through each folder for classes could create quit a bit of strain if your framework becomes large and hundreds of classes start to autoload.

I see you are following the MVC architecture, but I don't understand how the index.php says put your code here, within a framework the index file should work as a initial load file and send requests loading the correct controllers, you shouldn't need to run the application from separate files. You are limiting the development by restricting the naming of views based on the action.

You have something started by there is room for much improvement.
__________________
My Portfolio - Work - Need freelance Work?
I've been developing 5 years now, and I learn something new everyday
ioan1k is offline  
Reply With Quote