(1-1/1)
No, Django is an entire web application framework. php-activerecord is just the ORM layer of a web app. You could write an admin panel that uses php-activerecord, but php-activerecord does not make this sort of thing for you.
(1-1/1)
June 27 2010
April 16, 2013
Subject: Any chance to generate automatic an admin Panel?
Hey! I am new with PHP Active Record. I found it because I was looking for an ORM which works like Django ORM, and PHP AR blew my mind :) It is awesome, light, and pretty easy to learn.
My question is: Django automatic generates an Admin Panel based on your models. Is there any chance to do something like that for PHP Active Record? It would be awesome and I could start to develope my app without have to worry to code an Admin Interface for the Superusers who will manage it.
Thank you!