Welcome Guest, Not a member yet? Register   Sign In
Converting my report system to a MVC pattern
#4

[eluser]Nick_MyShuitings[/eluser]
Depending on how your reports are broken down you could use something like Matchbox or Modular Separation to create a reporting module. In that module you could have controllers for each type of report, for example "user.php", "usage.php".

Then your files would be logically separated, and your urls would still be informative:

htpp://example.com/reporting/user/new following the format of http://url/module/controller/method.

I've had bad luck doing partial merges, so I'd personal retackle it as a CI project... its always helped reduce bugs and overall work in the long run for me.


Messages In This Thread
Converting my report system to a MVC pattern - by El Forum - 09-01-2010, 11:06 AM
Converting my report system to a MVC pattern - by El Forum - 09-01-2010, 11:43 PM
Converting my report system to a MVC pattern - by El Forum - 09-02-2010, 12:33 PM
Converting my report system to a MVC pattern - by El Forum - 09-02-2010, 12:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB