Updated README files

This commit is contained in:
Timothy Warren 2012-02-29 15:03:51 -05:00
parent 62f5d05849
commit ee287a5acb
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,14 @@
#Developer Notes
##Programming Style
Follow the CodeIgniter [Style Guide](https://github.com/timw4mail/CodeIgniter/blob/develop/user_guide_src/source/general/styleguide.rst#class-and-file-names-using-common-words) - and:
Follow the CodeIgniter [Style Guide](https://github.com/timw4mail/CodeIgniter/blob/develop/user_guide_src/source/general/styleguide.rst) - 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](http://us2.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc) string syntax for SQL statements to minimize PHP escape characters
* Use [heredoc](http://us2.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc) string syntax for multi-line SQL statements to minimize PHP escape characters
* Use prepared statements whenever possible
## PHP-Gtk Resources
* [Reference](http://gtk.php.net/manual/en/reference.php)

View File

@ -9,7 +9,6 @@ Because php-gtk is such a pain to compile on Windows, I've put together this pac
* Version 5.2 - 5.3.*
* PHP-Cairo PECL extension
* [PHP-GTK](http://gtk.php.net) PHP Extension
* Curl
* OpenSSL
* JSON
* PDO