开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜