You may create a link between the files:
$ cd symfony_base/apps/new_app
$ ln ../../original_app/config_file.yml config_file.yml
On Jun 23, 7:00 pm, Nicolas CHARLOT <[EMAIL PROTECTED]> wrote:
> Hi,
> For an I18n project, I would define a param "languages_available". This param
> impact on Front a
You can set a default parameter in routing.yml. Maybe thats the
solution?
On Jun 20, 1:45 pm, Matthias Nothhaft <[EMAIL PROTECTED]> wrote:
> Stefan Koopmanschap wrote:
> > Guys,
>
> > How do you handle empty request parameters? I have a problem where a
> > URL may or may not contain values for ce
hi, everyone!
I need to upload several files .
I get the array of the uploaded files with:
$files = $sf_request->getFileName('works');
then I loop the array and save the uploaded files.
everything is ok,but I have trouble with validation.
I wrote the Validation File like :
http://trac.symfony
Hi,
For an I18n project, I would define a param "languages_available". This
param impact on Front and Back app and I wouldn't have to write 2
identical config file. Is there a way to do that easily or do U advise
to use a table for this purpose ?
Thanks
--
Nicolas
--~--~-~--~~
Hi, i've noticed that when i try to filter data using a join, the
pager function getNbResults() returns an incorrect number of results.
For example in a set of 45171 if i try to filter records using a join
i get 119501 as total records that it's impossible (using the same
query in mysql i get 21,4
Hi.
> I want to get the ID (auto increment) of my last INSERT using
> something similar to
> the php function mysql_insert_id()
>
> $lastInsertedID = mysql_insert_id();
>
> Can this be done using the standard Symfony data abstraction classes
> Propel & Criteria? If so how do you do it?
Sure:
$
Kostas Papadimitriou wrote:
> Hi,
> after working some time with symfony via propel i decided yesterday to
> checkout the svn 1.0 branch.
>
> so after 'svn co' went just fine on c:\workspace\symfony, i then created
> a new dir c:\workspace\symfotest, from within that dir i executed
>
> C:\worksp
Hi,
after working some time with symfony via propel i decided yesterday to
checkout the svn 1.0 branch.
so after 'svn co' went just fine on c:\workspace\symfony, i then created
a new dir c:\workspace\symfotest, from within that dir i executed
C:\workspace\symfotest>c:\workspace\symfony\data\bi