Documentation
This commit is contained in:
parent
086542e0d6
commit
a02d53ced7
@ -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
|
Loading…
Reference in New Issue
Block a user