if it's not the sql generated by symfony, there is no obvious way of
insert such files. I usually do this kind of thing with the mysql
command line program :
mysql -umyuser -pmypassword mydatabase < myfile.sql

If you want to be able to do this with symfony, you could create a new
task that runs a similar command.

On Jul 13, 1:10 pm, wueb <webmaster....@gmail.com> wrote:
> Hello,
>
> i have some sql lines in a file.
>
> i need the inserts from that sql be created by symfony in order to
> execute the code i made on the models from each table.
>
> how can i execute that sql in symfony?
>
> thanks!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to