 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Community News: SourceForge.net 2006 Community Choice Awards
by Chris Cornutt April 06, 2006 @ 06:55:33
From the O'Reilly ONLamp.com site today, there's a release about the SourceForge.net 2006 Community Choice Awards winners , and two PHP-based projects have made the list.
From March 15th through the 17th, users within Sourceforge.net were able to nominate projects. From these initial nominations, the finalists were chosen and these choices were made available to the community for voting. The finalists included a range of Open Source solutions ranging from CRM and firewall solutions to anti-virus and Xbox Media Center innovations.
Final voting was conducted March 17 - 23, 2006, and the project winners were selected by voting within 13 key technology categories, plus "Best Overall" project. Nominations and voting were managed by the third-party research firm, Wilson Research.
The PHP projects that made the cut were:
- phpMyAdmin in the "Database Project" and "SysAdmin Project" categories
- A PHP PayPal API in the "Financial Project" section
voice your opinion now!
php community choice awards two projects phpmyadmin paypal api php community choice awards two projects phpmyadmin paypal api
Zend Developer Zone: Blueprint for PHP Applications - Bootstrapping (Part 2)
by Chris Cornutt April 05, 2006 @ 07:40:52
The Jayson Minard continues his "Blueprint for PHP Applications" series on the Zend Developer Zend today in part two, a look at creating and setting up the "bootstrapper" file mentioned previously.
In Part 1 of this article I talked a lot about funneling. Sending every request to one PHP file that then controls the flow of the request into our application code. This one PHP file is called the "Bootstrapper" and deals with everything in common for every request our application receives. The bootstrapper can setup, configure and gift wrap everything that all pages have in common. It can make sure the include path is setup correctly, that the environment is configured correctly, all PHP settings are set, that common model objects are loaded, and that the front controller is invoked to begin your MVC processing.
If you setup the bootstrapper correctly your application code will be more manageable and consistent, along with being easier to write in the first place.
They focus on teh directory structure in this part, demonstrating the correct structure, how to set the .htaccess to coordinate with it, and the creation of a simple PHP file to handle all incoming requests.
voice your opinion now!
php zend framework bootstrapping part two directory structure php zend framework bootstrapping part two directory structure
SitePoint PHP Blog: More PHP frameworks
by Chris Cornutt March 20, 2006 @ 07:16:54
In this post from the SitePoint PHP Blog, Harry Fuecks shares information about two more framework systems for PHP - Tonic and Code Igniter.
Yes I know'"with the framework in progress, we don't need no more stinkin' frameworks. Except there's a couple I've seen recently which are noteworthy. I haven't delved into the source code in any depth'"exploring framework code bases has become as much fun as watching paint dry, but there are some interesting ideas here, if you're looking to new angles on the problem.
The "new angles" he mentions are:
- For Tonic, the fact that it's a "RESTful" environment and feels like web.py in its development
- And for Code Igniter, because it has a "Rails-esque" with an interesting approach to URL mapping.
voice your opinion now!
php framework two more tonic code igniter php framework two more tonic code igniter
PHPBuilder.com: Using XML - A PHP Developer's Primer, Part 2
by Chris Cornutt February 27, 2006 @ 09:22:50
On PHPBuilder.com today, there's the second part in their "Using XML: A PHP Developer's Primer" series.
In the first part of this series, we took a look at how PHP 5 can be used to manipulate and parse XML files. In this installment, we are going to focus on Ajax, one of the most useful and topical applications of XML.
Initially, we are going to introduce Ajax and learn how to use the XMLHTTP object provided by most modern web browsers to create a live email validation form. Then we will pick up where we left off with the theme of XML and introduce XSLT, which we will use to transform our library XML from the previous article into valid XHTML code.
They jump immediately in, starting with the "what is Ajax?" question to provide a good base. The sample application that they help you build to work up your Ajax skills is an email validation app that checks the user's entry as they're putting it in. Of course, all of the PHP and Javascript code that you'll need is provided.
voice your opinion now!
php phpbuilder using xml part two primer ajax email validation php phpbuilder using xml part two primer ajax email validation
|
Community Events
Don't see your event here? Let us know!
|