Im trying to generate a week view calendar using codeigniter’s calendar library.. something like this

how can i do that? :/
thanx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can generate the UI with the help of Javascript libraries such as this.
Otherwise, you’d have to manually generate the table, with as many
<tr>s as the time intervals you want in a day. Plus, you won’t have interactivity unless you write the AJAX parts yourself. So, you’re better off using existing js libraries.