Thursday, June 26th, 2008
Since pass to 1.5 to 1.6 from CodeIgniter, the framework I actually use, has added various functions with notable consequences.
img()
Lets you create HTML tags. The first parameter contains the image source. There is data, the second the size of the heading.
link_tag()
Lets you create HTML tags. This is useful ...
Posted in CodeIgniter, PHP | 2 Comments »
Wednesday, June 25th, 2008
For security reasons CodeIgniter have $_GET disabled. I personally don't use so much but if you want to enable $_GET on your application you only need to do two simple steps.
Security: CodeIgniter User Guide
[...]
GET data is simply disallowed by CodeIgniter since the system utilizes URI segments rather than traditional URL ...
Posted in CodeIgniter, PHP | 1 Comment »
Tuesday, June 24th, 2008
One of the most problem when the people starts coding is the needed of another to see what to do. The user guide of CodeIgniter is one of the best, okay the best, I’ve ever read, but sometimes the newbies needs more. Now it’s my time and I’ll try to ...
Posted in AJAX, CodeIgniter, PHP, jQuery | 9 Comments »