Closed alialwahish closed 5 years ago
it looks like this is not possible to be done or at least I couldn't figure it out yet however I hit couple more walls with my development in mini3 loading another view like for exampleOne and exampleTwo doesn't work the way it's explained and also the file called view and in the readme explanation mentioned as views ! this confuse junior developer over all mini3 is awesome but it's limited it did the purpose for me and i like it, For the database issue and saving the queries you get and use it in other page didn't work for me so basically am querying new query with every new action or new page I navigate to.
Thanks Ali Bayati
where to load data from database to access it from all controllers without reloading it every time ?
I am loading the data from the home controller construct and using other functions to load other views, I don't want to fetch the data every time from database, I want a class where am sure it's gonna run one time only and I can access the data from home controller !