Skip to content
Advertisement

Tag: codeigniter

How to create dynamic sitemap in Codeigniter

How to create a dynamic sitemap in Codeigniter. I have created a php file in Controller named it Sitemap.php and created a view named it sitemap.php everything is going well but showing the following result not the actual XML file as shown in below image. Codeigniter Sitemap.php file View -> sitemap.php file Answer You are missing header setting in your

display event in calendar | codeigniter

My code is work fine in add new event to sql database . but Not display the event stored in sql inside the calendar. I WANT TO DISPLAY THE EVENT INSIDE THE CALENDAR JS Controller Model Answer I SOLVED MY PROBLEM BY MY SELF MODEL AJAX – ADD EVENT – DISPLAY EVENT – REFRESH CALENDAR

Advertisement