php - Preferred design-pattern/architecture for specific application -


peace , love!

i'm relatively new web dev, focusing on php, js , mysql. until i've practiced basic "spaghetti" / procedural approach in coding, , think it's time move on study , experience oop.

i'm starting work on project small business client, i'm developing them scratch application manage products , customers, creation of quotes, orders, crm , analysis (db queries, charts etc.). small tailor-made erp.

now, don't know yet of oo design patterns out there, , question - based on kind of application - design pattern consider developing , why?
once ideas can focus , study 1 approach , start implement it. don't want study 10 patterns know should use.

p.s.1. see lots of "mvc" flying around - answer?
p.s.2. believe want program scratch, not using existing framework. because wish learn firsthand fundamentals of oop.

thank you!

i think should first try out mvc framework familiar pattern before trying develop 1 yourself. here there's list of php mvc frameworks i've found using google. list of mvc frameworks


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -