Re: Search form like google

2012-06-13 Thread gonzela2006
Hi,

Thanks Dr. Tarique and I'll try the above tutorial and feedback you with 
the result :)

On Tuesday, June 12, 2012 9:30:22 AM UTC+3, Dr. Tarique Sani wrote:
>
> A bit dated but should get you started 
> http://blogfreakz.com/cakephp/cakephp-jquery-autocomplete-tutorial/  

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Search form like google

2012-06-13 Thread DiabloGeto
If u are using cakephp 2.x   , ajax helper is not available ny more, use 
'Js' and request handler helper instead


>>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Search form like google

2012-06-13 Thread Dr. Tarique Sani
Ajax Helper is deprecated since CakePHP 1.3. Read the CakePHP manual to see
what you can use instead and while you are at it read the complete manual
it helps :-)

T

On Tue, Jun 12, 2012 at 12:27 PM, Roopa Mani C  wrote:

> here i m getting error * Helper class AjaxHelper could not be found. *how
> to resolve this error i m using below link steps
>
>
> On Tue, Jun 12, 2012 at 12:00 PM, Dr. Tarique Sani 
> wrote:
>
>> A bit dated but should get you started
>> http://blogfreakz.com/cakephp/cakephp-jquery-autocomplete-tutorial/
>>
>> T
>>
>>
>> On Tue, Jun 12, 2012 at 6:15 AM, gonzela2006 wrote:
>>
>>> Hi,
>>> I'm a* newbie* on CakePHP 2 and I'm looking for a way to have a search
>>> box with ajax auto complete just like google does as you can see on the
>>> below image
>>>
>>> 
>>>
>>> Thanks,
>>> gonzela2006
>>>
>>> --
>>> Our newest site for the community: CakePHP Video Tutorials
>>> http://tv.cakephp.org
>>> Check out the new CakePHP Questions site http://ask.cakephp.org and
>>> help others with their CakePHP related questions.
>>>
>>>
>>> To unsubscribe from this group, send email to
>>> cake-php+unsubscr...@googlegroups.com For more options, visit this
>>> group at http://groups.google.com/group/cake-php
>>>
>>
>>
>>
>> --
>> =
>> PHP for E-Biz: http://sanisoft.com
>> =
>>
>> --
>> Our newest site for the community: CakePHP Video Tutorials
>> http://tv.cakephp.org
>> Check out the new CakePHP Questions site http://ask.cakephp.org and help
>> others with their CakePHP related questions.
>>
>>
>> To unsubscribe from this group, send email to
>> cake-php+unsubscr...@googlegroups.com For more options, visit this group
>> at http://groups.google.com/group/cake-php
>>
>
>  --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>



-- 
=
PHP for E-Biz: http://sanisoft.com
=

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Search form like google

2012-06-11 Thread Roopa Mani C
here i m getting error * Helper class AjaxHelper could not be found. *how
to resolve this error i m using below link steps

On Tue, Jun 12, 2012 at 12:00 PM, Dr. Tarique Sani wrote:

> A bit dated but should get you started
> http://blogfreakz.com/cakephp/cakephp-jquery-autocomplete-tutorial/
>
> T
>
>
> On Tue, Jun 12, 2012 at 6:15 AM, gonzela2006 wrote:
>
>> Hi,
>> I'm a* newbie* on CakePHP 2 and I'm looking for a way to have a search
>> box with ajax auto complete just like google does as you can see on the
>> below image
>>
>> 
>>
>> Thanks,
>> gonzela2006
>>
>> --
>> Our newest site for the community: CakePHP Video Tutorials
>> http://tv.cakephp.org
>> Check out the new CakePHP Questions site http://ask.cakephp.org and help
>> others with their CakePHP related questions.
>>
>>
>> To unsubscribe from this group, send email to
>> cake-php+unsubscr...@googlegroups.com For more options, visit this group
>> at http://groups.google.com/group/cake-php
>>
>
>
>
> --
> =
> PHP for E-Biz: http://sanisoft.com
> =
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Search form like google

2012-06-11 Thread Dr. Tarique Sani
A bit dated but should get you started
http://blogfreakz.com/cakephp/cakephp-jquery-autocomplete-tutorial/

T

On Tue, Jun 12, 2012 at 6:15 AM, gonzela2006  wrote:

> Hi,
> I'm a* newbie* on CakePHP 2 and I'm looking for a way to have a search
> box with ajax auto complete just like google does as you can see on the
> below image
>
>
> 
>
> Thanks,
> gonzela2006
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>



-- 
=
PHP for E-Biz: http://sanisoft.com
=

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Search form like google

2012-06-11 Thread gonzela2006
Hi,
I'm a* newbie* on CakePHP 2 and I'm looking for a way to have a search box 
with ajax auto complete just like google does as you can see on the below 
image



Thanks,
gonzela2006

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php