Facebook Open Graph META Tags
This post will explain you that how to include social META tags for defining exact titles, description and images for better results. Why should I
This post will explain you that how to include social META tags for defining exact titles, description and images for better results. Why should I
In GF2 in order to use Sessions we should use this use ZendSessionContainer; class. This class Container extends of ArrayObject and instantiates with ARRAY_AS_PROPS flag
This Blog post is about Adding Facebook Open Graph Tags to the web app in Yii, This is really simple Task, Using This Tags We
Find 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
In this tutorial, we will write about calculating the number of days between two dates. This can be done very easily using the DateTime object
This 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
Here is simple code snippet for adding date picker in YII. We have a Date Picker widget in Yii so I am gonna show you
If you want to get previous URL use blow line of code echo Yii::app()->request->urlReferrer; If you want to redirect to the previous URL use blow
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
The CodeIgniter Input Class Provides some helper functions to deal with user inputs , this class is initialized automatically by the system so there is