[symfony-users] is it possible to change suffix js.php to .js with use_dynamic_javascript ?

2009-04-27 Thread net2000...@gmail.com
is it possible to change suffix for symfony template files js.php to .js when we using use_dynamic_javascript ? for example from: indexSuccess.js.php to: indexSuccess.js I am using symfony 1.1 Eclipse does not handle too good two part suffix files --~--~-~--~~~-

[symfony-users] extjs plugin working with symfony 1.1 or 1.2 ??

2008-10-28 Thread net2000...@gmail.com
is there any version of extjs plugin working with symfony 1.1 or 1.2 ?? SVN or customized by anybody? what do you think about this approach to javascript frameworks presented in sfExtjs2Plugin is it more programmer/designer friendly? more MVC oriented or not ?? --~--~-~--~~-

[symfony-users] check available languages

2008-10-29 Thread net2000...@gmail.com
I check and insert available languages from app.yml to requirements in routing.yml Is this wrong approach? requirements: { sf_culture: (?:) } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group

[symfony-users] create database using propel 1.3 ?

2008-12-11 Thread net2000...@gmail.com
When I try to create database using propel 1.3 and custom query I get error SQLSTATE[HY000]: General error: 2030 This command is not supported in the prepared statement protocol yet task code below: $query = "CREATE DATABASE databasetest"; $stmt = $con-

[symfony-users] Re: create database using propel 1.3 ?

2008-12-11 Thread net2000...@gmail.com
W odpowiedzi na e-mail od: Sid Ferreira otrzymany dnia 2008-12-11 17:15 : > how did you configured the database? > > On Thu, Dec 11, 2008 at 2:14 PM, [EMAIL PROTECTED] > <[EMAIL PROTECTED] > > wrote: > > > When I try to create database usi

[symfony-users] Re: create database using propel 1.3 ?

2008-12-11 Thread net2000...@gmail.com
W odpowiedzi na e-mail od: Sid Ferreira otrzymany dnia 2008-12-11 18:20 : > did you used the configure command? > I want to create databases using symfony task or website action Propel connection is good because I can select records from mysql tables - only custom command not working --~--~--

[symfony-users] Howto get multiple users profiles in one query?

2009-01-05 Thread net2000...@gmail.com
Howto get multiple users profiles in one query? Sometimes I get list of users and then want to present their emails,birthday etc. If I understand symfony docs - every access to profile generate one database query (for example 50 users and 50 extra queries to Mysql) I found only that solution