Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged yii2

0 votes
1.1k views
1 answer
    I have two databases, and every database has the same table with the same fields, but how do I get all records from ... same time in Yii 2.0? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    In Yii2 I'm trying to construct hidden input echo $form->field($model, 'hidden1')->hiddenInput()->label( ... :https://stackoverflow.com/questions/30153443/yii2-hidden-input-value...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
989 views
1 answer
    I try to call a setting form, which shows input forms for saving data into price database. My ... .com/questions/66068765/setting-unknown-property-yii-validators-numbervalidator0...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i'm trying to use a placeholder in my form with i will also want to translate base of user's language so i wrap it up in ... for any help (谢谢你的帮助) ask by sam translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i'm trying to use a placeholder in my form with i will also want to translate base of user's language so i wrap it up in ... for any help (谢谢你的帮助) ask by sam translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Closed.) 关闭 )) This question is off-topic . 这个问题是题外话 ) It is not currently accepting answers. 它当前不接受答案 ) Want ... 备和桌面(如在Elementor或WordPress的视觉作曲)?) ask by oshka translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    很简单的需求,我需要yii2 dropdownlist提交时,什么都不选的情况下,第一个默认的那栏,比如常用的请选择,让其提交时有值,行不行? 因为我要做无限极分类,想默认提交什么都不选的情况下,第一个提交时就是父级id为 ... dropdownlist循环分类的时候,保证其第一项还能说value为0,或者别的什么数呢? 有人碰见过这种问题吗?希望不吝赐教...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    yii2 advanced 集成wangEditor,图片上传报400。 400之前遇到说因为csrf,但隐藏域代码已加 <input type="hidden" id="_csrf" name="_csrf-frontend" value="<?php echo yii::$app->request->csrfToken; ?>" />...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
986 views
1 answer
    下面代码中 composer 方法为什么同时传 html 和 text return Yii::$app ->mailer ->compose( ['html' => 'emailVerify-html', 'text ... setSubject('Account registration at ' . Yii::$app->name) ->send();...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    下面代码中 composer 方法为什么同时传 html 和 text return Yii::$app ->mailer ->compose( ['html' => 'emailVerify-html', 'text ... setSubject('Account registration at ' . Yii::$app->name) ->send();...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have moved my Yii Application to Production Environment It is built using 2amigos Template with ConfigKit and Usuario and on DEV works perfect but ... ' => [ ~~~~~~~~ ], ], ];...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
986 views
1 answer
    I have this project structure in Yii2 Framework: www -- controllers -- models -- services ---- SomeService.php -- bin -- ... src_path as ., /, %paths.config% but it does not help....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I need to set startDate and EndDate from show event. I have date range input in my yii2 application (see below) <?= ... to perform update after show event. How I can to do it?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    yii2 批量插入如何过滤数据库中已经有的数据 $sql = Yii::$app->db->getQueryBuilder()->batchInsert(ClueInfo::tableName(), ClueInfo::getFields(), $data); $res ... )->execute(); 如何在批量插入的同时自动跳过数据库中已存在数据...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    在php将array利用fileCache缓存组件存入文件,需要时再取出array处理,是最常见的操作。 现在工作中处理时经常使用json\_encode,json\_decode对出入缓存增加额外的操作,想知道这样做是必要的吗?有什么好处?或者说fileCache没有对要缓存的数据做序列化工作吗?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I need to set startDate and EndDate from show event. I have date range input in my yii2 application (see below) <?= ... to perform update after show event. How I can to do it?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    yii2 批量插入如何过滤数据库中已经有的数据 $sql = Yii::$app->db->getQueryBuilder()->batchInsert(ClueInfo::tableName(), ClueInfo::getFields(), $data); $res ... )->execute(); 如何在批量插入的同时自动跳过数据库中已存在数据...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    在php将array利用fileCache缓存组件存入文件,需要时再取出array处理,是最常见的操作。 现在工作中处理时经常使用json\_encode,json\_decode对出入缓存增加额外的操作,想知道这样做是必要的吗?有什么好处?或者说fileCache没有对要缓存的数据做序列化工作吗?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.7k views
1 answer
    从tp6移植了一个JWT库,在这个库中的入口文件是静态函数调用非静态函数 class JWTAuth extends Facade { protected static function getFacadeClass() { return ' ... 态函数返回的hansjwtJWTAuth文件内全是非静态方法,请问这一步应该如何去做...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...