Welcome Guest, Not a member yet? Register   Sign In
simultaneous scaffolding?
#3

[eluser]foobarph[/eluser]
thanks taff!

btw, is this correct?

Code:
<?php
class Blog extends Controller {

       function Blog()
       {
            parent::Controller();

            $this->load->scaffolding('table_one');
       }

       function anothermod()
       {
            $this->load->scaffolding('table_two');
       }

}
?>

or this will not work?


Messages In This Thread
simultaneous scaffolding? - by El Forum - 05-18-2008, 10:39 PM
simultaneous scaffolding? - by El Forum - 05-19-2008, 01:39 AM
simultaneous scaffolding? - by El Forum - 05-19-2008, 03:15 AM
simultaneous scaffolding? - by El Forum - 05-19-2008, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB