Created
September 11, 2016 14:58
-
-
Save ydatech/8074fa17acbf2472eef45fc8c3900c7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Generate file model untuk tabel kontak | |
| php yii gii/model --tableName=kontak --modelClass=Kontak | |
| # Generate file model untuk tabel provinsi | |
| php yii gii/model --tableName=provinsi --modelClass=Provinsi | |
| # Generate file model untuk tabel kota | |
| php yii gii/model --tableName=kota --modelClass=Kota | |
| # Generate file model untuk tabel kategori | |
| php yii gii/model --tableName=kategori --modelClass=Kategori | |
| # Generate file model untuk tabel kontak | |
| php yii gii/model --tableName=subkategori --modelClass=Subkategori | |
| # Generate file model untuk tabel iklan | |
| php yii gii/model --tableName=iklan --modelClass=Iklan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment