Re: Need: CakePHP Contact Form Need Please

2007-07-29 Thread Baz
Got everything working now. ThanX for the help. I guess I just couldn't get it working with PhpMailer and Cake 1.1. Upgraded to 1.2 and used the included email component and I'm good. ThanX again. -- Baz L Day In The Life of Baz http://www.LifeOfBaz.com

Need: CakePHP Contact Form Need Please

2007-07-27 Thread Baz L
I'm really having problems here. I'm guessing someone has already developed something like this. I looked at this in the bakery: http://bakery.cakephp.org/articles/view/sending-email-with-phpmailer But it seems a bit incomplete. I started with Cake about a month ago. Anyway, anyone who can

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread codecowboy
Can you please elaborate. You did not ask a question. On Jul 27, 8:39 am, Baz L [EMAIL PROTECTED] wrote: I'm really having problems here. I'm guessing someone has already developed something like this. I looked at this in the

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Chris Hartjes
On 7/27/07, codecowboy [EMAIL PROTECTED] wrote: Can you please elaborate. You did not ask a question. Oh no, I think he was quite clear. He wants someone else to do his work for him and give him all the code needed for a contact form within a CakePHP application. -- Chris Hartjes Senior

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Pablo Viojo
ironic_mode I'm really having a solution for your problems here. You can contact me for conditions ($$$) /ironic_mode Smiles... -- Pablo Viojo [EMAIL PROTECTED] http://pviojo.net On 7/27/07, Chris Hartjes [EMAIL PROTECTED] wrote: On 7/27/07, codecowboy [EMAIL PROTECTED] wrote: Can you

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Baz
Now was that really necessary? Don't get me wrong here, I'm not trying to be lazy as you seem to be implying. But isn't the Bakery supposed to be a code repository? All I meant was that a contact form seems like something that someone would have already done. Isn't that the point of Cake? To stop

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Chris Hartjes
On 7/27/07, Baz [EMAIL PROTECTED] wrote: Now was that really necessary? When you don't explain WHY you need something, that's a very typical result around here. Should I just scrap 1.1? Is 1.2 suitable for a production site? In my opinion, 1.2 is suitable for a production site but like all

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread cakeFreak
This is the view; VIEW: views/contacts/index.ctp h1Contacts:/h1 ?php echo $form-create('Contact',

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread cakeFreak
Here we go with a contact form for last 1.2.0.5427alpha: CONTROLLER: contacts_controller.php ?php class ContactsController extends

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Baz
I saw this before, but since I'm on 1.1. It didn't work for me. Also there's the language barrier. I have a general question though: For a Model that has no table: does populating the $validate array automatically populate $this-data in the controller? Or is that only done when the form returns?

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Chris Hartjes
On 7/27/07, Baz [EMAIL PROTECTED] wrote: For a Model that has no table: does populating the $validate array automatically populate $this-data in the controller? Or is that only done when the form returns? $this-data is populated when the form is returned. - Chris Hartjes Senior Developer

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread kionae
I usually just use the nifty isset() php function, as in: if(isset($this-data['Contact']['email']) { //do some stuff relevant to your ultimate goal } On Jul 27, 2:23 pm, Baz [EMAIL PROTECTED] wrote: I'm a bit unclear here. Since there's not -read() or -findAll(), how do we know that

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Felix Geisendörfer
Now I give you a couple of lessons of Italian. Haha, I didn't know I was fluent in Italian - good to know : P. -- Felix -- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de cakeFreak wrote: Baz, come on, you getting a bit EXTRA-lazy here.

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread cakeFreak
Baz, come on, you getting a bit EXTRA-lazy here. On 27 Lug, 21:23, Baz [EMAIL PROTECTED] wrote: I saw this before, but since I'm on 1.1. It didn't work for me. Also there's the language barrier. Language barrier??! Now I give you a couple of lessons of Italian. A) try to concentrate all

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Christopher E. Franklin, Sr.
If someone else can learn a language not native to them, (of course I am assuming here), I think the decent thing would be to say Thank you and head on over to http://www.google.com/language_tools?hl=en lol. I don't know what nome, cognome and oggetto mean but, since I am curious, I will look

Re: Need: CakePHP Contact Form Need Please

2007-07-27 Thread Baz
Ok, Ok, Ok, I got you. But I'm just sayingI'm pretty good at reading a manual and pasting stuff together, but when you don't know something, it's kinda hard. And as I saidThought this was for 1.1 On that note, how do I know what version certain code is for? -- Baz L Day In The Life of