refactor a php 5 application with no framework to work with zend framework [closed]
I have a complete web aplication with php5 my question is there an easy way to transform it so it work with zend framework?
<?php class Projet extends Modele
{
var $id_proj;
var $libelle;
var $date_Create;
var $projet_html;
var $html;
var $nbr_bloc;
var $date_modif;
var $etat;
var $width;
var $height;
var $bg_color;
var $border;
}
No, there is no such easy way.
精彩评论