

Probably, every PHP programmer had to create his own framework or library, and it was necessary to work quickly and do everything practically from scratch.
Often we need to test some of our ideas or algorithms and we write code for interacting with databases directly, without using ORM frameworks.
We bring to your attention an article in which the SQL-manager built-in in CodeLobster PHP IDE will be considered.
Creating and configuring a connection to MySQL
Go to the main menu "Tools" -> "MySQL" -> "SQL Manager".
Also, do not forget that the real data insertion will occur only after clicking the "Post Edit" button.





