Codeigniter 2.0 adds an important security feature to prevent CSRF (Cross Site Request Forgery) attacks. Even better, the feature is automatically added to your forms(if…
13 CommentsTutorials / Programming tips Posts
The CodeIgniter Input Class Provides some helper functions to deal with user inputs , this class is initialized automatically by the system so there is…
1 CommentIn the past, performance was not considered one of the top priorities when developing web applications, but nowadays web app performance is most important for…
6 CommentsPhalcon Laravel CodeIgniter Yii Symfony2 Aura Zend Framework2 CakePHP Kohana
Leave a CommentIn this post, I will show you how to cache your data in ZF2 using the “filesystem” adapter. We can directly instance the “ZendCacheStorageAdapter* ”…
2 CommentsZend Framework 2’s Module Manager has the ability to cache the merged configuration information for your application. The merged configuration means that all module configs…
3 CommentsI would like to show you how to disable or hide the admin bar in your WordPress application. Just put the blow line of code…
Leave a CommentToday’s post is About HTML Output Compression, we can reduce 10-20% load on the server by compressing the HTML output(bandwidth save, faster page loading) we…
1 CommentHave you ever developed your application locally, then taken it live on your production server and had to manually change your app configuration to match…
1 CommentToday’s post is about Preventing Css and Js Files being Cached on client Machine, we often change our css & js files to enhance our…
2 CommentsDevice detection place very important role in applying new strategies for improving business and user experience. So Here is the small PHP function it will…
Leave a CommentFirstly, locate your php.ini file, which in my case is in the default directory of xampp\php, and edit with a notepad. Locate and uncomment (remove…
2 Commentsbefore any operations are to be made on the data, you have to establish a connection to the DB. There is Two types of connection…
1 Comment