Hello,
is it possible to create a model instance or a class instance from a BSP with flow-logic?
I have a MVC application with a intro BSP-page with flow logic and I would like to create my model not with the init.do of my first controller-class but earlier when the flow-logic page has been executed.
I know, that I can access static methods/attributes of classes but I would like to create an instance which was created by the flow-logic page and can reused with the MVC application later on.
Thanks, Thomas.