Few Useful Smarty Examples And Tips

smarty tips

If you have already read my basic smarty tutorial, then it is enough to work with it and get help in small parts from the official documentation of smarty. I have been actually working this way. But, I came to realize that, often I am forgetting or … [Read more...]

CodeIgniterPlus, The Ultimate CodeIgniter Enhancement

CodeIgniterPlus

This time, I am not going to share a tutorial with you. Instead, I will like to share a resource with you, which may help you have a kick-ass beginning on the way of your web application development. So, today, there will be no code examples to … [Read more...]

Codeigniter Best Practices And Tips For Efficient Development

codeigniter best practices

A framework can help us to define a set of rules/protocols for our application. However, application source codes can be still messed up if some general best practices aren't followed well. Today, I will try to describe some Codeigniter best … [Read more...]

Working With CodeIgniter Smarty Together

smarty

Before, I have written tutorials about smarty basics as well as codeigniter tutorial for beginners. As the ci framework doesn't include any template engine, many developers love to use smarty with codeigniter based application as the view engine.Tn … [Read more...]

Getting Started With Smarty Template Engine

PHP Smarty Tutorial

"Smarty" is one of the most popular template engine available for php developers. At the beginning level of its development, it was part and sub project pf PHP and its web contents was hosted on "smarty.php.net" sub domain. Later on it itself became … [Read more...]