patricio t Sat Apr 27 12:41:35 -0400 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!


Adam K Wed Aug 14 23:11:48 -0400 2013

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)