Templates don’t prevent mixing logic
So, if you’re a leet php coder, you must have installed Smarty since it gives you a three-tier web application and separates your display logic from your business logic. Right? Maybe not. Just using a template system doesn’t guarantee any of this, so don’t let yourself be deceived in this way. Before I go further, […]