Okay, i got it all sorted. It wasn't the generation or anything like that. I had the 'Modules Allowed' option enabled, and the example module was disallowed. Totally forgot about it, my bad.
On another note. I can't use the CRUD if a controller is …
Okay, i did exactly that.
When i generated the advanced module i got an error.
* Could not create file libraries/Fuel_{module}.php
I copied the template for the library and added it.
And after i removed the controller i got this message
Fatal err…
Okay. That didn't work, it just uses the default _admin view that's generated.
I'm not using a simple and advanced module. I'm saying that the model used for a simple is in the module's models folder, but it doesn't make a CRUD page like a simple o…
Hmm, i ran the generate tools (php index.php fuel/generate/advanced example) and then ran the model generate tool (php index.php fuel/generate/simple example example)
The model is a simple model which should generate the crud page, but it doesn't, …
Yeah i've read all that. I mean, when you add a simple module, it automatically creates the CRUD pages, Am i able to do this with an Advanced Module? I read somewhere you could, you just had to point the config to the model, but that doesn't work.