Categories

count_all_results() and get_where() in CodeIgniter

This silly little mistake tripped me up for a bit this morning and I only figured it out after some searching. Based on the results I’m not the only person that has hit this roadblock, so here is the solution.

I was doing a normal query that looked something like this:

$read_db = $this->load->database(‘read’, TRUE);
$query = $read_db->get_where(array(‘username’ [...]

Little Bit of Design

I never have really claimed to be a designer, but occasionally I do a little bit of personal design work, usually for my photography business. I realized at about 4:45 today that I needed signs for a photo shoot we are doing on Friday and Saturday morning and that if I wanted to get them printed [...]

Today I Made…

Today I started a new personal project that I’m hoping is going to be a lot of fun. Right now I’m calling it “Today I Made”, although I’m not sure that will be final name until I can secure some sort of domain name I like.

The idea of the site is that you will be [...]