|
Posted by tg on 10/15/06 23:02
On Oct 12, 2:03 pm, "Robert" <r...@acm.org> wrote:
> Hi,
>
> I'm new to php - are there any listings of web server frameworks out
> there? I'd like to know which ones have the most use and have proven
> themselves at least somewhat.
>
> I'm looking for something in php that'd give the business logic
> modelling and templating that you'd get, say, from Java servlets +
> Freemarker.
>
> thanks,
> Robb
We started using the Zend framework (http://framework.zend.com) in our
project, but it's still in early development, and there a lot of
bugfixes that you can only get from the CVS. The separation of
Controller/View logic wasn't that great at the time.
We settled on cakephp, but if speed is critical, you may want to
consider kevin's advice and go with smarty+php libraries.
Good luck on your project, Robb!
Navigation:
[Reply to this message]
|