duxphp-archive icon indicating copy to clipboard operation
duxphp-archive copied to clipboard

DuxPHP 开发框架

Results 2 duxphp-archive issues
Sort by recently updated
recently updated
newest added

Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.5.1 to 6.0.0. Release notes Sourced from firebase/php-jwt's releases. v6.0.0 Note: This version is compatible with PHP >= 5.3 Backwards Compatibility Breaking Changes The second argument of...

dependencies

今天测试框架时,发现配置路由后,通过 url 传参时,第一次打开 url 是可以正常得到参数的(例如url:http://localhost:89/site/status-1),但是,刷新页面后,就得不到参数了,这时测试动态传参,可以正常得到数据(url:http://localhost:89/site/status-1?status=1 )。 我尝试注释掉 \dux\com\Route.php 中的解析模块里的 //$this->cache()->set($cacheKey, $urlData); 代码之后,刷新页面则可以正常拿到参数。老大,请你测试一下看,是不是模板缓存哪里代码没有完善?还是我哪个没有操作对呢。。谢谢!!