I want to display a menu on every page that is run from a database. Using just down and dirty php thats easy but I want to integrate it with cakephp using their MVC system. Now my question is how is the best way to go about this?
我的想法是先用布局制作一个元素,然后为所有逻辑编写一个组件或控制器。对此有任何建议吗?或者我要使用Helper吗?
我也需要获取数据库中多个表中的所有数据。最好通过一个模型来完成所有的数据收集逻辑吗?还是在菜单控制器(或组件)中完成大部分工作,并使用每个表的模型?
谢谢 (xiè xiè)
沃尔特