Personally, I like to create a dir, ~/.scripts/ and create shell scripts there that run my php. This makes it easy to test the scripts too (instead of croning a command and waiting for it to happen).
So my scripts are usually:
/usr/bin/php /project/cron/somescript.php
and my cron is
1 1 * ~/.scripts/rundaily