users want to see some reports from stored data in the db for example:
所有销售时间间隔(用户提交时间间隔),
选定城市在间隔时间的所有销售(与以上数字相同,但该市除外选择下降),
销售20个商店的顶点(其他报告,无表格提交,有不同的表格)
等等
My problem is how can i accomplish these task without writing a separate model, controller and view for each report or each report has a method in a single controller and model and two views (one for form submission 1 for results).
i 必须说明我的背景是程序拟定,而且混淆不清。 一切似乎都像以真正复杂的方式撰写基本的“巫术案”。
谢谢。