php symfony plugin:publish-assets
27 de novembro de 2009
Depois de gerar o backend com o admin-generator não funcionam os css's e não aparecem as imagens
If you don't see the expected look and feel (no stylesheet and no image), this is because you need to install the assets in your project by running the plugin:publish-assets task:
Definir um prefixo para tabelas da base de dados
Propel
No ficheiro “databases.yml”:all:
database:
prefix: whatever_
Doctrine
No ficheiro “databases.yml”:all:
doctrine:
param:
attributes:
tblname_format: "prefixo_%s"
Assinar:
Postagens (Atom)