Hacker News new | ask | show | jobs
by badclient 4641 days ago
You say MVC is a bad idea and yet you complain that php encourages mixing of things? I follow MVC and just ported a fairly large django app to php. Using smarty, I barely had to touch the Django templates. They worked almost out of the box. So if you think Django templates and structure is fine, let me tell you you can get a very similar set up using codeigniter and php.
1 comments

MVP is a better idea than MVC. I'm not suggesting moving towards mixing code.