Posts tagged as 'PHP'
Codeigniter Form Library
I’ve been working on a library for Codeigniter that allows you to add a dynamic form anywhere on the page using the database to populate form information such as order of the fields, values of one or many radio, checkbox, and select options. You are even able to apply validation to individual elements. Once I … Continue reading
How To Resolve MySQL Not Starting In MAMP
I use MAMP daily. I love MAMP. I recently discovered how truly awesome MAMP Pro is too. But that’s a story for another time. I recently upgraded from MAMP 1.8.4 to 1.9. When I got MAMP 1.9 installed I started the servers. Apache came up but MySQL didn’t want to. I tried shutting down both … Continue reading
Extending Template Parser
I am working on some stuff for work (yes, on the weekend) that uses the Codeigniter Template Parser class to display content with pseudo variables. I have a pseudo variable parser that allows me to call up a certain function from a certain helper file. To do this I would do something similar to this: … Continue reading
Route Everything, Except These Controllers
I was playing with CodeIgniter routing at work. I wanted to have a catch-all route but I needed to exclude a certain controller, or controllers, from that catch-all route. As an example, I wanted to have http://www.example.com/(ANYTHING) route to the “page” controller. http://www.example.com/policies/shipping would route to the “policies” controller and then to the “ship” method. … Continue reading
Welcome to the new blog
It’s official. I have moved to WordPress. I used to be on Mango Blog but decided to switch over to WordPress when I decided to start learning PHP. I’ll be migrating all of the Mango Blog posts over to WordPress. If what you are looking for isn’t here yet, come back tomorrow and it may … Continue reading
