No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
It's possible to make more complex URL's using Zend Rest Route? I'm trying to make following route: /articles/filter/:query. Simple controller: [code] class ArticlesController extends Zend_Rest_Controller { public function init() { $this->getHelper('ViewRenderer')->setNoRender(true); } public function indexAction() {} public function getAction() {} public function putAction() {} public function postAction() {} public function …
You may run PHP scripts as console applications, which is much simpler then installing full blown server on your computer. Download and unpack php somewhere, find php.exe and run it with your file.php as parameter, from command line (cmd). [icode]C:\PHP\php.exe -f file.php[/icode] On linux distros install it from your distro …
The End.
tier1