[symfony-users] sending email+cli

2008-08-24 Thread kusum
hi, i have written a batch script and executing it from command line,and executing it from command line.i am sending email in this script code is $raw_email = $this-sendEmail('mail', 'sendTalkToUs');Line --264 $this-logMessage($raw_email, 'debug'); i am getting this error,rest of

[symfony-users] Re: Symfony + Prototype JavaScript Image Cropper UI

2008-08-24 Thread Jonathan
Cedric, As I mentioned to Tom, you might want to have a look at IMagick (PHP wrapper for ImageMagick). It's far superior to GD, IMO. http://www.php.net/imagick jonathan On Aug 22, 1:36 am, Cédric Sadai [EMAIL PROTECTED] wrote: Hi, I did some similar work recently, I noticed a certain

[symfony-users] Re: sfGuard - how to implement registration

2008-08-24 Thread javo
thank you for your message, I'm user of Symfony 1.1 , and I don't want to have many plugins , I prefer my own code ... so I decided to create my registration using user/create (crud), but I want to ask you how should I edit my code to provide that ..here's the user/update action public

[symfony-users] retrieve slot name in component when called from include_component_slot

2008-08-24 Thread [EMAIL PROTECTED]
Hello, I am developing a component which could be reused several times on my layout. The content to display depend on the slot where it is put. So, when I call it using include_component_slot, I need to know which slot is the caller, in order to render the right content. The only solution I

[symfony-users] Chain tasks together?

2008-08-24 Thread Charley Tiggs
Hi all, Is there a way to execute multiple tasks from within one task without needing to use exec()? I have a series of one-off tasks that must be performed in sequence and it'd be great if I could somehow cause a master task to run all of the children. Charley

[symfony-users] AW: [symfony-users] Prototype/Script.ac.ul.ous/Javascript in Symfony 1.1.1

2008-08-24 Thread Fabian Lange
Hi, Prototype has not been removed. It will be moved to a plugin for symfony 1.2. In 1.1 it is there as it has been in 1.0: Via symlink /sf/prototype/js It was never installed by symfony itself into web/js/prototype, but actually many users did so to upgrade manually Best regards .: Fabian

[symfony-users] Re: Chain tasks together?

2008-08-24 Thread Charley Tiggs
Exactly what I needed, to get me started. Thanks, good sir. Charley On Aug 24, 2008, at 2:04 PM, Jonathan Wage wrote: Isn't that what this does? http://svn.symfony-project.com/branches/1.1/lib/plugins/sfPropelPlugin/lib/task/sfPropelBuildAllLoadTask.class.php - Jon On Sun, Aug 24, 2008

[symfony-users] Re: sfGuard - how to implement registration

2008-08-24 Thread cindy
I had the same problem, but I think Fabien (or someone) added the processing to the sfGuardUserForm to update the sfGuardUserProfile as well as sfGuardUser recently. If you update your sfGuard plugin, you should see the clode in the sfGuardUserForm. With this new code, it's as easy as building

[symfony-users] Can i use JSON for my Chat

2008-08-24 Thread Güyçmyrat Amanmyrat
Hello. I have a chat application. Let's assume there are 10 chat conversation on my table like this, Mary : -Hi Jhon: Hello Mary : How are you John: Fine and you Mary: Fine too. Mary: Today ic nica day Every time i do not want to get all conversation. I want to save last 9 conversation somehow

[symfony-users] Re: Symfony Assistance / Coach Needed

2008-08-24 Thread cindy
Hi Frank, Contact me off list - [EMAIL PROTECTED] I think I can help :) On Aug 24, 1:56 am, xfh [EMAIL PROTECTED] wrote: will pay ... I’m quite good with html + excel. Need to upgrade to php / mysql for my current dynamic web-site projects. Have read + understand a php / mysql book and want