Get image url from model good practice? |
I don't understand what you mean
in your example you have a Model which uses exactly the foreach approach Quote:foreach($result->result() as $single) {... and if you have a function where you know exactly that you expect only one result than you can write something like PHP Code: $result = $this->db->get(); |
Welcome Guest, Not a member yet? Register Sign In |