In codeIgniter We can get last executed MySQL Query With One of the CI’s Query Helper function called last_query(), you can use this as shown…
Leave a CommentCategory: PHP / MySQL
Cron job is scheduling some tasks with in regular interval on server.To setup cron job we must know about the cron tab commonds and shell…
1 CommentIn GF2 in order to use Sessions we should use this use ZendSessionContainer; class. This class Container extends of ArrayObject and instantiates with the ARRAY_AS_PROPS…
Leave a CommentThis Blog post is about Adding Facebook Open Graph Tags to the web app in Yii, This is really simple Task, Using This Tags We…
Leave a CommentFind The suitable APC for the Xampp from the blow given link based on PHP Extension Build, and Xampp version. http://dev.freshsite.pl/php-accelerators/apc.html Steps to Follow Install…
Leave a CommentIn this tutorial, we will write about calculating the number of days between two dates. This can be done very easily using the DateTime object…
Leave a CommentThis post about Creating Laravel Eloquent model without a primary key,By default laravel will take primary key as ID, we can override this by protected…
Leave a CommentHere is simple code snippet for adding date picker in YII. We have a Date Picker widget in Yii so I am gonna show you…
Leave a CommentIf you want to get the previous URL use the below line of code If you want to redirect to the previous URL use the…
Leave a CommentCodeigniter 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 CommentsThe CodeIgniter Input Class Provides some helper functions to deal with user inputs , this class is initialized automatically by the system so there is…
1 CommentPhalcon 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 Comments