From 6cf34faac7ab26548493e005d67714b0148bffff Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 9 Aug 2012 13:05:33 +0000 Subject: [PATCH] Documentation --- docs/README.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/README.txt b/docs/README.txt index e69de29b..31efa901 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -0,0 +1,29 @@ + + +HOW TO MAKE SCRIPT +===================== + +To launch batch on all platform, don't add #!/usr/bin/php +All batch must be execute by adding php command before in shell. + +ex : +php mybatch.php + + +CONFIGURATION +============= + + + +THE PAST +========= + +Historically, we have a framework and includes direcories + + + +THE FUTURE +========== + +- Use Zend Framework to make all scripts +- Use mysqli or PDO drivers to connect to the database, and use php-mysqlnd instead of php-mysql