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

Ralph Schinlder's Blog:
PHPundamentals Series: A Background on Statics (Part 1 on Statics)
May 07, 2010 @ 14:47:59

Ralph Schindler has started up a new series of posts to his blog with this first article looking one of the fundamentals of PHP - statics.

Static class members (from here on called simply, “statics”) in PHP conjure both the best and worst in developers for a variety of reasons. In part 1 of this series of articles on statics, we’ll explore some background to get a better understanding of statics in PHP.

He covers some of the places that the idea of "static" came from and how its used in a few other languages (including ones PHP borrowed some of its ideas from). He uses a few analogies to illustrate what statics are and even includes some illustrations of how the static scope of PHP compares with other languages (like Java and .NET).

tagged: fundamental static language background

Link:

Haim Michael's Blog:
PHP Fundamentals (Online Course)
Jan 15, 2009 @ 18:04:32

Haim Michael has put together a "PHP Fundamentals" class that aims to cover most of the information one might need to take the Zend Certified Engineer certification.

I am glad to announce about "PHP Fundamentals", a new course I have developed few months ago and recently completed to refine its slides and assignments. This course is available for free at www.abelski.com. This new course overviews the basic topics in PHP and reflects a practical approach for learning this language.

This post to his blog includes the PDF files for each of the sections in the course - everything from the "PHP Basics" out to "Exception Handling" and "The Standard PHP Library".

tagged: fundamental online course class pdf slide zce certification

Link:

IBM developerWorks:
30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts
Nov 20, 2008 @ 17:13:00

In a new tutorial from the IBM developerWorks site starts off a new series looking at creating some games, from start to finish.

PHP is an easy-to-use, easy-to-learn, widely accessible programming language. It's well suited for developing simple scripts you can use to help you in all kinds of games. Whether you play simple pen-and-paper games by yourself, complex tabletop role-playing games with a group of people, or online games of any kind, this series will have something for you. Each article in this "30 game scripts you can write in PHP" series will cover 10 scripts in 300 words or less (3d10 stands for "roll three 10-sided dice") simple enough for even a beginning developer, but useful enough for a seasoned game player.

The ten scripts they walk you through are things like a die roller, a name generator, a deck builder/shuffler, a poker dealer and a crossword helper.

tagged: game script fundamental tutorial example

Link:

PHPBuilder.com:
Fundamentals of PHP Superglobals
Oct 19, 2007 @ 18:56:00

PHPBuilder.com has a new article published today that works through some of the basics behind using the superglobal variables in PHP.

This month's article is aimed at PHP developers who're not yet familiar with the PHP superglobals. Usage of superglobals is fundamental to PHP web development, but, with all the recent changes in PHP, there are still many outdated tutorials, books, and sadly, still much confusion.

They look at how to use them in a PHP script (in an HTML page) and what's contained in each of them (_GET, _POST, _ENV, _SERVER, etc).

tagged: superglobal fundamental tutorial basic beginner superglobal fundamental tutorial basic beginner

Link:

PHPBuilder.com:
Fundamentals of PHP Superglobals
Oct 19, 2007 @ 18:56:00

PHPBuilder.com has a new article published today that works through some of the basics behind using the superglobal variables in PHP.

This month's article is aimed at PHP developers who're not yet familiar with the PHP superglobals. Usage of superglobals is fundamental to PHP web development, but, with all the recent changes in PHP, there are still many outdated tutorials, books, and sadly, still much confusion.

They look at how to use them in a PHP script (in an HTML page) and what's contained in each of them (_GET, _POST, _ENV, _SERVER, etc).

tagged: superglobal fundamental tutorial basic beginner superglobal fundamental tutorial basic beginner

Link:


Trending Topics: