Welcome Guest, Not a member yet? Register   Sign In
calender()
#6

Try moving these into your controller:

PHP Code:
<?php $this->load->helper('form'); ?> 
<?php $this->load->library('calendar');  ?>

Calling the loader from your view is likely to cause some issues in many circumstances, so it's best to avoid doing so. The documentation of the calendar library specifically states (emphasis mine):

Quote:Like most other classes in CodeIgniter, the Calendar class is initialized in your controller using the $this->load->library function
Reply


Messages In This Thread
calender() - by davy_yg - 04-26-2016, 08:25 PM
RE: calender() - by ciadmin - 04-26-2016, 09:10 PM
RE: calender() - by davy_yg - 04-26-2016, 10:04 PM
RE: calender() - by ciadmin - 04-26-2016, 10:14 PM
RE: calender() - by davy_yg - 04-27-2016, 06:10 AM
RE: calender() - by mwhitney - 04-27-2016, 06:57 AM
RE: calender() - by davy_yg - 04-28-2016, 02:29 AM
RE: calender() - by mwhitney - 04-29-2016, 08:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB