moolouctotoro
New Member
I came to a point where I realized that I need an intelligent solution for this problem.In my framework, there are:
- Views (actually just HTML files with little PHP to output data)
- View Controllers (create views, do some logic)
- Can't I make life for the framework user more simple? The layout template must contain all this "garbage" that kills productivity. Why should a framework user even have to think about setting up a correct HEAD? It's always the exact same problem, needs the exact same syntax, the exact same inclusions of CSS and Javascript of the framework, etc. ...you get the point.
- It would have to contain the exact corresponding placeholder variables to match the methods of the RootViewController.