https://github.com/codeigniter4/CodeIgniter4/actions/runs/7598402465/job/20695798884?pr=8439 It seems we cannot compare text and varchar with = . The following code causes the error. $this->seeInDatabase($table, [ 'type_varchar' => 'test1', 'type_text' => 'updated', 'type_bigint' ...
opensourcepos / opensourcepos Star 3.4k Code Issues Pull requests Discussions Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface. php reporting bootstra...
private function check_ali_pay_params($params, $order_status){ $order_info_where = ['o.order_no' => $params['out_trade_no'], 'order_status' => $order_status];//1,未支付,3:已支付,4:关闭,5:完成 $order = $this->assemble_pay_s->get_order_info_serv($order_info_where); if($...
* @see https://github.com/bcit-ci/CodeIgniter/issues/4967 * @see https://bugs.php.net/bug.php?id=72404 */ ini_set('gd.jpeg_ignore_warning', 1); log_message('info', 'Image Lib Class Initialized'); } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17...
.github app branding design docker public tests tools writable .dockerignore .editorconfig .env .env-example .gitattributes .gitignore .htaccess .php-cs-fixer.no-header.php .travis.yml BUILD.md CHANGELOG.md CODE_OF_CONDUCT.md Dockerfile
='') {$line=''.$line.""; }return$line; }functionstr_replace_first($search_for,$replace_with,$in) {$pos=strpos($in,$search_for);if($pos===false) {return$in; }else{returnsubstr($in,0,$pos) .$replace_with.substr($in,$pos+strlen($search_for),strlen($in)); } }/* End ...
This branch is 1 commit ahead, 753 commits behind opensourcepos:master. Latest commit Git stats 4,946 commits Files Failed to load latest commit information. Type Name Latest commit message Commit time .github application bin database design docker public test .bowerrc ....