Go to file
2012-08-09 13:05:33 +00:00
config Ajout défnition des dates 2012-07-05 14:47:11 +00:00
docs Documentation 2012-08-09 13:05:33 +00:00
framework Write mysql_insert.log in the LOG_PATH 2012-07-16 10:11:49 +00:00
includes Ajout des classes métiers pour préparer la migration des batchs 2012-07-05 14:08:21 +00:00
old Add old batch before reintegrate 2012-07-28 12:21:05 +00:00
getAsso.php Correction chemin et ajout cron 2012-07-05 15:52:34 +00:00


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