Base d'un site web
This commit is contained in:
11
src/Model/BDTables.php
Normal file
11
src/Model/BDTables.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace base\Model;
|
||||
|
||||
abstract class BDTables {
|
||||
|
||||
// const NOM = 'bd_nom'
|
||||
// Ex : const ABONNEMENT = 'abonnement';
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user