Migration php 5.3 ver php 5.5
bonjour
je viens vers vous parque j'ai un gros problème.
je suis développeur bac +2 je suis en stage, je dois migré un site web en php5.3 ver php 5.5
j'ai une erreur au niveau de la première ligne. savez vous comment cela s’écrit ?
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| <?php
include_once("$commun/[$MOD_PARENT].php");
class [$MOD_NAME] extends [$MOD_PARENT]{
function init() {
parent::init();
$this->setFieldsNamesStr( "[$MOD_FIELDS]");
$this->setFieldsList( "[$MOD_LISTFIELDS]" );
$this->setFieldsPage( "[$MOD_PAGEFIELDS]" );
$this->setFieldsSearch( "[$MOD_SEARCH]" );
$this->setMode( "[$MOD_AMD]" );
[$MOD_PHP];
}
} |