/* lib/model/Industria.php
- en el formulario de clientes hay un combo industrias (relacion bd)
- descripcion se mostrara en el combo
*/
class Industria extends BaseIndustria {
public function __toString(){
return $this->getDescripcion();
}
}
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1842"></script>
0 comment about "metodo magico en la clase de symfony - PHP"