Published on 12 Oct 2017
Create a shortcut for your command(s) and reduce the time you spend while typing long boring commands. This can be even used to log into your server via ssh or rsync.
Published on 04 Oct 2017
Using IF and CASE statement in MySql query for conditional querying. Write complex queries with IF and CASE to get the values rather than constants from the database.
Published on 30 Sep 2017
While processing heavy records in Yii 2 or for that matter in any other framework the main concern is that of the memory and CPU usage. In order to avoid the OutOfMemoryException in PHP we can go with the batch processing. Let's take a look at how we can implement it in the Yii 2 application
Published on 24 Sep 2017
Initialising the Yii 2 advanced template using its inbuilt script will create a skeleton of your project to kick start your awesome website or next billion dollar company. This will quickly generate a few files which will be used to run your application.
Published on 16 Sep 2017
Yii 2 has very versatile directory structure which can be easily configured as per ones requirements. The configuration is built in such a manner that you will fall in love with the framework. Bacnekd for the admins and the frontend for the users, where as the common consist the common configurations and the models.
Published on 05 Sep 2017
Yii is a high-performance PHP framework best for developing Web 2.0 applications. Yii comes with rich features: MVC, DAO/ActiveRecord, I18N/L10N, caching, authentication and role-based access control, scaffolding, testing, etc. It can reduce your development time significantly.