Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~185 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
php x 2

2 Posted Topics

Member Avatar for tier1

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 …

0
51
Member Avatar for anantwaykar

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 …

Member Avatar for Member #120589
0
134

The End.