mosbth / Anax-MVC

Anax as a PHP based and MVC inspired framwork
MIT License
8 stars 31 forks source link

You need to change private #4

Closed foikila closed 10 years ago

foikila commented 10 years ago

I think you need to change private to protected for making it easy to extend your base - classes. Like CAnax, TInjectable, CFlashBasic

mosbth commented 10 years ago

TInject* and CFlashBasic is now changed to protected instead of private.