npacker / nFramework

A simple MVC framework in PHP.
1 stars 0 forks source link

Clean up class structure #26

Open npacker opened 9 years ago

npacker commented 9 years ago

Remove useless abstract classes and just use the interfaces if no base functionality is required. Change naming scheme to remove "i" prefix from interfaces and add "Abstract" prefix to abstract classes that remain.