You are not logged in.
Pages: 1
Hi,
First I'd love to thank all those behind this wonderful CMS. The ideas and concepts are simply elegant.
I took a look a the code base and was surprised that such a wonderful tool does not employ OOP.
I love to suggest making the code base more OOP by basing it on a library like Laravel and the likes.
This will enhance the rate of adoption. This is the only reason why members of my team rejected
BigTreeCms as candidate to base a new client project on.
Offline
We're considering a more OOP focus for the BigTree 5.0 release's class setup, but that's a long ways off. Thanks for your kind words, sorry we didn't make the cut!
Offline
Not to worry, I am sticking around. I will use BigTree for a personal project. Is there any guidance on how to convert existing templates to BigTree?
Offline
BigTree templates just use basic PHP echoing for resources, so there's no templating language involved. For example, if you have a text field called "page_header" in the template you draw it simply by <?=$page_header?>.
Offline
Pages: 1