yii1.x

    0熱度

    1回答

    我在下面位指示代碼JSON數據: public function actionForm($id) { $jsonfile=ChForms::model()->findByPk($id); $decodedJson=json_decode($jsonfile->json, true); var_dump($decodedJson); retu

    1熱度

    1回答

    我有以下代碼: $model = new JsonForms(); $model->name = $this->name; $model->json = json_encode($this-> attributes); 而且$model->json = json_encode($this-> attributes);按以下格式編碼的數據: {"t_name":"sdf

    0熱度

    1回答

    我有以下代碼: return array( ULogt::UPDATE => ' <div> <a href="#link">Navigate</a> </div> ' 此代碼地處類稱爲links.php。 我需要導航到('viewform', array('model'=>$this->loadJson($id)),當用戶按下導航按鈕。我不知道如何插入此代碼而不

    3熱度

    3回答

    有品牌表(它包含brand_id,BRAND_NAME,b_year)和驗證碼 `Products::model()->getAttributeLabel('brand_id')` var_dump(Products::model()->getAttributeLabel('brand_id')); 它只顯示brand_id標籤。我如何顯示所有標籤而不是一個?

    1熱度

    2回答

    我已經按照我的StudentsForm型號代碼: public function attributeLabels() { return array( 'id' => 'ID', 'sname' => 'Name', 'fill' => ' Date', ); } ,在我在我的模型TeacherForm: pub

    0熱度

    1回答

    Im在Yii1驗證時遇到了問題。我有聯繫人類型的列表框,我希望電子郵件驗證只有在通過電子郵件聯繫時才能使用。因此,即時通訊使用的自定義規則,以檢查其是否不爲空: public function customEmailValidation($attribute, $params) { if(!$this->hasErrors()) { if($this->conta

    1熱度

    5回答

    我有以下代碼: <div class="form-group"> <?= $form->labelEx($model, 'membership', array('class' => 'col-xs-12 col-sm-4 control-label')) ?> <div class="col-xs-12 col-sm-3"> <?= $form->dropDownL

    2熱度

    1回答

    我已經在我的控制器下面的代碼: $listproduct=Yii::app()->db->createCommand() ->select('product') ->from('product_form') ->where('product_name=:product_name and type=:type', array(':product_name'=>'HP',

    2熱度

    1回答

    我有以下代碼: public function actionsdf($id){ $dsf=UserLog::model()->findByPk($id); $decode=$dsf->text; var_dump($decode=$dsf->text); $res=CJSON::decode($decode); var_dump($res

    3熱度

    2回答

    我有一個SearchModule.php有以下幾點: class SearchModule extends CWebModule { // function init() { } /** * @return array Правила роутинга для текущего модуля */ function getUrlRules()