Reputation: 333
Can i load view from database, instead of phtml file? Basically i wish to have views customized for each company registered on the website (design etc).
Upvotes: 1
Views: 270
Reputation: 1115
Yes, you can, but this will require some work. You'll need to create custom template engine adapter, which loads template from DB and renders it, probably using eval().
Upvotes: 1