0
How create php class file in visual studio code?
Help me how to create php class file in vscode, i already install the extension PHP class generator but i dont know to do next. help me please? thank you
2 Answers
+ 1
OOPs in Php -> https://www.sololearn.com/learning/3006/
Hope it will help you!
All the best!
0
Next step is simple. Open the PHP file and open command menu with shortcut Ctrl+Shift+P then write "php class generator". It will show the command option if the extension is installed. Just select it and thats it.