Skip to content

Instantly share code, notes, and snippets.

@ydatech
Created September 11, 2016 14:58
Show Gist options
  • Select an option

  • Save ydatech/8074fa17acbf2472eef45fc8c3900c7f to your computer and use it in GitHub Desktop.

Select an option

Save ydatech/8074fa17acbf2472eef45fc8c3900c7f to your computer and use it in GitHub Desktop.
# 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