Welcome Guest, Not a member yet? Register   Sign In
URI Issue
#4

[eluser]robert.fulcher[/eluser]
Here is my controller. I have not changed any routing so I am assuming it is the default.

vendor_del.php (inside a vendor folder under controller folder)

Code:
<?php

class Vendor_del extends Controller{
   function index()
   {
      $this->load->model('Vendor_model','',TRUE);
      $this->Vendor_model->vendor_del();
      $redirect("vendor/vendors");
   }
  

}
?>


Messages In This Thread
URI Issue - by El Forum - 01-13-2009, 09:15 PM
URI Issue - by El Forum - 01-13-2009, 10:12 PM
URI Issue - by El Forum - 01-13-2009, 10:21 PM
URI Issue - by El Forum - 01-13-2009, 10:31 PM
URI Issue - by El Forum - 01-13-2009, 10:34 PM
URI Issue - by El Forum - 01-13-2009, 10:48 PM
URI Issue - by El Forum - 01-13-2009, 11:13 PM
URI Issue - by El Forum - 01-14-2009, 06:17 AM
URI Issue - by El Forum - 01-14-2009, 07:52 AM
URI Issue - by El Forum - 01-14-2009, 08:29 AM
URI Issue - by El Forum - 01-14-2009, 08:43 AM
URI Issue - by El Forum - 01-14-2009, 08:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB