You most certainly can use YQL with CakePHP. 

It can be done ad-hoc, through calls using cURL, or the CakePHP HttpSocket 
class in your models/controllers.
Alternatively, if you are providing a concrete datasource implementation for a 
data table on YQL, you could build a plugin that provided the models for the 
resources you need, and a datasource to provide the YQL interface, again using 
cURL or HttpSocket.

If you want to see some examples of how to build datasources, there is a great 
set in the datasources plugin for CakePHP:
http://github.com/cakephp/datasources

Cheers,
Graham Weldon
http://grahamweldon.com
e. gra...@grahamweldon.com
p. (+61) 0407 017 293
Skype: grahamweldon


On Saturday, 12 November 2011 at 12:49 PM, Marcus Clarke wrote:

> Can the two work together and you provide examples of incorporate YQL
> within CakePHP project?
> 
> thanks
> 
> -- 
> 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

Reply via email to