Archive for the 'CodeIgniter' Category
IDs With Square Brackets And jQuery
July 8th, 2008I have recently become quite fond of using jQuery as my javascript library in conjunction with my CodeIgniter PHP projects. In PHP, I often name my form fields in the format of…
model_name[attribute_name]
For Example…
contact[first_name]
contact[last_name]
etc.
I do this so that I can easily retrieve all the attributes for each model and then quickly store them to the database […]
Ecommerce with CodeIgniter
May 15th, 2008Ironically the Zend Framework is marketed with the phrase “Extreme Simplicity & Productivity”. I have developed a few sites with it now and I find it to be anything but simple and productive. It’s complicated, has a steep learning curve, and (in my opinion) needs a lot more work. I realize that I’m coming from […]