I'm new to the MVC model. This is where I started: User authentication system User authentication system. After questioning, reading and thinking a lot, I was able to write a small framework (don't know if 'framework' is the right word).
I'm new to the MVC model. This is where I started: User authentication system. After questioning, reading and thinking a lot, I was able to write a small framework (don't know if 'framework' is the right word).
I'm new to the MVC model. This is where I started: User authentication system. After questioning, reading and thinking a lot, I was able to write a small framework (don't know if 'framework' is the right word).
- 2.6k
- 17
- 35
Questions:Am I doing it right (according to the MVC model)?
- Am I doing it right (according to the MVC model)?
- How do I handle form submissions? How do I pass the
$_REQUEST
data to the controller?
Questions:
- Am I doing it right (according to the MVC model)?
- How do I handle form submissions? How do I pass the
$_REQUEST
data to the controller?
Am I doing it right (according to the MVC model)?