[symfony-users] Re: oracle sql log query

2008-04-20 Thread Mladen Gogala
You should use auditing. It's easily configured and has plenty of options. You will, however, need a help from yourd DBA. Richix wrote: > Hi, where can i see the full query of an Statement excecuted? I can > see only (in miapp.log) > > prepareStatement(): SELECT CIUDAD.COD_CIU, CIUDAD.NOM_CIU, >

[symfony-users] All New & Improved IHOME - Good Collection of Important Websites

2008-04-20 Thread Everyday Homepage
This is not spam, if you dont want to receive mails from us, then please reply with subject "Remove" IHOME is now more Powerful, Intuitive & Easy to use than ever before. Dear Friends, Here is a new website from Rapid Mile, which has links to all daily use Important

[symfony-users] Unwanted redirection

2008-04-20 Thread Sumedh
Hi... I am having a strange problem where I get an undesired redirection...or at least I think it is redirection... :) Log file snippet: Apr 19 17:03:27 symfony [info] {sfContext} initialization Apr 19 17:03:27 symfony [info] {sfContext} initialization Apr 19 17:03:27 symfony [info] {sfControll

[symfony-users] Re: Some questions about symfony 1.1 please...

2008-04-20 Thread [EMAIL PROTECTED]
Wait for it! People spend a lot of time for this FREE product.I'm sure it's hard to make decisions, whether to start a new project in symofny 1.1 or not. But still, this "when?, when?, when? ..." is not at the right place here. >From my own experience, you can start developing with symfony 1.1, e

[symfony-users] Re: spaces on my sql

2008-04-20 Thread Sid Bachtiar
a + is a representation of a space in URL On Mon, Apr 21, 2008 at 3:40 PM, Richix <[EMAIL PROTECTED]> wrote: > > Hi, > > Do you know why my generated URL's look like > > .../micuenta/login/show/usuario/admin+++ > > why +++? > > Thanks > > > --~--~-~--~~-

[symfony-users] spaces on my sql

2008-04-20 Thread Richix
Hi, Do you know why my generated URL's look like .../micuenta/login/show/usuario/admin+++ why +++? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this

[symfony-users] oracle sql log query

2008-04-20 Thread Richix
Hi, where can i see the full query of an Statement excecuted? I can see only (in miapp.log) prepareStatement(): SELECT CIUDAD.COD_CIU, CIUDAD.NOM_CIU, CIUDAD.IND_CIU, CIUDAD.COD_DEP FROM CIUDAD WHERE CIUDAD.COD_CIU=? but I want to see something like prepareStatement(): SELECT CIUDAD.COD_CIU, CI

[symfony-users] Re: Some questions about symfony 1.1 please...

2008-04-20 Thread upandhigh
Also interesting when book will be updated for version 1.1? On Mar 3, 11:23 pm, Skyblaze <[EMAIL PROTECTED]> wrote: > But will you mantain prototype and scriptaculous helpers in a plugin > also in the future (1.2)? > When will we see the new online book for version1.1? > > On Mar 3, 1:59 pm, Fabi

[symfony-users] Re: object_select_tag ??

2008-04-20 Thread Thomas Rabaix
Hello, Have a look to : - options_for_select from the FormHelper - objects_for_select from the ObjectHelper and read http://www.symfony-project.org/book/1_0/10-Forms Thomas On Sun, Apr 20, 2008 at 9:13 PM, ArturT <[EMAIL PROTECTED]> wrote: > > I am new to Symfony, but there is something I

[symfony-users] object_select_tag ??

2008-04-20 Thread ArturT
I am new to Symfony, but there is something I do not quite understand In helpers - Form and Object there is a function: input_tag - generates a standard tag with given options so I would expect... think that object_select_tag works in a similar way - creates a from given options taking a

[symfony-users] Re: Accesing sfActions method from sfAction class

2008-04-20 Thread Ian P. Christian
Mohammad Ali Safari wrote: > I had a bunch of method in one of my modules and, as the number of > actions increased, I decided to move some action into separate sfAction > files. I've thought about this before. One option would be to have a BaseXxxAction where Xxx is your module name, then

[symfony-users] Re: how can I add a section to the debug toolbar?

2008-04-20 Thread Matthias N.
On 18 Apr., 19:52, Fabien POTENCIER <[EMAIL PROTECTED] project.com> wrote: > You can't add a new section in sf 1.0 or 1.1. Great news ;-) > Perhaps a good enhancement for sf 1.2. Can you create a ticket and > describe what you want to be able to do. Ok, I'll examn the code a bit, maybe I can ev

[symfony-users] Re: Accesing sfActions method from sfAction class

2008-04-20 Thread Thomas Rabaix
The methods are not in the same class, that is why you cannot call them in your second file. Now you can have a different solutions : use a external class with static methods Thomas On Sun, Apr 20, 2008 at 6:35 AM, Mohammad Ali Safari <[EMAIL PROTECTED]> wrote: > I had a bunch of method in one o