Welcome Guest, Not a member yet? Register   Sign In
Nested data arrays in CI views - howto access?
#5

[eluser]Greg Aker[/eluser]
Do you have your class in application/libraries? load it up in your controller with:

Code:
$this->load->library('your_library');

then in the view:

Code:
$this->your_library_name_here->method_name_here();

or if it's procedural code, you can just use helpers.

-greg


Messages In This Thread
Nested data arrays in CI views - howto access? - by El Forum - 09-08-2010, 05:50 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-08-2010, 05:55 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-08-2010, 09:36 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-09-2010, 12:27 AM
Nested data arrays in CI views - howto access? - by El Forum - 09-09-2010, 12:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB