This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
OpenSQLManager/DEV_README.md

1.6 KiB

#Developer Notes

##Programming Style Follow the CodeIgniter Style Guide - and:

  • Do not use spaces to align code
  • Do not use global, eval
  • Do not use the error suppressor @
  • Add a docblock to every method
  • Use heredoc string syntax for multi-line SQL statements to minimize PHP escape characters
  • Use prepared statements whenever possible

wxPHP Resources

Database reference material

Firebird

MySQL

PostgreSQL

SQLite