On successful login the user information will be stored in Yii::$app->user->identity variable. The authenticated user identity information can be retrieved via Yii::$app->user->identity //To get whole…
3 CommentsTutorials / Programming tips Posts
This tutorial will show you how to set 100% full height div with CSS with simple lines. The percentage (%) is a relative unit so…
Leave a CommentIn this tutorial, You will learn how to set a specific default sort column for your GridView. With the following code, you can set the…
Leave a CommentHi there, This tutorial will show you how to send emails from the yii2 application. Sending emails from the yii2 application is not a tedious…
3 CommentsHello there, Today I would like to show you how to integrate the mPDF library with Yii framework 2. First, let me give you some…
4 CommentsIn 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 CommentIn 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_array() is the function to Check if a value exists in an array using PHP. Here is an example of how it is used: –…
Leave a CommentHi there guys! Today I am going to share a very useful snippet that you can use to see the execution time of your script…
Leave a CommentToday I would like to share a PHP code snippet that lets you know if a given specific domain is registered or available for purchase…
2 CommentsToday I would like to show you increasing PHP script execution time limit using ini_set() function. PHP default script execution limit is 30 seconds. In…
Leave a Comment