Welcome Guest, Not a member yet? Register   Sign In
PROBLEM Scaffolding and Oracle XE
#1

[eluser]alejandronanez[/eluser]
Hey everybody, when I try to use SCAFFOLDING I got one error:

Code:
Fatal error: Cannot access empty property in C:\xampp\htdocs\tesis\system\scaffolding\views\view.php on line 14

Here's my config file for scaffolding:

Code:
$route['scaffolding_trigger'] = "secretword";

Here's my controller.

Code:
class Ar_en_nom extends Controller
{
    
    function __construct(){
        parent::Controller();
        $this->load->model('ar_en_nom_model');
        $this->load->scaffolding('AREA_ENSENANZA_NOMBRADO');
    }

        //More Code down here

And I put this on my URL

Code:
http://localhost/tesis/ar_en_nom/secretword/view

That's it, I have to say that I create C.R.U.D. functions and they worked OK, so I think that my database.php must be ok,

Thanks for helping me.

Bye!


Messages In This Thread
PROBLEM Scaffolding and Oracle XE - by El Forum - 01-22-2010, 12:49 PM
PROBLEM Scaffolding and Oracle XE - by El Forum - 01-22-2010, 01:49 PM
PROBLEM Scaffolding and Oracle XE - by El Forum - 01-22-2010, 01:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB