Web-apps : to framework or not to framework?

前端 未结 6 713
眼角桃花
眼角桃花 2020-12-29 15:36

I know PHP and am just beginning with MySql (but plan to use ODBC). I don\'t need any books explaining that.

I am probably qualified to develop a simple web site, bu

6条回答
  •  -上瘾入骨i
    2020-12-29 15:44

    I currently am developing in the PHP framework Kohana (version 3). There is also a way to make models (for the (H)MVC pattern) very quickly using ORM. For more information look at this: http://kohanaframework.org/guide/tutorials.orm and take a look at http://kohanaframework.org/guide/api and http://kohanaframework.org/download

提交回复
热议问题