symfony: database to fixture data

by prettyscripts on 2009-05-30 14:33:48 • Leave a comment »

symfony

while developing a symfony project, it's usually required to rebuild database and reload data constantly with 'symfony doctrine:build-all' or 'symfony doctrine:build-all-load' constantly. when this is run, test data are wiped. the easy way is to have i… more »

Tags: data, database, dump, export, fixtures, framework, import, symfony