On 15.04.2011 13:45, robjensen82 wrote:
> Hi there,
> 
> I'm new to both Symfony2 and git, enjoying having a go with both at
> the moment. I've downloaded and extracted Symfony2 Standard Edtion
> PR11.
> 
> 1. I'd like to keep my 'vendor bundles' up to date, so when PR12 or
> what ever comes out I'd like to be able to keep this up to date in the
> same way I could with SVN externals and symfony 1 with the lib/vendor/
> symfony directory. I assume this is all I'll need to update?  What's
> the best practice for doing this?

At the moment the best/only way to handle dependencies is to just run
the bin/vendors.sh script, if you run it again later, it will update the
vendors.

> 2. I would prefer for my app to use php configuration files, not yml,
> and php templates and not twig. Is it possible to run a task to
> rebuild a new app directory configured with php config files and php
> templates?

I don't think that's possible right now. Besides, while I don't feel too
strongly about you using php or yaml config files, I would really
recommend that you give twig a fair try before giving up on it. It
really improves readability and writability of templates, and I'm sure
once you get to know it you'll love it.

I'd also recommend you keep to yaml, because that's what everyone uses,
and getting help will be much easier that way than using php.

Cheers

-- 
Jordi Boggiano
@seldaek :: http://seld.be/

-- 
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