Welcome Guest, Not a member yet? Register   Sign In
Question about the calender class
#12

[eluser]fajarsulaksono[/eluser]
solved

i did like this :

Code:
$events = array();
        foreach( $query_kalender -> result_array() as $row)
        {
                $events[ $row['tgl'] ] = ''.base_url().'index.php/news/'.$row['id'].'';
        }
        
        $data_kalender = array(
            '2009' => array('01' => $events)
        );
        
        
       var_dump($data_kalender);
    
        $data = array(
        'kalender' => $this->calendar->generate('','',$data_kalender),
        );

        $this->parser->parse('home', $data);


Messages In This Thread
Question about the calender class - by El Forum - 12-05-2008, 08:48 AM
Question about the calender class - by El Forum - 12-05-2008, 11:20 AM
Question about the calender class - by El Forum - 12-05-2008, 01:09 PM
Question about the calender class - by El Forum - 12-05-2008, 04:07 PM
Question about the calender class - by El Forum - 12-07-2008, 02:29 PM
Question about the calender class - by El Forum - 12-07-2008, 03:48 PM
Question about the calender class - by El Forum - 12-07-2008, 04:17 PM
Question about the calender class - by El Forum - 12-07-2008, 05:09 PM
Question about the calender class - by El Forum - 12-09-2008, 10:31 AM
Question about the calender class - by El Forum - 12-09-2008, 10:55 PM
Question about the calender class - by El Forum - 01-20-2009, 07:30 PM
Question about the calender class - by El Forum - 01-20-2009, 08:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB