donderdag 13 december 2007

Programming Conventions

Hey,

Did you ever had a look at the CakePHP Conventions? I use CakePHP also to have the same directory structure in all of my projects, but it would be much more readable if you write your code using these conventions. What do you think about conventions like this? How do you bring structure to your projects?

Also, I'm looking for the best way to use Trac and Subversion in my projects. Does anyone have any tips? Is it possible to export a SVN repository to an FTP location?

1 opmerking:

  1. RE SVN -> FTP

    I do an svn export to a tmp directory, and then script ncftp to ftp it to the remote location. I even posted the script:

    http://ertw.com/blog/2007/11/05/pushing-a-cakephp-app-from-dev-to-prod/

    Sean

    BeantwoordenVerwijderen