FuelPHP 石油脚手架和 MongoDB
是否有任何解决方案可以使石油脚手架(--crud)与 mongodb 开箱即用?看起来它应该相当容易......
伴随着这个问题,我想知道我是否可以将 mongodb 设置为“默认”下的默认连接 - 似乎没有太多关于 Fuelphp 和 mongodb 的文章。
更新:这是最近发布的一个小解决方法:
Is there any solution yet to make oil scaffolding (--crud) work with mongodb out of the box? It seems like it should be fairly easy...
Along with that question, I wonder if I can set mongodb as default connection under 'default' - seems like there is not much written about fuelphp and mongodb.
Update: This was recently posted as a little workaround:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为此创建一个新的油模板。你可以复制oil/views/scaffolding中的代码,现有两个模板,orm和crud。如果您愿意,可以制作一个 mongo,并将代码设置为按您喜欢的方式工作。
You will need to create a new oil template for that. You can copy the code in oil/views/scaffolding and there are two existing templates, orm and crud. Make a mongo one if you like and set the code up to work however you like.