Welcome Guest, Not a member yet? Register   Sign In
Cannot Pass More than two variable to view
#10

PHP Code:
// Returns an Object:

result()       - ( $row->title; )
row()          - ( $row->title; )

// Returns an Array:

result_array() - ( $row['title']; )
row_array()    - ( $row['title']; ) 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Cannot Pass More than two variable to view - by InsiteFX - 05-21-2018, 03:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB