Common to replace framework

This commit is contained in:
Michael RICOIS 2015-04-27 18:33:16 +00:00
parent 5161eb4ed8
commit 4532846921
8 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?php
class Metier_Common_Chiffre
{
}

View File

@ -0,0 +1,7 @@
<?php
class Metier_Common_Date
{
}

View File

@ -0,0 +1,6 @@
<?php
class Metier_Common_Debug
{
}

View File

@ -0,0 +1,7 @@
<?php
class Metier_Common_Ftp
{
}

View File

@ -0,0 +1,6 @@
<?php
class Metier_Common_Mail
{
}

View File

@ -0,0 +1,6 @@
<?php
class Metier_Common_Mysql
{
}

View File

@ -0,0 +1,7 @@
<?php
class Metier_Common_String
{
}

View File

@ -0,0 +1,7 @@
<?php
class Metier_Common_Utils
{
}