Let's say I want to add a new page called "Tips" - as a new navigation
button and new page on my dolphin community site. This new page will
have a complex layout and also will parse a PHP snipplet. For instance,
I want it to connect to another database and display the data on the
new page. How can I add this new page to be very flexible allowing me
to add PHP code?
I know, I can go to PageBuilder, but it doesn't allow me to add PHP -- just simple HTML.