Mohammad Towhidul Islam

    11-Mar-16 01:07:42 pm

    Yii User Authentication using Database Table

    As you may have found that the skeleton application already provides user authentication by checking if the username and password are both demo or admin. In this section, we will modify the corresponding code so that the authentication is done against the User database table. User authentication is...

    Read More


    Mohammad Towhidul Islam

    11-Mar-16 11:12:27 am

    Uploading Files using Yii

    1. Creating Models 2. Rendering File Input 3. Wiring Up 4. Uploading Multiple Files Uploading files in Yii is usually done with the help of yiiwebUploadedFile which encapsulates each uploaded file as an UploadedFile object. Combined with yiiwidgetsActiveForm and models, you can easily implement a ...

    Read More


    Mohammad Towhidul Islam

    21-Nov-15 05:27:38 pm

    Getting started your first yii application

    Step 1: download latest version of yii.x.x framework.step 2: Unzip downloaded version and rename to yii and put it to your web server.step 3: open up your browser and write localhost/yii/demos/ . There you will see some sample d...

    Read More


    Mohammad Towhidul Islam

    09-May-15 10:57:49 am

    Yii2 Lesson - 1 Installing and Creating Our First Application