Welcome Guest, Not a member yet? Register   Sign In
Calendaring Class???
#8

[eluser]oliviermarian[/eluser]
Sorry, you were right; I was noob ;-)
it works now!

for the next noob; here is the code..

in the controler:
Code:
function calendar()
        {
            $this->load->library('calendar');
            $this->load->view('calendar_view');
        }
in the view
Code:
<html>
<head>
</head>
<body>
    test
<hr>
&lt;?php
            echo $this->calendar->generate();
?&gt;
&lt;/body&gt;


Messages In This Thread
Calendaring Class??? - by El Forum - 11-26-2007, 04:09 PM
Calendaring Class??? - by El Forum - 11-26-2007, 04:19 PM
Calendaring Class??? - by El Forum - 11-26-2007, 04:24 PM
Calendaring Class??? - by El Forum - 03-06-2008, 09:25 AM
Calendaring Class??? - by El Forum - 03-06-2008, 10:02 AM
Calendaring Class??? - by El Forum - 03-06-2008, 11:09 AM
Calendaring Class??? - by El Forum - 03-06-2008, 11:55 AM
Calendaring Class??? - by El Forum - 03-06-2008, 01:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB