Development : Coding Standards

  • Uses the PHP language
    • Uses the ADOdb database abstraction layer for database queries
    • Compatible with most PHP 5 default installations
    • Uses English for variable names, function names, filenames, and comments
    • Uses language variables to allow translation of text. Language variables begin with "l_". You may add new language variables to the us-english.inc.php and other translation files if necessary.
    • Variables, functions, and file names are generally lower case and use underscores for multiple words.
  • If you are modifying an existing file please submit your changes as a patch or diff instead of the whole modified file.
  • Contributed code must be able to be GPL'd
  • Contributed code created by developers must be emailed to paul at citrusdb.org or published in a branch on launchpad

This website is Copyright © 2006 Paul Yasi. All rights reserved.    Validate CSS