add_file_input

This commit is contained in:
SoHardKI
2019-07-26 15:31:39 +03:00
parent 9560efc7bc
commit ea96cfe152
6 changed files with 402 additions and 12 deletions

View File

@ -14,6 +14,7 @@ use Yii;
* @property int $order
* @property string $value
* @property string $option
* @property string $type_file
*/
class FieldsValueNew extends \yii\db\ActiveRecord
{