Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Evert Pot's Blog:
PHPRPC and PHP frameworks
Aug 13, 2007 @ 21:27:00

In an effort to spread PHP-RPC functionality around as much as possible, Evert Pot has suggested his code to three of the major sources for application development - the PEAR project, the Solar Framework and the Zend Framework.

I started the process to submit PHPRPC to the major frameworks. I feel like I should submit it to all the major frameworks, so I can make sure people can use PHP-RPC regardless of their framework of choice.

In PEAR, it has been submitted as a PEAR2 package, in the Solar Framework as an open ticket (so far) and in the Zend Framework as just an idea (no formal or informal kind of submission yet).

tagged: phprpc framework solar zendframework pear phprpc framework solar zendframework pear

Link:

Evert Pot's Blog:
PHPRPC and PHP frameworks
Aug 13, 2007 @ 21:27:00

In an effort to spread PHP-RPC functionality around as much as possible, Evert Pot has suggested his code to three of the major sources for application development - the PEAR project, the Solar Framework and the Zend Framework.

I started the process to submit PHPRPC to the major frameworks. I feel like I should submit it to all the major frameworks, so I can make sure people can use PHP-RPC regardless of their framework of choice.

In PEAR, it has been submitted as a PEAR2 package, in the Solar Framework as an open ticket (so far) and in the Zend Framework as just an idea (no formal or informal kind of submission yet).

tagged: phprpc framework solar zendframework pear phprpc framework solar zendframework pear

Link:

Evert Pot's Blog:
PHP-RPC update 4
Aug 07, 2007 @ 16:09:00

Evert Pot has posted his latest update for the PHP-RPC spec for PHP - PHP-RPC update 4 - hopefully the last:

Unless somebody has some great feedback with stuff I overlooked - it might need some clarification and better writing here and there, but I think the general idea is there.

The api for the server class currently works the exact same as before, but support for multi-calls has been added. I also added a client class, which is helpful when you surpass the prototyping phase and you need a more decent way to interact with the service.

Details on the proposal are in the post including code for an example usage (and a multi-call use) and the official version of the latest proposal, version 0.4. This is broken out into the two sides of the proposed method - the request and the server - and how they would handle the interaction.

tagged: phprpc update proposal server client usage multicall phprpc update proposal server client usage multicall

Link:

Evert Pot's Blog:
PHP-RPC update 4
Aug 07, 2007 @ 16:09:00

Evert Pot has posted his latest update for the PHP-RPC spec for PHP - PHP-RPC update 4 - hopefully the last:

Unless somebody has some great feedback with stuff I overlooked - it might need some clarification and better writing here and there, but I think the general idea is there.

The api for the server class currently works the exact same as before, but support for multi-calls has been added. I also added a client class, which is helpful when you surpass the prototyping phase and you need a more decent way to interact with the service.

Details on the proposal are in the post including code for an example usage (and a multi-call use) and the official version of the latest proposal, version 0.4. This is broken out into the two sides of the proposed method - the request and the server - and how they would handle the interaction.

tagged: phprpc update proposal server client usage multicall phprpc update proposal server client usage multicall

Link:


Trending Topics: