Go to file
Michael RICOIS f0d3f6b094 Docs
2013-06-19 08:28:32 +00:00
config Configuration 2013-06-18 06:58:53 +00:00
docs Docs 2013-06-19 08:28:32 +00:00
framework Passage en utf-8 2012-08-09 13:19:03 +00:00
includes Mise a jour des librairies 2013-06-18 07:11:40 +00:00
old Update from old server 2013-06-19 08:24:49 +00:00
checkFtp.php Add checkFtp cli 2013-06-17 18:20:12 +00:00
getAsso.php Update getAsso 2013-06-17 18:19:56 +00:00
rapportsTextes.php CLI rapportTextes 2013-06-19 08:25:36 +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


How to define require 
---------------------




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