http://www.symfony-project.org/forum/index.php?t=msg&goto=20758&#msg_20758
I've watched the admin generator screencast several times but still wasn't able to figure out the trick:
the trick was not (clearly) explained in the vidoe, I'm just wondering what exactly the trick that enable it.
Implement the '__toString' function in lookup table object, Author & Category. Done in lib/model/Author.php & lib/model/Category.php.
T
documented on: 2007.02.01
you have to deal with __toString method of your model classes. Take a look at http://www.symfony-project.org/book/trunk/08-Inside-the-Model-Layer
documented on: 02 February 2007, Alessandro