Friday, June 28, 2013

Re: A PHP framework with some Django features?

Hi ,
try Symfony2.
Symfony template language has the same syntax as django templates. Only the template filters have different names but similar functions. 
It does not have an admin as good as django's. There are third party apps (called bundles in the context of symfony) that try to do that (e.g. SonataAdminBundle). Never used it though. It does however have a generator of views and controllers. It's a management command that you run for a specific Model and it generates views to edit, create new instances, delete, etc.
It generates the DB schema from your models.
I like it but it's not as clean as Django (lots of config files, huge nested folder structure etc...)
my 2 cent...



On Thursday, June 27, 2013 10:13:38 PM UTC+1, thomaaaas wrote:
Hello,

I have a PHP background, and I'm learning Django.
Long story short: I love Django, but some things are really painful to do (configuration, media/static content, etc.).

That's why I want to know if there is a PHP framework that has some of Django's really cool features:
- Automatically creates the SQL table from the model
- Automatically creates an admin

Thanks for your help

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment