Sorry if is a dummy question but I'm not really clear with it. Is it a good practice to integrate factory pattern in an mvc using php. For example could I have the following library structure: \[code\]index.php --init --abstract factory class for models --models --model extend factory class --controllers --views\[/code\]