On Thu, 9 Apr 2009, Mark Smith wrote:

> I can trigger the front end by running "php web\index.php"
> 
> But if I try and specify a module name I get an error:
> 
> php web\index.php/Test
> Could not open input file: web\index.php/Test

Seems like you are mixing a pathname with a URL.

If you want to call a URL from a script, one option would be to use curl 
to do a GET on the URL.

The other way might be to write a CLI task as someone suggested.

But maybe if you describe what you are trying to do, we could come up with 
different/better ways of tackling it.



-- 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to