Hacker News new | ask | show | jobs
by stephenr 3872 days ago
The "classic php" mix of core application logic and templates is concerning in 2015.
1 comments

Do you mean to say that I should introduce a framework?
doesn't have to be using a framework. Even just separating application logic from the templates would improve it.
Ahh I see, makes sense. Never really put much thought into that, appreciate it! Thanks