$this->input->xss_clean(); In codeigniter 2.0, you will need to modify $this->input->xss_clean() to $this->secuirty->xss_clean(). Otherwise, it won’t work. Of course, don’t forget to load ‘security’ library before you use the function. extends Controller or extends Model You will need to change class Test extends Controller to class Test extends CI_Controller And class Test extends Model to class…
Tag: codeigniter
TCPDF-CodeIgniter Integration with TCPDF Examples
TCPDF- CodeIgniter Integration http://codeigniter.com/wiki/TCPDF-CodeIgniter_Integration/ TCPDF Examples http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples – Multicell – http://www.tecnick.com/pagefiles/tcpdf/example_005.phps – http://www.tecnick.com/pagefiles/tcpdf/example_005.pdf