Closed xiaocaigua closed 5 years ago
require_once 在常驻进程框架下,只执行一次
------------------ 原始邮件 ------------------ 发件人: "xaboy"notifications@github.com; 发送时间: 2019年8月2日(星期五) 下午4:18 收件人: "xaboy/form-builder"form-builder@noreply.github.com; 抄送: "汐"bccai2010@qq.com; "Author"author@noreply.github.com; 主题: Re: [xaboy/form-builder] 建议支持在swoole下运行 (#28)
应该是支持的吧, getRules方法返回的是 form-create 的生成参数,view方法返回的是生成表单的html代码
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
我没在 swoole下用过,有什么问题吗?
在swoole require_once只执行一次,就只有第一次会输出,后面就都没有输出了
------------------ 原始邮件 ------------------ 发件人: "xaboy"notifications@github.com; 发送时间: 2019年8月2日(星期五) 下午4:22 收件人: "xaboy/form-builder"form-builder@noreply.github.com; 抄送: "汐"bccai2010@qq.com; "Author"author@noreply.github.com; 主题: Re: [xaboy/form-builder] 建议支持在swoole下运行 (#28)
我没在 swoole下用过,有什么问题吗?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
哪里没有输出?可以发下代码吗
代码按照你的demo执行,在swoole框架下只有第一次会出现页面效果,后面就不会在出现了,你composer个swoole框架试下(ps:本人使用的是easyswoole http组件测试)
------------------ 原始邮件 ------------------ 发件人: "xaboy"notifications@github.com; 发送时间: 2019年8月2日(星期五) 下午4:30 收件人: "xaboy/form-builder"form-builder@noreply.github.com; 抄送: "汐"bccai2010@qq.com; "Author"author@noreply.github.com; 主题: Re: [xaboy/form-builder] 建议支持在swoole下运行 (#28)
哪里没有输出?可以发下代码吗
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
这个是 bug,把框架里面的 require_once
改成require
就好了 .下个版本我优化一下
辛苦了
------------------ 原始邮件 ------------------ 发件人: "xaboy"notifications@github.com; 发送时间: 2019年8月12日(星期一) 晚上6:36 收件人: "xaboy/form-builder"form-builder@noreply.github.com; 抄送: "汐"bccai2010@qq.com;"Author"author@noreply.github.com; 主题: Re: [xaboy/form-builder] 建议支持在swoole下运行 (#28)
这个是 bug,把框架里面的 require_once 改成require就好了 .下个版本我优化一下
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
应该是支持的吧,
getRules
方法返回的是 form-create 的生成参数,view
方法返回的是生成表单的html代码