[symfony-users] Re: [symfony2] What is the best way to handle URLs in javascript files called by assetic

2011-11-30 Thread Jared McAteer
The solution I've resorted to, which I feel is less hacky than including hidden inputs or anchors is including a global variable that includes the paths I need on in the particular template. e.g., in my index.html.twig: {%extends '::base.html.twig' %} {% javascripts '@MyBundle/Resources/pu

[symfony-users] Re: Doctrine documentation is gone??

2010-05-18 Thread Jared
Doesn't look like any of the old URLs are working. Google "doctrine documentation": The first link loads a blank page: doctrine-project dot org slash documentation as does every other google search (so far that I've seen) for something in the doctrine documentation, e.g. "doctrine dql" doctrin

[symfony-users] Re: Integrating sfGuard with existing User table

2007-06-14 Thread Jared
. Jared On Jun 7, 5:16 am, Steve <[EMAIL PROTECTED]> wrote: > Sorry, typo: > > > where the `profile_class` variable is set to the name of your current > > "User" class that sfGuard is "taking over" and `profile_field_name` is > > the name column in