News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Zend Developer Zone:
Synchronizing Drupal Modules with Adobe AIR
0 comments :: posted Tuesday May 13, 2008 @ 07:58:10
voice your opinion now!

On the Zend Developer Zone, there's a new article/tutorial showing how to keep things in sync on your Drupal installation with the help of Adobe AIR.

Whether you're an enterprise developer working in a large shop or setting up a blog for yourself, you've almost certainly been tasked with keeping your development code in sync with some type of stable release. Whether a project is big or small, you still need to ensure that the core code you work with remains consistent.

The tutorial walks you through the setup of a basic AIR application, how to pull the configuration XML into it and parsing it to use in the interface. The next step is the sync, grabbing your config and pushing it out to other multiple configs across your sites (via a REST service).

tagged with: adobe air synchronizing module drupal configuration rest webservice


Larry Garfield's Blog:
Drupal 7 gets introspective code registry
0 comments :: posted Thursday May 08, 2008 @ 12:53:14
voice your opinion now!

Larry Garfield talks about a new feature of Drupal 7 in a new post to his blog - the new introspective code registry that's been introduced in this latest version.

As a GHOP Task , Cornil did a performance analysis of Drupal and found its two largest performance drains were the bootstrap process and the theming layer. Quite simply, Drupal spends too much time including code. [...] Fortunately, Drupal 7's self-learning code registry system has just landed, which should obliterate most of the wasted bootstrap cost.

Larry describes the "heart of it all", the token_get_all call, that parses through an entire PHP file, splitting out things like classes included and functions called. This is passed through a function_exists call to the current script and, if it's already there, the file isn't included repetitively.

tagged with: drupal cms code registry tokengetall system functionexists


Stefan Mischook's Blog:
Killer Open Source PHP Projects
0 comments :: posted Friday March 28, 2008 @ 09:36:52
voice your opinion now!

On his blog today, Stefan Mischook has posted his take on some of the killer PHP projects that are out there:

Part of PHP's power is actually found in the variety of open source (free to use) PHP based applications. I'm talking about things like blogs, web frameworks, forums, CMS' etc. I was just thinking, that a list of 'killer' PHP open source projects would be useful

There four on his list so far - WordPress, the Zend Framework, Drupal and Punbb.

To be totally honest about it, we've seen much of the good stuff coming out of the PHP world, in the last few years. PHP developers are leap-frogging ahead with regards to their level of skill and the quality of code they produce.
tagged with: opensource project killer wordpress drupal punbb zendframework

DeveloperTutorials.com:
Installing and Configuring Drupal 6.1
0 comments :: posted Tuesday March 25, 2008 @ 08:46:36
voice your opinion now!

The Developer Tutorials blog has posted this new guide on how to install one of the more popular PHP content management systems out there - Drupal.

One of the most popular CMSs is Drupal, partly because it offers all of the aforesaid features, and partly because developers familiar with PHP (the language used by Drupal) can modify the functioning and appearance of almost every aspect of Drupal.

In this tutorial, we will discuss how to install and configure a brand-new Drupal Web site from scratch. We will also touch upon the basics of adding content to a Drupal installation.

They include useful screenshots along the way as well, helping to guide you through the process a bit better than with just words. There's tons of configuration options that you could mess with in a Drupal installation, but they do well to give you the essential ones that you'll need to get it up and running smoothly.

tagged with: install configure drupal cms setting screenshot

SitePoint PHP Blog:
Drupal 6.0 Released
0 comments :: posted Monday February 18, 2008 @ 09:34:00
voice your opinion now!

The SitePoint PHP Blog has a new post from Matthew Magain spotlighting the release of the latest version of one of the more popular PHP CMS systems out there - Drupal 6.

The Drupal development team surprised everyone when they released version 6.0 last week, ahead of schedule.

Over sixteen-hundred issues were corrected and major changes (like usability improvements, security and an expanded development framework) were introduced. They've even created a screencast to help you set up your own CMS site even faster than before.

Find out more on the Drupal homepage.

tagged with: drupal cms content manage release version improvement bugfix

Scott Klarr's Blog:
PHP Cheat Sheets
0 comments :: posted Friday February 08, 2008 @ 14:37:49
voice your opinion now!

Scott Klarr has pulled together a listing of the top cheat sheets that he's found out there relating to PHP (and things surrounding it) like:

Check out his page for more (and thumbnails for each).

tagged with: cheat sheet language smarty wordpress cakephp drupal

Community News:
Drupal Wins Packt's Overall Open Source Content Management System Award
0 comments :: posted Friday November 02, 2007 @ 12:03:00
voice your opinion now!

Packt Publishing has announced this year's winners for the CMS awards with categories such as "most promising", "best PHP CMS" and the "best open source social networking CMS".

The Packt Open Source Content Management System Award is designed to encourage, support, recognize and reward an Open Source Content Management System (CMS) that has been selected by a panel of judges and visitors to www.PacktPub.com. Following on from the success of 2006, Packt has expanded the Award for 2007 with an increase in prize money and the addition of new categories.

The top three on the Overall Open Source CMS category were (in rank descending) - Drupal, Joomla! and CMS Made Simple. Check out their feature article for more details on Drupal's win.

tagged with: overall opensource drupal joomla content management system cms overall opensource drupal joomla content management system cms


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

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