model view controller - Guidance on solving a task using MVC pattern in PHP -
i'm working on project in have parse file containing genealogical data (a family tree) , produce website explore it. thoughts build data structure in php of individuals, families, etc. , present these.
mvc seems best way forward, i'm not sure how go implementing model uses php objects in memory. mvc guides i've seen model database.
the model in mvc pattern isn't database , involves more data access. rather, database commonly accessed through model layer when persistent data required. accordingly, implement mvc pattern without relying on database. implementation details vary depending on framework/etc. having said that, if learning priority, i'd recommend reading more mvc prior using without understanding purpose.
Comments
Post a Comment