[symfony-users] Re: ERP development ( SF 1.4 or 2.0 ? )

2011-03-06 Thread Vikos
I think better to use symfony 2. An ERP system is not so small ( very very huge ): - so when it will be finished the symfony 2 will have finished also ( will have been absolutely stable and tested ) - sf2 better support more than one developer... ( eg.: own routing / bundle... less SVN merge

[symfony-users] dynamic route

2011-03-05 Thread Vikos
the answers! Vikos -- 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

[symfony-users] Re: Output escaper in template

2011-01-22 Thread Vikos
it's simple: get the unescaped object/variable first... and call your function... ver a.: $sf_user-getRawValue()-getTopics(); ver b.: sfOutputEscaper::unescape($sf_user)-getTopics(); be careful: the symfony doesn't escape nulls and integers... so the getRawValue cause undefined function

[symfony-users] Re: Using adoDB with symfony

2011-01-22 Thread Vikos
with oracle better to use oci8 - much stable than PDO_OCI Doctrine work's well with oci8! I don't have any experience with oracel and propel... PDO_OCI doesn't support well the large objects... On Jan 21, 6:37 pm, Manuel Alejandro Gómez Nicasio alejandro.go...@alejandrogomez.org wrote:

[symfony-users] Re: Get all logged in users

2011-01-18 Thread Vikos
Or if the Presence information doesn't matter... make a shoutbox... On Jan 18, 9:24 am, Gabriel Petchesi pghora...@gmail.com wrote: You should look into server push technologies to get updated information from the

[symfony-users] Best practice for generate Complex URL

2011-01-13 Thread Vikos
a special root object? or a helper??? Thanks the answers! Vikos -- 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

[symfony-users] i18n extract to multiple categories

2011-01-04 Thread Vikos
Hello. Can symfony direcly extract i18n texts to the sepicfied - not the messeges.xml - catalogues? (to multiple catalogues). Tanks!! Vikos -- 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

[symfony-users] Diffrenet route for authenticated user on same URL

2010-12-07 Thread Vikos
Hello. I need to use different action on main page for logined and non logined users. Is it possible to create a route with an authetication based requirement rule? I haven't found any plugin for this Previously tanks the answers Vikos -- If you want to report a vulnerability issue

[symfony-users] Re: Symfony 1.4 + Doctrine + OCI8

2010-12-03 Thread Vikos
      password:   Doctrine implement 2 solutions with Oracle: oci8 and pdo. But PDO isn't the best solution. Recommended oci8 with syntax above. Le 2 déc. 2010 à 18:08, Vikos a écrit : The tried one for oci:    class: sfDoctrineDatabase    phptype: oci8    param:      dsn

[symfony-users] Symfony 1.4 + Doctrine + OCI8

2010-12-02 Thread Vikos
=AL32UTF8 If I use 'oracle:..' in dsn the doctrine says unable to connect.. and if I use 'oci8:. - Couldn't locate driver named oci8 Environment : Win7 64 bi, apache2, php 5.3.1 (installed in wamp). Thanks Vikos -- If you want to report a vulnerability issue on symfony, please send

[symfony-users] Doctrine left join without relation

2010-10-01 Thread Vikos
it doesn't know any relation Is it possible to do a simple JOIN QUERY with DQL? Or on the other side ...How can'I do it without manual hydration? Thanks the answers!! Have a nice day! Vikos -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

[symfony-users] different css for layouts

2010-09-23 Thread Vikos
, css1.2... layout2- css2.1, css.2.2... etc.. Thanks the answers! Vikos -- 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

[symfony-users] Multipart-data ajax form

2010-05-28 Thread Vikos
all (most of...) browsers. THANKS Vikos -- 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

[symfony-users] db question for statistics

2010-04-27 Thread Vikos
Hi Guys! Who can use Docrine + ODBC + SQL 2005 (on windows) And how? Can anyone use CRUD scaffolding ? The generated code (for me) isn't work's correctly... :( We have a big project. And after 2 weeks sucking I can't use doctrine AND /OR PDO ODBC execute (for insert). It's not a big problem

[symfony-users] delete + csrf prtection + ajax

2010-03-29 Thread Vikos
and a simple form ( width a token...). So what is the most simple, easiest... way to send that post ( from ) via HTTP XML request??? - Catch the submit event by jquery? - Create a function that creates same form ( js ).. but sending it via ajax??? Any other idea...??... Please help! Tanks! Vikos

[symfony-users] Dynamic form validation

2010-03-21 Thread Vikos
simple/more elegant idea? Thanks! Vikos -- 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

[symfony-users] Re: Dynamic form validation

2010-03-21 Thread Vikos
Symfony version : 1.4 On márc. 21, 17:40, Vikos make.webp...@gmail.com wrote: Hi! (My english is not so perfect so previously sorry for mistakes!!!) I need a form witch can dynamically change the validator schema by the POST's datas. Db shcema: There is the workers. They have contacts

[symfony-users] Re: symfony 1.2 + mssql 2005 + propel + wamp

2010-01-05 Thread Vikos
,   Nathan On Mon, Jan 4, 2010 at 2:11 PM, Vikos make.webp...@gmail.com wrote: Hi! We are start a project that must use mssql 2005 and run on windows server. (vindows server 2003, apache2, mssql 2005, symfony 1.2...actual, php 5.3.1) How can I connect to sql server on windows

[symfony-users] symfony 1.2 + mssql 2005 + propel + wamp

2010-01-04 Thread Vikos
Hi! We are start a project that must use mssql 2005 and run on windows server. (vindows server 2003, apache2, mssql 2005, symfony 1.2...actual, php 5.3.1) How can I connect to sql server on windows via propel? Witch do you advise propel or doctrine? What problems can be? What experiences are?