From ee287a5acbab098e7579f74b6de4c149618448ba Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 29 Feb 2012 15:03:51 -0500 Subject: [PATCH] Updated README files --- DEV_README.md | 5 +++-- README.md | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEV_README.md b/DEV_README.md index 2745084..4e6da6c 100644 --- a/DEV_README.md +++ b/DEV_README.md @@ -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) diff --git a/README.md b/README.md index a7879cc..83e3739 100644 --- a/README.md +++ b/README.md @@ -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