0

I'm using CakePHP to build a site which has a crawler that mines data from different sites. The problem is that I would like to be able to call the crawler from command line (since it can take hours for it to finnish) and I would like to the use models in CakePHP when saving the data.

Is there a file I could just include that includes the rest for me? If I just include the index.php it dispatches the call which I don't want.

Regards Nicklas

1 Answer 1

1

Check out the Cake shell: http://book.cakephp.org/view/108/The-CakePHP-Console

Sign up to request clarification or add additional context in comments.

1 Comment

Brilliant, just what I needed :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.