CompanyCategory and Ad table name field
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Wed, 16 May 2012 22:43:33 +0000 (00:43 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Wed, 16 May 2012 22:43:33 +0000 (00:43 +0200)
commit3334b1a01c988da2bc46680c5c2155409ab9350a
tree4a63fbe14e6c0338de3e9846ba38a1043182e980
parent38c3d54c4f1f87eb9226400b845b2aa0124f36fd
CompanyCategory and Ad table name field

We can retrieve the name field of these tables using the toString method.
They are smart enough and try to return the name field depending on the
user's language or rolling back to the default language.
Otherwise it returns a nice error message.
apps/companyfront/config/app.yml
apps/companyfront/modules/ad/templates/_list.php
lib/model/doctrine/Ad.class.php
lib/model/doctrine/CompanyCategory.class.php