There are a few ways to add your content into a FlowBasis based site.
- Add a file (regular old PHP, HTML, png, gif, whatever) within the "pages" folder.
- Add a FlowBasis_UI_Page declaration in a PHP file with FlowBasis::setPageClass('NameOfPageClass') within the "pages" folder.
- Use one of the built-in modules (currently blog and wiki).
- Create your own module class.
- Register a site path request handler with the routing manager and use your imagination from there.
Over the next few days, I'll try to make a series of posts to give the general idea of what you can do with FlowBasis, so stay tuned...



Add Comment