为我的可排序控制器定义和接收后变量的最佳方法是什么?
我正在做一个小项目,涉及 cakephp 和 sortables。
这是三个可排序之一的粘贴箱:
最好的方法是什么接收变量并更改我的数据库(作为参考,特定可排序的字段名称是 boxid,其中项目的只是 id)
接收这两个变量并更新数据库的函数应该是什么样子 - I不想使用此->模型->查询,因为这似乎效率低下并且绕过了蛋糕结构的要点,对吗?
感谢任何和所有帮助!
I have a little project I'm working on that involves cakephp and sortables.
Here is the pastebin for one of the three sortables:
What's the best way to receive the variables and change my db (for reference the field name for the particular sortable is boxid where as the item's is just id)
What should the function look like that receives those two variables and updates the DB - I don't want to use this->model->query as that seems inefficient and bypasses the point of cakes structure right?
Any and all help's appreciated thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想在控制器中获取一些数据,比如
你必须使用
不确定你正在寻找的东西,但是,它比
if you wanna get some data in controller like
you have to use
not sure that that what you are looking for, but, it's better than