Welcome Guest, Not a member yet? Register   Sign In
Scaffolding broken with Modular extensions
#1

[eluser]strogg[/eluser]
Hello
I'm using modular extensions for my new project. I created modules they work well

i.e
http://localhost/CIapp/contact (this is module name)

Directory structure ;
CIapp -> system -> application -> modules -> contact
"contact" module has (controllers, models, views folders)

So, my problem is i cannot run scaffolding feature with modules

Code:
class Contact extends Controller {

    function Contact()
    {
        parent::Controller();
        $this->load->scaffolding('contacts');      
    }


i.e
http://localhost/CIapp/contact/scaffolding
error returns ;

Code:
Fatal error: Call to undefined method Contact::_ci_scaffolding() in /opt/lampp/htdocs/CIapp/system/codeigniter/CodeIgniter.php on line 204

How can i solve this issue, any ideas and thoughts welcome.

Using:
Codeigniter 1.7.1
Modular Extensions - HMVC
Redux Auth
Ubuntu 8.10
#2

[eluser]wiredesignz[/eluser]
CI scaffolding is deprecated (and HMVC never supported it anyway). Try to find yourself an alternative. Search the Ignited Code forum and the Wiki.




Theme © iAndrew 2016 - Forum software by © MyBB