1.4 KiB
1.4 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
PHP-Gtk Resources
- Reference
- Official Tutorials
- Community site - Contains various tutorials
Database reference material
Firebird
- Interbase 6 Lang Ref - SQL Syntax (pdf)
- Firebird Lang Update Ref - SQL Syntax Updates
MySQL
PostgreSQL
SQLite
- SQL Syntax
- Pragma SQL Syntax - Internal / Performance Stuff