0 answers
0 votes
How to tell a model to use XML as source for data & to write and update datasets in XML
Hello my fellow Cakemasters!
I'm currently searching for a way to use an XML file for dynamix content. I can't find a good tutorial through Google for the following use case:
An XML file should be the source and target for reading and updating...
1 answer
0 votes
How can I do a better implementation for a no-db Cake APP using the DBs found by the database config?
I'm creating a simple interactive courseware for MySQL using CakePHP w/ jQuery.
The APP doesn't need it's own database, but rathar use what's provided on config/database.php. Providing a root user, all databases/tables can be used. Specifying...
1 answer
0 votes
Screen Scraping
I want to query three different search engines from my cake application and display the results. To achieve this I will use simple_html_dom for getting the data from the actual websites.
My problem is how to properly set this up. If I understand...