I had used CodeIgniter for a lot of my projects and I decided to use the Calendaring Class over Jquery Calendar to display monthly bookings. I have set it up and displaying data FINE.
It’s the fact that I don’t need the weekends, there taking up precious room on my webpage. I have researched online and some people explain that you can use the template in the $prefs array.
I think its something to do with the Template Parser Class but I just can’t get my head around it.
If any can give me link, help or examples it would be greatly appreciated.
I hope this is what you wanted.
Please copy MY_Calendar.php to your library directory and in your controller paste this code:
MY_Calendar.php file:
Thanks