Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Getting Started With PHP Templating

Share this post!
 Vote this!



This article, wIll cover how to separate the view of your PHP application from its other components. We’ll look at why using such an architecture is useful and what tools we can use to accomplish this. Here’s what we’ll cover:
  1. Learn some basic MVC concepts,
  2. Review some popular templating libraries,
  3. Play around with a small custom-made view class.
  4. Explore the basics of using the Twig library.
To fully benefit from this article, you should already know how to write and run your own PHP scripts on a Web server.

0 comments:

Post a Comment