Re: FULL TEXT SEARCH

2010-07-16 Thread Annamalai
Yes i following like this only.. thanx lot Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

FULL TEXT SEARCH

2010-07-14 Thread Annamalai
Hi i am using ordinary search functionality in my business controller . but now need to implement FULL TEXT SEARCH. can any one give idea ?? Thanks in advance Thanks Annamalai.S Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

Re: FULL TEXT SEARCH

2010-07-14 Thread Annamalai
...@gmail.com wrote: What DB are you using? Often fulltext search is implemented in a DB level (MySQL with MyISAM tabes and Postgres has this feature built in). 2010/7/14 Annamalai annamala...@gmail.com Hi i am using ordinary search functionality in my business controller . but now need

Re: FULL TEXT SEARCH

2010-07-14 Thread Annamalai
Thanks for your reply ... Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com

Re: ajax+jquery with cake

2010-04-23 Thread Annamalai
give jQuery.noConflict(); in jquey file and then try it will works Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group,

CSV file not working in live server

2010-02-12 Thread Annamalai
Hi i used a CSV helper from http://bakery.cakephp.org/articles/view/csv-helper-php5.. my problem is in my local its working properly , while i export working fine.. in my live server whe i export, the contents opening in other window with a text data.. what i need to do any 777 permission to any

Re: Getting values from drop down select

2010-02-12 Thread Annamalai
In controller set $states = $this-State-find('list',array( 'conditions' = array( 'State.is_active = ' = 1 ),'fields' =array('State.id','State.name'), 'recursive' = -1)); $this-set('states',$states); and try in ur view On Fri, Feb 12, 2010 at 7:48 AM, aveev

Re: CSV file not working in live server

2010-02-12 Thread Annamalai
Hi i used a CSV helper from http://bakery.cakephp.org/articles/view/csv-helper-php5.. my problem is in my local its working properly , while i export working fine.. in my live server whe i export, the contents opening in other window with a text data.. what i need to do any 777 permission to

Re: Table Joins

2010-01-27 Thread Annamalai
Hi, Tables : 1.user_profiles fields :- userid (PK) 2. Memberships fields :-membid , userid (reference to users profile ) Can you help me over this issue.? Solution : user_profiles table : id memberships table: id, user_profile_id (it will refers the

Fatal error: require_once() error while using captcha component

2010-01-27 Thread annamalai,cakephp
Hi i try to integrate the captcha component with my login form. after install all the files i try the following error coming .. Fatal error: require_once() [function.require]: Failed opening required 'D:\wamp\www\furniture_project\app\vendors\phpcaptcha\php- captcha.inc'