
20.08.2008
Recently on the CodeIgniter blog Bruce Alderson posted a tutorial looking at how to set up a CodeIgniter project in a Subversion repository. Alderson includes his folder layout and includes five steps that you'll need to get the CodeIgniter application and your source into your subversion repository.
“The layout favors a vhost setup, and splits your code and resources out of the CodeIgniter sources. Splitting your stuff from the CodeIgniter stuff lets you link your Subversion repository to theirs, so that you can keep it in sync with their development,” writes Alderson on the blog.
Related Links
http://codeigniter.com/





Open Source Web Development with LAMP
Derick Rethans
This book on LAMP is not primarily focused on PHP, actually quite a small part is devoted to PHP.It starts with a very brief explanation in …
MySQL Cookbook, Second Edition
Paul DuBois
A handy resource when you need quick solutions or techniques, this Cookbook addresses specific questions in using MySQL. You'll find dozens of short, focused pieces of …