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

Rob Allen's Blog:
Translations of my Zend Framework Tutorial for ZF 1.10 & 1.11
Jan 24, 2011 @ 14:42:28

In a quick new post to his blog Rob Allen points out two new translations that have been made of his introductory Zend Framework tutorial (found here).

Recently, a couple of people have very generously donated their time to translate my Zend Framework Tutorial into their native language to help their fellow countrymen.

These two new translations are into Italian from Mario Santagiuliana and into Polish by Radoslaw Benkel. Rob's tutorial helps you get up to speed with the Zend Framework by creating a sample application for working with albums and their properties. The English version is here.

tagged: zendframework tutorial introduction translate italian polish

Link:

Nick Halstead's Blog:
Reverse Polish Notation in PHP
Aug 06, 2007 @ 21:56:00

As a follow up to a previous post where he discussed reverse polish notation, Nick Halstead has decided to split off the code he created for that previous post into a new, sleeker post without much of the explanation and heavy on the code.

My last post about back to basics covered reverse polish notation including a link to a RPN parser which I wrote to allow people to learn by example (best way in my opinion and in yours). The post got quite long and the PHP code was not really relevant to the subject so I have decided to include in this separate post instead.

There's two parts to the post - a pseudo-code explanation that an overview of how things work and the actual code, a block of code (in the 30 line area) that runs through each item and, based on a token, pushes the value into the array differently.

tagged: polish notation reverse pseudocode polish notation reverse pseudocode

Link:

Nick Halstead's Blog:
Reverse Polish Notation in PHP
Aug 06, 2007 @ 21:56:00

As a follow up to a previous post where he discussed reverse polish notation, Nick Halstead has decided to split off the code he created for that previous post into a new, sleeker post without much of the explanation and heavy on the code.

My last post about back to basics covered reverse polish notation including a link to a RPN parser which I wrote to allow people to learn by example (best way in my opinion and in yours). The post got quite long and the PHP code was not really relevant to the subject so I have decided to include in this separate post instead.

There's two parts to the post - a pseudo-code explanation that an overview of how things work and the actual code, a block of code (in the 30 line area) that runs through each item and, based on a token, pushes the value into the array differently.

tagged: polish notation reverse pseudocode polish notation reverse pseudocode

Link:

Rob Allen's Blog:
Russian and Polish Zend Framework Tutorial
Jul 23, 2007 @ 13:41:00

Rob Allen has posted about two new translations of his Getting Started with the Zend Framework tutorial - into Russian and Polish.

A couple of new translations of my Zend Framework tutorial have crossed my desk in the last week. Kubek Bartosz has very kindly created a new up to date Polish version of my Zend Framework tutorial. Alex Musayev has created a Russian translation too.

Check out the list of translations for his tutorial including Brazilian, Spanish, Italian and French.

tagged: zendframework translation tutorial polish russian zendframework translation tutorial polish russian

Link:

Rob Allen's Blog:
Russian and Polish Zend Framework Tutorial
Jul 23, 2007 @ 13:41:00

Rob Allen has posted about two new translations of his Getting Started with the Zend Framework tutorial - into Russian and Polish.

A couple of new translations of my Zend Framework tutorial have crossed my desk in the last week. Kubek Bartosz has very kindly created a new up to date Polish version of my Zend Framework tutorial. Alex Musayev has created a Russian translation too.

Check out the list of translations for his tutorial including Brazilian, Spanish, Italian and French.

tagged: zendframework translation tutorial polish russian zendframework translation tutorial polish russian

Link:

Derick Rethans' Blog:
PHP5. Wprowadzenie
Jul 24, 2006 @ 11:04:20

David Sklar has a quick mention of him recieving a Polish tranlation of his book, "Learning PHP5".

I just received a copy of PHP5. Wprowadzenie, the Polish translation of Learning PHP 5.

He also jokes about one of the code listings in the book, trying to figure out what "Kurczak generała O'Tso" might be.

If you would like to order this translation of the book, you can pick it up at helion.pl.

tagged: learning php5 oreilly book polish translation learning php5 oreilly book polish translation

Link:

Derick Rethans' Blog:
PHP5. Wprowadzenie
Jul 24, 2006 @ 11:04:20

David Sklar has a quick mention of him recieving a Polish tranlation of his book, "Learning PHP5".

I just received a copy of PHP5. Wprowadzenie, the Polish translation of Learning PHP 5.

He also jokes about one of the code listings in the book, trying to figure out what "Kurczak generała O'Tso" might be.

If you would like to order this translation of the book, you can pick it up at helion.pl.

tagged: learning php5 oreilly book polish translation learning php5 oreilly book polish translation

Link:


Trending Topics: