Can I use CodeIgniter\'s input class to xss clean GET data like this: $somevar = $this->input->xss_clean($_GET[\'somevar\']);
I am working on a one page website that allows the users to add and remove pages from there navigation as and when they would like too, the way it works is that if the click \'Blog\' on the main nav a
My Models in CodeIgniter need to check that a user is authorised to perform the given action. Inside the Models I have been referencing using $this->session->userdata[\'user_id\'].
I wan开发者_运维问答t to program in the CodeIgniter few domain and 2 admins under a linux machine.
I\'m building an admin utility for adding a bulk of images to an app I\'m working on.I also need to to log certain properties that are associated with the images and then store it all into the databas
I am a code igniter noob.I have a controller like the following: <?php class Welcome extends Controller {
I\'m involved in a project th开发者_StackOverflow社区at will end up creating around 10 million new pages on an existing site. The site, and the new project, are built with CodeIgniter and connecting t
I have a query where I need to modify the selected data and I want to limit my resul开发者_运维问答ts of that data.For instance:
I really need Ur help here I’m using fckEditor 2.6.5 with CI 1.7.2 I used this steps to pluged it into my project : http://codeigniter.com/forums/viewthread/107642/
Quick question about general MVC design principle in PHP, using CodeIgniter or Kohana开发者_JS百科(I\'m actually using Kohana).