[symfony-users] Invitation to connect on LinkedIn

2010-04-21 Thread Welington Veiga
LinkedIn Welington Veiga requested to add you as a connection on LinkedIn: -- Sammi, I'd like to add you to my professional network on LinkedIn. - Welington Accept invitation from Welington Veiga http://www.linkedin.com/e

Re: [symfony-users] Invitation to connect on LinkedIn

2010-04-21 Thread Welington Veiga
Sorry. 2010/4/21 Welington Veiga welington.ve...@gmail.com LinkedIn Welington Veiga requested to add you as a connection on LinkedIn: Sammi, I'd like to add you to my professional network on LinkedIn. - Welington Accepthttp://www.linkedin.com/e

Re: [symfony-users] Jquery and AJAX symfony 1.4

2010-04-19 Thread Welington Veiga
Well, it's very easy, use ajax like a single php file. View: Use a the helper ?php echo url_for('YOUR_MODULE/index'); ? to decide for what URL to send, inside your script tag, assign to a javascript variable Controller (action) $this-getResponse()-setHttpHeader('Content-type','text/json');

[symfony-users] Re: Multiple sfActions to solve scalability problems. It's Possible?

2010-04-07 Thread Welington Veiga
to decide what method must be invoked on three or four sfAction classes but I will need to rewrite secure issues. Anyone can help me? 2010/4/7 Welington Veiga welington.ve...@gmail.com I have a problem with a big application what we are writing under symfony. It's our first contact

[symfony-users] Multiple sfActions to solve scalability problems. It's Possible?

2010-04-07 Thread Welington Veiga
I have a problem with a big application what we are writing under symfony. It's our first contact with this fantastic framework, but we have a lot of code in a single action file. Our modules are big, with three crud: Like company has employers, groups and customers. All in a application. I

Re: [symfony-users] Re: Multiple sfActions to solve scalability problems. It's Possible?

2010-04-07 Thread Welington Veiga
. More than 15 actions per module are generally not advisable, you'll need to break things down when you're pushing that limit. Cheers, Daniel On 07.04.2010, at 14:25, Welington Veiga wrote: In this doc page chapter 6http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer

Re: [symfony-users] Re: Multiple sfActions to solve scalability problems. It's Possible?

2010-04-07 Thread Welington Veiga
: company/customer/new Is this a route or a module/action breakdown ? Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Wed, Apr 7, 2010 at 4:15 PM, Welington Veiga welington.ve...@gmail.com wrote: This is my

Re: [symfony-users] Re: Multiple sfActions to solve scalability problems. It's Possible?

2010-04-07 Thread Welington Veiga
/4/7 Jacob Coby jc...@portallabs.com try something like: myRoute: url: company/:module/:action/* requirements: { module: employers|customers|group } requirements is a pcre regex. On Apr 7, 2010, at 10:35 AM, Welington Veiga wrote: well... if I use the routing: myRoute: url