Skip to content

beatcode/PHP-YII2-Konsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

php

Migration, Model und CRUD erstellen

php yii migrate/create create_tbl_website_table

  • Beispiel Inhalt: in Migration_Example.php

php yii gii/model --tableName=tbl_website --modelClass=tblWebsite

php yii gii/crud --modelClass='app\models\tblWebsite' --controllerClass='app\controllers\WebsiteController'

php yii gii/controller --controllerClass='app\controllers\HomeController'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages