Re: [PHP] Do you use any framework in your applications?
On 5/12/07, cajbecu <[EMAIL PROTECTED]> wrote: I was wondering if some of you use any framework in your application. Rubyonrails - Best of breed for MVC-ness. I love the built-in Javascript libraries. Django - Really nice for building highly scalable database driven web apps. Python is a solid language. Mojavi - PHP based. It's a stop and go sort of project sometimes and the documentation is usually years behind but it's pretty solid otherwise. If you do that, can you post the name of the framework and advantages/disadvantages of it? 2 weeks ago I started to learn symfony framework (www.symfony-project.com) wich apears to be a good and reliable framework. Yeah, I agree. And it's really nice that they've switched to YAML for a lot of the configuration stuff. XML is too heavy for, well.. most anything I can think of. -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Do you use any framework in your applications?
On 5/12/07, cajbecu <[EMAIL PROTECTED]> wrote: Hello, I was wondering if some of you use any framework in your application. If you do that, can you post the name of the framework and advantages/disadvantages of it? 2 weeks ago I started to learn symfony framework (www.symfony-project.com) wich apears to be a good and reliable framework. I work with Copix http://www.copix.org/ Great framework and a new release coming soon. The only disadvantages is that the doc is only in French. Brice cajb. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Do you use any framework in your applications?
It's a personal thing. I use Code Igniter (codeigniter.com), which is fast, lightweight, has a great community and excellent documentation, as well as some very good video tutorials. It pales in comparison with Ruby On Rails, of course, but that's another thread on another list...