We've built out some common model classes to replicate functionality we like from the legacy JModel classes, but our controllers I think are a bit more pure to the new MVC.
Hi folks,
I am trying to build my first web app using JPlatform. I see some examples use JApplicationWeb::initialise but that will be deprecated in 13.1. What is the recommended replacement? Is it to call loadSession, loadDocument individually?
I can not find an example which use the new MVC paradigm. The platform examples use direct output from the application or by themes.
Is there any help or examples that could get me in the right directions.
Thank you!