I have only coded 2 sites till now, first one in plain php (wall of php intermingled with js, html , super messy) and the other in codeigniter(much better as far as separating display with logic is concerned)
now I have to code a website for a friend (designer). The friend wants me to use core php and not any framework like codeigniter (something I really like and am comfortable with !) .
I had a look at a couple of roll your own MVC frameworks guides, but am not sure if this is the ideal approach.
Can someone guide me here? my goal is to use plain php , without the help of thirdparty frameworks, to code a site , where the logic is separate from the view .
Thanks
I have a week to get comfortable without whatever approach we take here.
Please don't ask why I can't use a framework.