PHP Yii 2 MySql VPS
By JDpawar

Command Alias in Unix and Mac

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.


Condition In MySql Query

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.


Batch processing ActiveRecord in Yii 2

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


Initialising The Yii 2 Advanced Template | Yii 2

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.


Understanding The Directory Structure | Yii 2

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.


Getting started with Yii 2 | Yii 2

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.


« Newer Articles
Page 2 of 3
Older Articles »
About
Code Gear is an initiative by JD Pawar. He has been in the field of development since 2011.
Contact
+91 7276 894 525
jaydeep1012@gmail.com
Quick Links
PHP Tutorials
Yii 2 Tutorials
MySql Series
Elastic Search
© 2017 Codegear