Welcome Guest, Not a member yet? Register   Sign In
YEAR in active record
#3

PHP Code:
function getweek($numsettimana$data$tabella){
 
   $this->db->from($tabella);
 
   $this->db->where('numero_settimana'$numsettimana);
 
   $this->db->where('giorno_settimanale''Domenica');
 
   $this->db->where("YEAR(data)""YEAR('{$data}')"FALSE);
 
   $query $this->db->get();


Reply


Messages In This Thread
YEAR in active record - by pippuccio76 - 09-25-2018, 05:23 AM
RE: YEAR in active record - by InsiteFX - 09-25-2018, 08:39 AM
RE: YEAR in active record - by davicotico - 09-25-2018, 09:37 AM
RE: YEAR in active record - by Gurutechnolabs - 10-01-2018, 03:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB