News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Paul Jones' Blog:
Solar System
August 26, 2008 @ 07:54:33

Paul Jones points out a new system for the Solar framework that will help those new to using it get started - a sample application that you can grab from Subversion in the traditional "hello world" style.

In the spirit of some other framework projects, the Solar Framework for PHP 5 now offers a ready-to-use Solar system to get new users off to a quick start. It's not prepared as a tarball just yet, but it is available for checkout or export using Subversion from http://svn.solarphp.com/system/trunk.

The sample installation creates a front controller, an authentication system and a "bookmarks" application to give you an idea of how everything fits together. You can get more information on each of these parts and how they all work on the Solar manual/wiki.

0 comments voice your opinion now!
solar php5 framework sample application helloworld bookmarks svn subversion



Zend Developer Zone:
Sample Chapter From Pro PHP, Patterns, Frameworks, Testing and More
April 11, 2008 @ 15:38:35

The Zend Developer Zone has posted a sample chapter from a new book Packt Publishing has put out called "Pro PHP, Patterns, Frameworks, Testing and more by Kevin McArthur.

So today you get a double bonus. You get to check out Pro PHP, Patterns, Frameworks, Testing and more by Kevin McArthur. You also get a great tutorial on SPL!

The sample chapter looks (obviously) at the SPL, the Standard PHP Library - functions included with PHP5 releases to accomplish some pretty cool things.

0 comments voice your opinion now!
packt publishing sample chapter patterns frameworks testing


Tomas Petricek's Blog:
Writing Silverlight applications in PHP
January 10, 2008 @ 08:47:00

On his blog, Tomas Petricek shows how to create Silverlight applications inside of PHP using the Microsoft development tools.

Shortly Silverlight is a cross-browser platform that can be used for developing client-side components that run in the web browser and contain rich media, graphics and can interactively communicate with the user. The language that can be used for writing Silverlight code can be in general any .NET language, so our goal is to allow using PHP by making Phalanger compatible with Silverlight.

He has two demo applications - a simple car app and a helicopter game - he uses as examples. He focuses on the simpler of the two, the car demo, and gives the XAML source, the code for the PHPX file and talks some about the method of deployment that'd need to be used to get the app out to others.

You can download the complete source for the examples (including the Phalanger Silverlight runtime) as well.

0 comments voice your opinion now!
silverlight application library tutorial demo sample silverlight application library tutorial demo sample


IBM developerWorks:
Building the DB2 Health Monitor Sample Application for PHP (Part 2)
January 10, 2008 @ 07:52:36

On the IBM developerWorks website there's a new tutorial (part 2 of the series, here's part 1) about creating the DB2 Health Monitor sample app:

DB2 9 pureXML technology allows businesses to improve data integrity and avoid legacy data lock-in. It enables application developers to utilize the best storage medium for the task and eliminate the middle-tier application logic previously required to take advantage of Web services.

PHP's role in the creation is to generate the XML that the system needs to communicate between the application and the database.

0 comments voice your opinion now!
sample application health monitor db2 tutorial sample application health monitor db2 tutorial


Mike Potter's Blog:
Sample Code From PHP / Flex e-Seminar
July 06, 2007 @ 12:03:00

Mike Potter points out that the code from the previous PHP/Flex e-seminar [zip] has been posted and is ready for download.

f you have any questions, or are new to Flex and PHP, you should download the Flex / PHP Test Drive from flex.org/php. That page also has a link to the PHP FlexCoders email list, where you can post questions about Flex and PHP. If you have any questions about the code in particular, you can post them to this blog entry, and I'll be happy to answer them.

Also included in his post are instructions on getting things compiled and working to be able to use the example code on your system.

2 comments voice your opinion now!
sample code flex eseminar adobe flexcoders sample code flex eseminar adobe flexcoders


Zend Developer Zone:
The Definitive Guide to symfony - Sample Chapter
March 15, 2007 @ 13:56:00

The Zend Developer Zone has posted a sample chapter of one of the latest APress PHP-related releases, "The Definitive Guide to Symfony".

Continuing in their tradition of having their finger on the pulse of PHP, apress has recently released their latest title, The Definitive Guide to symfony. My friend, Julie Miller sent me over the first chapter to share with you.

The chapter [pdf] is the beginning of the book, the introduction to get you started on the road to using the framework.

0 comments voice your opinion now!
sample chapter definitive guide symfonyframework apress pdf sample chapter definitive guide symfonyframework apress pdf


David Coallier's Blog:
Zend PHP 5 Certification Self-test
March 12, 2007 @ 09:16:00

For those looking at taking the Zend PHP Certification but aren't quite sure what will be on the test, Zend has a sample test you can take to get a glimpse into it. David Coallier has taken it one step further and has posted the answers to the exam on his blog.

Are you someone preparing for the Zend PHP5 Certification ? Have you tried the online self test ? Well here I am giving up the answers so you can help and correct yourself if you didn't get 100% (8/8)

He also recommends taking the test if you'd like to give your career that little extra boost. It helps separate you from the pack and give you something real to show you know a little something about the language.

2 comments voice your opinion now!
zend php5 certification sample selftest answers zend php5 certification sample selftest answers


Symfony Project:
Book preview read the Unit Tests chapter
January 19, 2007 @ 11:44:00

With unit testing becoming more and more prevalent in development of online applications (especially PHP), it's good to see some of the frameworks giving their users as much information as possible. The symfony project has done just that as a part of a larger book on the framework.

You're probably curious to see if what we wrote in this book is really helpful and practical. So we decided to offer you a sample of the book, in PDF format, and that's precisely Chapter 15 about units and functional tests.

To check out this sample chapter from thei upcoming book (the chapter on unit testing), download it here or just grab 0 comments voice your opinion now!
symfony book sample chapter unit test apress framework symfony book sample chapter unit test apress framework


Zend Developer Zone:
PHP and MySQL By Example - Sample Chapter
January 02, 2007 @ 10:25:00

The Zend Developer Zone has posted a bit of info of special interest to those out there working with PHP and MySQL. Prentice Hall has posted a sample chapter of their "PHP and MySQL By Example" book for public consumption.

Most developers I know of either love or hate Regular Expressions, me personally, I hate them. Yes, they do the job and usually do it elegantly but it's hard to find a more arcane sub-language than regex.

Obviously, the sample chapter talks about regular expressions - specifically what they are, what functions in PHP use them, their use, and enough examples to keep you busy for a long time.

Want to share this story with more people? Digg it!

0 comments voice your opinion now!
mysql sample chapter prenticehall regular expression mysql sample chapter prenticehall regular expression


Greg Beaver's Blog:
Sample chapter of PEAR Installer Manifesto available
December 18, 2006 @ 09:23:00

Greg Beaver points out today that the sample chapter [pdf] of the "PEAR Installer Manifesto" has been posted by Packt Publishing.

Packt has put up a sample chapter, Chapter 5 "PEAR Channels: releasing to the world" up at http://www.packtpub.com/files/SampleChapter-The-PEAR-Installer-Manifesto.pdf. Check it out to see what you're missing if you don't already own the book.

The chapter he points to talks about setting up a channel (using Chiara_PEAR_Server) and why they're the "killer features in PEAR 1.4.x+".

You can get the full information on the book from its page on the Packt Publishing website and order it directly or from another retailer.

0 comments voice your opinion now!
pear installer book packt manifesto sample chapter pdf pear installer book packt manifesto sample chapter pdf



Community Events











Don't see your event here?
Let us know!


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

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