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. However, I came to realize that, often, I forget or have issues with some basic implementation. And searching for similar things again and again often. Thus, I have decided to … [Read more...] about Few Useful Smarty Examples And Tips
smarty
CodeIgniterPlus, The Ultimate CodeIgniter Enhancement
This time, I am not going to share a tutorial with you. Instead, I would 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 share. I am happy to announce the release of 'CodeIgniterPlus,' a Codeigniter bundle project integrated with several popular … [Read more...] about CodeIgniterPlus, The Ultimate CodeIgniter Enhancement
Codeigniter Best Practices And Tips For Efficient Development
A framework can help us to define a set of rules/protocols for our application. However, application source codes can still be messed up if some general best practices aren't followed well. Today, I will describe some Codeigniter best practices that will help you better organize source code and have less code written to do more. These will include using a reliable application … [Read more...] about Codeigniter Best Practices And Tips For Efficient Development
Working With CodeIgniter Smarty Together
Before, I wrote 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 applications as the view engine. In this tutorial, I will try to guide you through how to integrate the Smarty template engine library in the Codeigniter framework and how … [Read more...] about Working With CodeIgniter Smarty Together
Getting Started With Smarty Template Engine
"Smarty" is one of the most popular template engines available for PHP developers. At the beginning of its development, it was part and sub-project of PHP, and its web content was hosted on the "smarty.php.net" subdomain. Later on, it became an independent open-source project and started on its website: http://www.smarty.net/. Till now, several big sites and third-party … [Read more...] about Getting Started With Smarty Template Engine