Re: About cakephp

2009-03-24 Thread nhathoang nhathoang
I think you have being got trouble about naming convention, try to take notice 2009/3/23 John Andersen j.andersen...@gmail.com Fine, and what is your problem? :) Would be good if you can explain/show a little more of the problem you are having. For example the code where the error takes

Re: Cakephp Developers Required

2009-03-22 Thread nhathoang nhathoang
that is interesting, I hope you can connect with me, my yahoomail nhathoangvn2...@yahoo.com 2009/3/21 Earth Technology deban...@gmail.com Hello Rajesh, We have a lot of experience in Cake PHP development. Please look up at http://earthtechnology.co.in/credential_cakephp/; where you shall

Re: how to send email

2009-03-19 Thread nhathoang nhathoang
I used to send mail by cakephp but not to succeed, I don't know why, there is a way to send mail you should use which is phpmailer, you show write a component and attach phpmailer to it 2009/3/20 dr. Hannibal Lecter lecter...@gmail.com You send an email to yahoo and gmail the same way you

Re: Getting : Undefined index: error - Newbie Please help

2009-03-18 Thread nhathoang nhathoang
Dear cpeele, I see your question is not clearly , what do you want when you use this query $projects = $this-Project-User-findByUsername($username);, and please post your database on forum 2009/3/19 cpeele chris.peel...@gmail.com Hey guys, I am getting an Undefined index error. I am rather

Re: HABTM Relationships Problem

2009-03-18 Thread nhathoang nhathoang
I hope you can post your database , I think you are not wrong in configuring , but It difficult to answer you if you don't post database and say more about your achivement 2009/3/19 Pete Bekisz pbek...@keuka.edu Hi all, I'm having some problems with saving HABTM relationships, and I was

Re: Can error messages show only on submitted form?

2009-03-10 Thread nhathoang nhathoang
hi jsmale, all your requirement probable release , I have a example to offer you ,please download my attached file , If you don't understand , you can contact with me through my yahoomail nhathoangvn2...@yahoo.com, we will trade experience together 2009/3/10 mscdex msc...@gmail.com On Mar 9,

Re: hasMany Issue - no data loads

2009-03-10 Thread nhathoang nhathoang
I tested your data ,it isn't wrong , has many also contain invoked information between EventSignUp and EventOptionSignUp, please send all your relevant file to me , I will try test to help you and answer for you as soon as, if you have yahoomail please add my one, nhathoangvn2...@yahoo.com.

Re: hasMany Issue - no data loads

2009-03-09 Thread nhathoang nhathoang
dear Sanfly,I hope you can post your database to forum, this is more convenience for us 2009/3/9 Sanfly san...@gmail.com Hi All Ive been trying to get a hasMany association working, but It just wont seem to work. The pages which use this model simply wont load when I try to run them I

Re: hasMany Issue - no data loads

2009-03-09 Thread nhathoang nhathoang
dear Sabfly According to me, you don't wrong in this case, I haven't discovered why the information of EventsSignUp don't link with the one of EventsOptionsSignUp, please send me your database to me to help you test again. 2009/3/9 nhathoang nhathoang computing1...@gmail.com dear Sanfly,I

Re: How to create models for complex database designs like this?

2009-03-09 Thread nhathoang nhathoang
According to me ,your mean use hasmany to get informations of movies and celebrities with related cast, And you want in [Cast] = [index]][celebrity_id ] to be replaced [Cast] = [index][celebrity_name], but in fact it can't, relationship in model has all 5 fields class name, foreign key,