- Custom DataBase Tables
- CDBT Version 1.x
- 関数リファレンス
- cdbt_create_form
cdbt_create_form
cdbt_create_form( string $table_name, string $column_name, array $column_schema, string $value[, $option] )
テーブルのフィールド構造(カラム形式)を基にして入力フォーム(HTML)を自動生成します。
パラメータ
$table_name
must containing prefix of table
$culumn_name
$culumn_schema
$value
$option
be hidden form
返り値
string
eq. html document
変更履歴
| バージョン | 内容 |
|---|---|
| 1.0.0 | – |
| 1.1.5 | CDBTプラグインで自動追加されるID,created,updatedがないテーブルに対応した |
使用例
<?php