-
Recent Posts
Archives
Our work
Categories
Meta
Monthly Archives: February 2012
A CodeIgniter view does not run in the global scope
In a regular PHP file, you can grab the value of a variable from the global scope using the keyword GLOBAL. So for example if you want to use a variable inside your function, you can do something like this… … Continue reading
A sensible naming scheme for backup files
It’s important to back up a database regularly. But how do balance being thorough with being reasonable? If you save a full backup, every day, indefinitely, you will need more and more storage space. And really, do you care if … Continue reading
Posted in Uncategorized
Leave a comment