In my CI system\\libraries directory I have a new class named DD_Controller.php.This file looks like this:
I was going through the official Code Igniter tutorial when I hit a snag... The tutorial had me save and run this code:
I am having a strange problem.I have a view that is supposed to load a swf.The swf was compiled with Flex and the mxml 开发者_开发知识库preloader displays but it loads a blank screen.When I path direc
hay guys, i\'m having all sorts of mod_rewirte trouble in snow leopard. Anyone know any decent articles focused on snow leopard and mod_rewrite? Or perhaps a simple step by step guide. What i want to
I just inherited a project because the last developer left.The project is built off of Code Igniter.I\'ve never worked with Code Igniter before.
I have a small situation. I am preparing a sample for a client and I cannot understand this. I have a div with 7 jpg\'s and a list item that is a link that if I click should fireup fancy box and show
I have a function that generates a key of 4 characters that has to be unique for each time. In order to do that, the function first generates a key, and then checks a database table to see if it\'s in
I\'m wondering if there\'s a way to dump all of the values of $this->session->userdata() so I can troubleshoot?
I have something weird going on here. I just finished 开发者_如何学Pythona site for a client and I uploaded and I can reach the site no problem. I have a tab on the site where you click a collapsing t
I would like to check if my assumption about codeigniter is right ? We would normally extend a class when we are trying to include more functionality to the core, such as MY_Controller extends Contro