Welcome Guest, Not a member yet? Register   Sign In
I'm at a standstill....need help with controllers (theory)
#17

[eluser]stuffradio[/eluser]
ontguy, I don't know what Colin does... but that is basically a good way to group it.

In your controller it could be something like

Code:
<?php

class Bike extends Controller {

  function Bike()
  {
    parent::Controller();
    $this->load->helper('url');
  }

  function add()
  {
    $this->load->view('bike/add');
  }

}

That's a basic example of how I would do it.


Messages In This Thread
I'm at a standstill....need help with controllers (theory) - by El Forum - 09-06-2008, 12:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB