Re: Django-like PHP framework?

2009-01-09 Thread Hernan Olivera
+1, if you really need PHP... Used at University level for PHP development 2009/1/6 Dave Dash > > I did a lot of symfony stuff on the side about a year ago, and now > it's the framework that I we use for our frontend servers at > Delicious.com. It was through symfony that I found out about Dja

Re: Django-like PHP framework?

2009-01-09 Thread thi.l...@gmail.com
Thanks for your recommendations/opinions/experiences. I had a look at some of these frameworks. To get started, I will dig deeper in the Symfony framework. I would say that what bothers me most is that they are written in PHP (you know, this case-insensitive language with no namespace and incons

Re: Django-like PHP framework?

2009-01-05 Thread makoto tsuyuki
How about rhaco? http://translate.google.com/translate?hl=en&ie=UTF-8&u=http%3A%2F%2Frhaco-users.jp%2F&sl=ja&tl=en&history_state0= rhaco has... * Template Inheritance * Model based validation * URLMapper * admin * doctest * Made in Japan...(No english document) openpear, Japanese Pear Channel,

Re: Django-like PHP framework?

2009-01-05 Thread Dave Dash
I did a lot of symfony stuff on the side about a year ago, and now it's the framework that I we use for our frontend servers at Delicious.com. It was through symfony that I found out about Django, and started using it quite a bit... so I know a bit about the two frameworks. Or rather, I know a l

Re: Django-like PHP framework?

2009-01-05 Thread Masklinn
On 5 Jan 2009, at 14:31 , thi.l...@gmail.com wrote: > Hi, > > I have a hard time getting Django adopted as web framework in the > office. > Mostly because the boss paid for PHP-based trainings, and our current > infrastructure leaves little room for mod_python/wsgi/fastcgi... > > I was wondering i

Re: Django-like PHP framework?

2009-01-05 Thread Емил Иванов / Emil Ivanov
Welding together Zend Framework, Doctrine and PHPUnit can give you a very good stack to work with. All 3 frameworks are very advanced. You won't get stuff like automatic model forms and the admin for example. Doctrine is a very advanced ORM tool (and a big a complex one as well). ZF is sort of th

Re: Django-like PHP framework?

2009-01-05 Thread Tirta K. Untario
s the best framework for PHP :D --Tirta -Original Message- From: HB Date: Mon, 5 Jan 2009 06:16:25 To: Django users Subject: Re: Django-like PHP framework? My PHP friend is really happy with CodeIgnite but I know nothing about it... On Jan 5, 4:11 pm, Peter Bailey wrote: > You mi

Re: Django-like PHP framework?

2009-01-05 Thread HB
My PHP friend is really happy with CodeIgnite but I know nothing about it... On Jan 5, 4:11 pm, Peter Bailey wrote: > You might want to have a look at CakePHP. It follows the MCV pattern I > believe, although I have not looked closely because it is PHP not > Python. > > http://cakephp.org/ > > P

Re: Django-like PHP framework?

2009-01-05 Thread Peter Bailey
You might want to have a look at CakePHP. It follows the MCV pattern I believe, although I have not looked closely because it is PHP not Python. http://cakephp.org/ Peter On Jan 5, 8:31 am, "thi.l...@gmail.com" wrote: > Hi, > > I have a hard time getting Django adopted as web framework in the

Django-like PHP framework?

2009-01-05 Thread thi.l...@gmail.com
Hi, I have a hard time getting Django adopted as web framework in the office. Mostly because the boss paid for PHP-based trainings, and our current infrastructure leaves little room for mod_python/wsgi/fastcgi... I was wondering if some fo you know about competitor PHP frameworks that "look like