Go to file
2016-04-11 09:23:48 +02:00
application Changement documentation et config 2016-04-06 16:54:14 +02:00
certs Insee : FTPs et certificats 2015-11-24 15:25:53 +00:00
config Passage en utf-8 2016-04-11 09:23:47 +02:00
docs Update documentation 2016-04-11 09:23:47 +02:00
framework Passage en utf-8 2016-04-11 09:23:47 +02:00
includes Passage en utf-8 2016-04-11 09:23:47 +02:00
library Upgrade libraries from ws 2016-04-08 11:51:04 +02:00
old Passage en utf-8 2016-04-11 09:23:47 +02:00
scripts Bilan : Mauvaise selection de la dernière execution 2016-04-06 09:09:02 +02:00
checkFtp.php Controle du montage du FTP et liste des fichiers 2016-04-11 09:23:48 +02:00
composer.json Mise à jour complete des librairies Metiers avec autoloading 2016-02-25 10:49:36 +00:00
composer.lock Mise à jour complete des librairies Metiers avec autoloading 2016-02-25 10:49:36 +00:00
getAsso.php Last update on getAsso 2016-04-11 09:23:48 +02:00
insee.sh Mise en conformité des chemins 2016-01-26 13:55:08 +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 "framework" and "includes" directories



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