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…
Leave a CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
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…
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 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 Comment