Welcome Guest, Not a member yet? Register   Sign In
can't even get thru tutorial without errors
#5

[eluser]terionm[/eluser]
Code:
class Users extends Controller{

function Users (){

// load controller parent

parent::Controller();

// load 'Users' model

$this->load->model('Users');

}

function index(){

// store data for being displayed on view file

  $data['users']=$this->Users->getUsers();

  $data['numusers']=$this->Users->getNumUsers();

  $data['title']='Displaying user data';

  $data['header']='User List';

// load 'users_view' view

  $this->load->view('users_view',$data);

}

}

I got this tutorial from devshed
http://www.devshed.com/c/a/PHP/Building-...amework/2/


Messages In This Thread
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:49 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:50 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:56 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:00 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:03 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:12 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:13 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:19 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:22 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:28 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:31 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:33 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:48 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 04:06 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:16 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:22 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:27 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:30 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:35 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:39 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:46 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:49 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 11:21 AM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 11:49 AM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:01 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:37 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:54 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 01:14 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:12 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:34 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:57 PM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 12:33 AM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 08:16 AM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 10:59 PM
can't even get thru tutorial without errors - by El Forum - 10-21-2012, 08:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB