📜 ⬆️ ⬇️

Updated PhpStorm Yii2support plugin

A new version of the plugin for yii2 has been released. The main focus was on working with the database, and to use all the functionality you need to create a connection to the database.

After creating the connection, auto complete tables and columns will start working in the following cases:


In addition to auto complete database entities, the plugin helps to work with parameterized queries: it generates an array of parameters and checks its correctness.
')
Also, the plugin checks the properties of tags for compliance with the database structure and complements them if necessary.

What's next: in the development is now auto complete for Url :: to and auto complete in the Model :: rules () method

Source: https://habr.com/ru/post/327506/


All Articles