News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

C7Y:
REST and Resource Handling with CakePHP
0 comments :: posted Thursday May 15, 2008 @ 12:04:26
voice your opinion now!

On the C7Y website, a new tutorial has been posted from Nate Abele (following his previous CakePHP-related article) covering the use of the framework to create a REST web service and manage resources inside of it.

We're going to take these concepts [from the previous article] further and add a new one: REST. In the course of this series so far, we've only been discussing how to use the Router to examine and act on different parts of a URL.

He gives a list of possible headers that could come from a client (like Accept-Charset or Content-Type) and how these can be directly pulled in to the CakePHP routing system. A few extra bits of code later and your app can be mapping requests directly to the controllers for the actions the user's requesting. All that's left is to serialize the results back into XML to echo out.

tagged with: cakephp tutorial resource rest handle webservice


PageChain.net:
15 Great Places To Go To Learn PHP Right Now
0 comments :: posted Thursday April 24, 2008 @ 12:09:50
voice your opinion now!

PageChain.net has posted a list of some "great places to go to" to learn PHP right now - some resources out on the web that can help you get started, provide examples and give you community to support you in your development.

Here are some resources to help you not only learn PHP, but also reference PHP information should you ever need it. This list isn't exhaustive, however, it should provide you with a lot of help when you need your PHP fix.

Some of the sites included in their list include:

tagged with: resource learn list w3schools zend sitepoint phpfreaks onlamp

Developer Tutorials Blog:
7 websites that will make you a better PHP developer
0 comments :: posted Tuesday March 25, 2008 @ 09:34:43
voice your opinion now!

A little bit back Akash Mehta posted a list of seven sites he thought could make you a better PHP programmer for reading and keeping track of:

Developing in PHP isn't a textbook science. There's skill to it, and that skill comes from experience. Now, you could try your hand at every single PHP development challenge out there, or you could learn from the experiences of others, widely published on the web in blogs and developer portals.

Included in the list are sites like php|architect's C7Y site, Planet PHP and the the Zend Developer Zone (oh yeah, PHPDeveloper.org made the list too!)

tagged with: website list resource better developer

Raphael Stolt's Blog:
Zend Framework coding standards on one page
0 comments :: posted Tuesday February 12, 2008 @ 07:59:00
voice your opinion now!

Raphael Stolt, in working on his component for the Zend Framework (based on the PHP_CodeSniffer PEAR package), pulled together all of the information Zend provides about their coding standards into one place.

Before jumping into the development of a Zend Framework coding standard for the PHP_CodeSniffer Pear package, I spent some time revisiting and compiling the available Zend Framework coding standards into a handy one-paged Pdf document.

You can download the file here or, if you want something a bit more "spread out", check out the coding standards on the Zend Framework website.

tagged with: zendframework coding standard pdf single resource


package framework conference code release cakephp ajax zend mysql PEAR book developer PHP5 database pecl zendframework job application security releases

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework