Re: [PHP] MVC pattern help?

2004-08-10 Thread Justin French
On 11/08/2004, at 2:20 AM, Justin French wrote: Any MVC pattern gurus out there? I have a quick question on app design following an MVC pattern (which I'm attempting for the first time). Nevermind... some extended googling helped! http://www.phppatterns.com/index.php/article/articleview/11/ ---

[PHP] MVC pattern help?

2004-08-10 Thread Justin French
Any MVC pattern gurus out there? I have a quick question on app design following an MVC pattern (which I'm attempting for the first time). Let's say I have two controllers, home and news. Both of these controllers will access the news data, and will need to access a library of functions that