Smarty integration into the CodeIgniter framework

前端 未结 6 2221
轮回少年
轮回少年 2021-02-07 04:05

A Little Background Information:
I\'ve been looking at a few PHP framework recently, and it came down to two. The Zend Framework or CodeIgniter.

I

6条回答
  •  不要未来只要你来
    2021-02-07 04:28

    Slightly OT, hope you don't mind...

    I'm a Zend Framework user and I think it's worth saying that the loose coupling means you don't need to include any files you're not actively using. Hopefully this negates your concern about unnecessary overhead.

    With the layouts stuff added in a recent release of ZF, its templating is really hard to fault... and it's completely pluggable as Favio mentions. The more I use ZF, the more I like it; they do things the way I would do them!

提交回复
热议问题