udz99

Results 2 comments of udz99

ok.. i drag 3 file to my project which is : login.php (controller) login_model.php (model) login.php (view) im using default database which is "customers" table `$crud->setTable('customers');` **my Examples.php** '

will try again asap **did my example.php is corect ?** public function customers_management() { $crud = $this->_getGroceryCrudEnterprise(); $crud->setTable('customers'); $crud->setSubject('Customer', 'Customers'); if($this->login_model->isLogged()){ $name = $this->login_model->name(); echo "HI $name! You are Logged...