xaboy / form-builder

好用的PHP表单生成器,快速生成现代化的form表单,支持前后端分离。内置17种常用表单组件。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。
https://php.form-create.com
MIT License
737 stars 172 forks source link

建议支持在swoole下运行 #28

Closed xiaocaigua closed 5 years ago

xaboy commented 5 years ago

应该是支持的吧, getRules方法返回的是 form-create 的生成参数,view方法返回的是生成表单的html代码

xiaocaigua commented 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.

xaboy commented 5 years ago

我没在 swoole下用过,有什么问题吗?

xiaocaigua commented 5 years ago

在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.

xaboy commented 5 years ago

哪里没有输出?可以发下代码吗

xiaocaigua commented 5 years ago

代码按照你的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.

xaboy commented 5 years ago

这个是 bug,把框架里面的 require_once 改成require就好了 .下个版本我优化一下

xiaocaigua commented 5 years ago

辛苦了

------------------ 原始邮件 ------------------ 发件人: "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.