I have a function called tires in the codeigniter model
And in the same model I have another function that I need to call the tire function code
Can anyone tell me how I do this here an example of what I want to do ...
$this->db->where('xcod1 = ', $this->pneus->cod);