Blogg Blogg Blogg Blogg
Senaste inläggen
CodeIgniter/ActiveRecord setup to use master + slave db replication
This is how you can set up CodeIgniter to direct mysql queries to different read/write hosts in your db replicated environment, using a db_slave for your SELECT's, and a db_master…
Fetching WordPress content from CodeIgniter
In a few recent projects we've used the excellent WordPress admin for content entry, but built the public facing stuff in CodeIgniter. Making these platforms talk to each other is…
CodeIgniter development site – on live environment
We recently had to set up a development site for an existing CodeIgniter site, and we wanted to do this effortless. Ideal would obviously be to have a separate virtual…