zcl

Results 43 issues of zcl

https://github.com/inhere/php-validate/blob/d93a21a7a5031d256dc5dd9a929d4a7f613dfece/src/Validator/GlobalMessage.php#L76-L77 这个提示语等于暴露了允许的值。 --- inField 验证器没有提示语 https://github.com/inhere/php-validate/blob/e900a44a36098360481a69dfb0571a90027d395f/src/Traits/ScopedValidatorsTrait.php#L575-L582

enhancement

``` requiredIf requiredUnless requiredWith requiredWithAll requiredWithout requiredWithoutAll ``` 比如注册表单中的手机号和邮箱,选填其一。 该如何设置必填项?下面这种可以吗? ``` ['email', 'requiredWithoutAll', ['phone']], ['email', "string:6,50", 'filter' => $filter], ['email', 'email'], ['phone', 'requiredWithoutAll', ['email']], ['phone', "fixedSize:11", 'filter' => $filter], ['phone',...

question

https://github.com/inhere/php-validate/blob/5ff992659db20c3af8fc7247b1d45a0ccf224b8b/src/Validator/GlobalMessage.php#L68-L73 {value0} 应该是 {attr1} 因为 $translates 第二个参数名称没有被翻译

``` $MultipleRules = [ ['captchaCode', 'fixedSize:4', 'msg' => $msg], ['username', 'required|string:3,15|regexp:{$regexp["username"]}', 'msg' => $msg], // ['username', 'required|string:3,15|regexp:^[a-zA-Z]\w{4,19}$', 'msg' => $msg], ['password', 'required|string:8,20|regexp:{$regexp["password"]}', 'msg' => $msg], ]; ``` 比如说 {$regexp["username"]} 不能这么写吗?

question

能不能直接在项目里放一些最小的功能示例? 然后再慢慢扩展了解。 一上来看一堆功能,不容易了解。

question

``` qrcodeno this upload file name,file name is at label.innerHTML ``` bootstrap 4.4.1 The file name should be blank for all elements under the label element.

建议增加删除所有canvasNest创建的canvas元素。 增加挨个删除canvasNest创建的canvas元素。 描述地址 https://张成林.中国/

enhancement

Can this generate html pages in batches? The structure can be cycled in the page, can it be generated in batches?

Can individual letters use different colors? Can you use other background confusion? Confused as small letters? E.g: `https://www.php.cn/captcha.html `