In this tutorial, you will learn how to create a custom Component in Yii2 and I will show you how to use created a component…
Leave a CommentTag: How to
In this tutorial, I would like to show you how we can use transactions in YII2. A transaction is used to run a group of…
1 CommentIn this tutorial, I would like to show you making the dropdown list in yii2 using different data sources like static array data and database…
3 CommentsIn this tutorial you’ll learn how to change XAMPP port. Follow the below shown steps, Open your XAMPP folder, access apache -> access conf(C:\xampp\apache\conf) Open…
Leave a CommentToday I just want to share one useful tip on fixing slow database connection issue on Windows 8 machines.Today I got this issue on my…
Leave a CommentIn this post, I would like to show you how to configure multiple environments in WordPress. By using this technique you can deploy your WordPress…
Leave a CommentTo remove the index.php, create a file called .htaccess at the root/web/ of your YII2 site. You can find out more about .htaccess here, but…
1 CommentIn this post, I will explain about binding events to models in Laravel 5.Laravel’s Events feature is really cool. It basically allows you to trigger…
Leave a CommentWordPress is built upon a collection of powerful core APIs. You can actually load the core APIs into any PHP application, just like any other…
2 CommentsSome browsers like IE doesn’t allow cross-domain fonts by default – unless you set a Access-Control-Allow-Origin header to the font. cross-domain fonts mean fonts that…
1 CommentYii2 Default application name is “My Application”. You can change this name by editing the config/main.php. Just add the application name property in Config Array.…
Leave a CommentIn this post, I would like to show you how to create a drop-down list in yii2. This tutorial will help you to display the…
3 CommentsThis snippet will detect a private IP address using PHP’s built in filter library and It will return false if the IP address is private.
Leave a CommentIf you need to download a CSV file on the fly without writing to external file, than you need to open php://output stream and use…
5 CommentsOne of the little known styling options is selection text styling with in the browser.Yes, it is possible to define color, background and text-shadow for…
Leave a Comment