OK, I need clarification!

Normally in my controller or action, I use cache to save the query.

as described here

http://book.cakephp.org/2.0/en/core-libraries/caching.html#using-cache-store-to-common-query-results

This works nicely when the user visits the page, which takes data from its 
own database (MySQL). But not when the data come from external sources.

To solve this problem, I want to run tasks in the background, which will 
allow us to save queries to be served to visitors when they come to the 
site.

What interests me now, how to call these functions in the background.

How to save queries from the shell?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.


Reply via email to