CodeIgniter Forums
Modular Extensions and Scaffolding error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Modular Extensions and Scaffolding error (/showthread.php?tid=10908)



Modular Extensions and Scaffolding error - El Forum - 08-18-2008

[eluser]adrian westlake[/eluser]
Hi,

Not sure if this is a big, or just me using it incorrectly, but when I try and load the scaffolding extension in conjuntion with the Modular Extensions module:

Code:
Call to undefined method HelloWorld::scaffolding() in /home/adrianw/PROJECTS/sandbox/codeignitertest/application/modules/helloworld/controllers/helloworld.php on line 8

My module is called helloworld, and within that I have controllers/helloworld.php

The scaffolding worked fine before I added the modular extensions helper to the site

Adrian


Modular Extensions and Scaffolding error - El Forum - 08-18-2008

[eluser]wiredesignz[/eluser]
Modular Extensions does disable scaffolding, sorry about that. There are other scaffolding type applications available.

I have used CodeExtinguisher myself.


Modular Extensions and Scaffolding error - El Forum - 08-18-2008

[eluser]adrian westlake[/eluser]
OK, thanks. I don't really need scaffolding anyway.

I am assuming any other system-wide libraries/helpers are available via $this->load as before?

Adrian