Welcome Guest, Not a member yet? Register   Sign In
Get Other data in Views
#5

[eluser]InsiteFX[/eluser]
Code:
$data = array(
    'title' => $title,
    'body'  => $body,
    'month' => date('F'),
    'year'  => date('Y')
);

$this->db->insert('news', $data);

InsiteFX


Messages In This Thread
Get Other data in Views - by El Forum - 06-06-2011, 09:02 AM
Get Other data in Views - by El Forum - 06-07-2011, 04:10 PM
Get Other data in Views - by El Forum - 06-07-2011, 06:11 PM
Get Other data in Views - by El Forum - 06-08-2011, 06:04 AM
Get Other data in Views - by El Forum - 06-08-2011, 06:52 AM
Get Other data in Views - by El Forum - 06-08-2011, 08:59 AM
Get Other data in Views - by El Forum - 06-09-2011, 02:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB