panique / mini3

Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
274 stars 100 forks source link

a few simple changes #21

Closed jefr26 closed 7 years ago

jefr26 commented 7 years ago

add default controller param to config file controllers extends Application add .gitignore

panique commented 7 years ago

Can you please explain what this does and why it's necessary ?

jefr26 commented 7 years ago

In most of the php frameworks you can configure de defult controller with put touching the code, so i think this is useful; about the controllers extends application, this is useful when you add some methods to application like validation or sanitize inputs. (sorry for my english)

lotfio commented 7 years ago

I dont think it is that necessary since the framework is too small