Welcome Guest, Not a member yet? Register   Sign In
How to keep a value while the page refresh ?
#11

[eluser]InsiteFX[/eluser]
Then I suggest that you go and buy some good PHP and MySQL books from your local book store!
#12

[eluser]solid9[/eluser]
@ninjabear
Just don't argue with the CodeIgniter GURU.

There is a good reason why he has a good posts like that. LOL ha ha ha
#13

[eluser]InsiteFX[/eluser]
@Ninjabear

Maybe this will explain it to you!
Code:
$query = $this->db->get_where('mytable', array('id' => $id), $limit, $offset);

CodeIgniter Users Guide - Active Record Class
#14

[eluser]ludo31[/eluser]
I think it's clear !! §I take the function in model and I use it in View
#15

[eluser]Ninjabear[/eluser]
$this->db->select();
#16

[eluser]ludo31[/eluser]
see the user guide http://ellislab.com/codeigniter/user-gui...ecord.html




Theme © iAndrew 2016 - Forum software by © MyBB