使用哪个框架:PHP MVC

时间:2017-01-30 12:39:36

标签: php model-view-controller frameworks

我有一个代码来解决一些错误。但无法弄清楚使用哪个框架或行php。一些代码是在MVC的结构中完成的。有人能帮我认出来吗?

如果有人帮助我,对我来说将是很有帮助的。 我提供了我的代码结构:

Main Folder/
       admin/
            controllers/
            htdocs/
            logs/
            views/
            config.php
            log4php.properties
            require.php
       common/
            _common-chk.php
            _common-config.php
            common-chk.php
            common-config.php
            common-func.php
       framework/
            mvc/
       libs/
       manage/
            controllers/
            htdocs/
            logs/
            views/
            config.php
            log4php.properties
            require.php
       models/
            dao/
       public/
            controllers/
            htdocs/
            logs/
            views/
            config.php
            log4php.properties
            require.php

0 个答案:

没有答案