开发者

refactor a php 5 application with no framework to work with zend framework [closed]

开发者 https://www.devze.com 2023-03-08 20:05 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For he开发者_如
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For he开发者_如何学Golp clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消