Jason gave me some data about Colorado Businesses, names, locations contacts and revenue is what stands out to me. I put it into a database and am using Code Igniter to build a simple interface so he can find the information he that is useful to him. I am at the step of creating a model for one business. This model will have methods for getting and setting the details for a business instance. The idea tickling my mind is that I can then create a second model; one that is a collection of businesses and that model will have functions that slice and dice what gets sent back to the browser. Search for names, contacts, revenue ranges.
7/26/2011 ~ 1 min read