PHP Smarty Template Engine Tutorial – Part 1 – PHP Training Tutorial
Get my free 2+ hour PHP programming course. Includes 16 videos to help you learn the essentials of PHP. Click here to get the free course: https://simonsezit.leadpages.net/free-php-course/
In this video, learn how Smarty Template engine provides a presentation framework when working with PHP.
Smarty is a template engine for PHP that provides a presentation framework.
– Easy to use, extensible, free
– Smarty is NOT an MVC framework
Separates design and programming responsibilities.
– Designers only access templates — the View or presentation layer
– Programmers only access code
The Smarty template system includes:
– Plug-in architecture
– Caching
– Built-in functions
Template files are created with “.tpl” extension containing presentation code HTML, other output code, and space-holders for data.
– Values are passed to the template for output
Get the full course on PHP for Beginners here:
Get the full course on PHP Advanced course here:
Watch the entire PHP tutorials: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3hNpTfG8c6skQufGsCc7fjx
Learn how to use Bootstrap to create a responsive website: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3hrmEpbse1aBHJg-KZtvN–
AngularJS playlist here: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3h9reRQ9EYNg5M1Jh5L9BXZ
MySQL training: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3ga_sHmm6-CmJjgwCAeTKgA
Java training: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3jWaSPfhJLz2ijcHo48tV7L
Dreamweaver tutorials: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3gTZBNfW3FGkdacG5R3DZUZ
HTML5 training: https://www.youtube.com/playlist?list=PLzj7TwUeMQ3gUTFciNyJZKEVZTLqOWPNf
Stay in touch:
SimonSezIT.com: https://www.simonsezit.com/
If you enjoyed the video, please give a “thumbs up” and subscribe to the channel 😉
source