Updated README files
This commit is contained in:
parent
62f5d05849
commit
ee287a5acb
@ -1,13 +1,14 @@
|
|||||||
#Developer Notes
|
#Developer Notes
|
||||||
|
|
||||||
##Programming Style
|
##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 spaces to align code
|
||||||
* Do not use `global`, `eval`
|
* Do not use `global`, `eval`
|
||||||
* Do not use the error suppressor `@`
|
* Do not use the error suppressor `@`
|
||||||
* Add a docblock to every method
|
* 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
|
## PHP-Gtk Resources
|
||||||
* [Reference](http://gtk.php.net/manual/en/reference.php)
|
* [Reference](http://gtk.php.net/manual/en/reference.php)
|
||||||
|
@ -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.*
|
* Version 5.2 - 5.3.*
|
||||||
* PHP-Cairo PECL extension
|
* PHP-Cairo PECL extension
|
||||||
* [PHP-GTK](http://gtk.php.net) PHP Extension
|
* [PHP-GTK](http://gtk.php.net) PHP Extension
|
||||||
* Curl
|
|
||||||
* OpenSSL
|
* OpenSSL
|
||||||
* JSON
|
* JSON
|
||||||
* PDO
|
* PDO
|
||||||
|
Loading…
Reference in New Issue
Block a user