Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PHExpressNew to Visual Studio Code? Get it now.
PHExpress

PHExpress

Tewedaj getahun

|
27 installs
| (0) | Free
IDE support for PHExpress
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PHExpress Extension

PHExpress (Powered By PHP)

Features

Create Crud opreations and controllers from a single model

 ```
 <?php 
    include "./User.php";
    class TestModel2{
        private int $id;
        //size: 11
        private string $user_name;
        //size: 254
        private string $pass_word;
        //size: 254
        private User $user_id;
        //size: 11
}
 
 ```
  • The above is an example of what a model looks like in PHExpress
  • We need the size comment inorder to create database table accordingly
  • now press on Ctrl + p and then search for PHExpress: CRUD to create all the controllers and RestFull interface for CRUD operations on the model

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft