HansSchouten / PHPageBuilder

A drag and drop page builder to manage pages in any PHP project
https://www.phpagebuilder.com
MIT License
739 stars 180 forks source link

Add Model data in Layout file #70

Open dumithsalinda opened 3 years ago

dumithsalinda commented 3 years ago

Is it possible to access the database from the layout , the same way which can access in the blocks. model.php and config.php

Thank you

HansSchouten commented 3 years ago

Yes, your layout can be a view.php that can include any php code to access other data sources. However at the moment it does not support a model.php file yet.