News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Nexen.net:
PHP Statistics for April 2008
0 comments :: posted Tuesday May 06, 2008 @ 15:17:41
voice your opinion now!

Damien Seguy has released the latest PHP statistics for last month - April 2008. Among the highlights are things like:

  • PHP 5.2.5 is now the most popular PHP version, ahead of 4.4.8
  • PHP 5 reaches 36.60% of PHP market share
  • Still a lot of migrations toward 5.2.5 and 4.4.8

You can check out the details on these and other statistics (like PHP usage by country and version) the complete monthly stats and the evolution stats. Oh, and don't forget - Damien and crew are the ones supplying the latest edition of the elePHPants to the PHP community!

tagged with: user statistics popular version market share nexen


Hasin Hayder's Blog:
How to make your own springloops in PHP
2 comments :: posted Monday April 28, 2008 @ 10:26:33
voice your opinion now!

Recently, the Springloops version control system made its debut on the web and was greeted with both skepticism and interest. One developer, Hasin Hayder decided to look at it from a different angle and worked to see how easy it would be to reproduce a similar service.

Springloops is a nice code management service recently came into focus. It helps you to manage the code base of your application, monitor the commit and deploy the final version easily to another server. So if you are wondering how to build such a system and how it actually works, this article is for you.

He breaks it down into the six main topics (as he sees it) that are the core parts of the system - things like payment gateways, setting up subversion and making it user friendly. He goes through each topic, explaining its place in the application and providing some links to resources to help you set it up (or at least learn more about it).

tagged with: springloops webbased frontend version control reproduce subversion

Eirik Hoem's Blog:
Prado Framework 3.1.2 released
0 comments :: posted Thursday April 24, 2008 @ 09:38:49
voice your opinion now!

Eirik Hoem has posted about the latest update of his favorite framework being ready for download - Prado.

My favorite PHP framework just got a new release, adding several new components and fixing 30-ish bugs. The bundled JavaScript libs (Prototype / script.aculo.us) have also been upgraded, so that should help lots of people struggling with the old versions.

You can download the framework from its website and, if you're new to it, check out the tutorial to get you started. Prado is a free PHP5-based rapid application development framework that doesn't go with the usual MVC format of most frameworks. It opts instead for "logic be stored in classes and presentation in templates".

tagged with: prado framework download release version quickstart tutorial

Christopher Jones' Blog:
Oracle Instant Client 10.2.0.4 for Mac OS X Intel x86 is Available
0 comments :: posted Thursday April 24, 2008 @ 07:50:50
voice your opinion now!

Christopher Jones has posted about the latest Instant Client release for the Intel chips running OS X:

Hot off the press, Kuassi points out that Oracle Instant Client for Apple Mac OS X (Intel x86) is now available from the Instant Client page on OTN. It's the latest 10.2.0.4 patchset.

The 10.2.0.4 release of Instant Client for Windows 32bit and Linux x86 have also been released.

The Oracle Instant Client is a lightweight version of the standard Oracle functionality that's not only smaller but allows installation of an Oracle client without having to do the full Oracle install.

tagged with: oracle instant client version download osx intel x86 windows

Padraic Brady's Blog:
Zend Framework 1.5 And What The Future Holds
0 comments :: posted Tuesday April 01, 2008 @ 12:48:38
voice your opinion now!

On his blog, Padraic Brady has posted his thoughts on the Zend Framework and what the latest release of it, ZF v1.5, means for its future in the web development world.

With 1.5, everything that makes the framework attractive has quite simply been boosted. We now have a fully comprehensive complex view aggregation/templating system to play with, we have a forms component, translations are integrated as view helpers. Just rattling off several new features is enough to pull together just how comprehensive and cohesive the framework has become over it's 1.0 predecessor. It's that significant.

He talks about things like Zend_Layout and additions to Zend_Form as well as the community around the framework and some of the places that the framework and its process are still lacking a bit.

tagged with: zendframework version release community future outlook

Community News:
PHP-GTK 2 Released
1 comment :: posted Monday March 03, 2008 @ 13:03:00
voice your opinion now!

The long awaited update to the popular interface creation tool for PHP, the PHP-GTK libraries, has been released - PHP-GTK 2:

After a long development and QA cycle, we are proud to release version 2.0 of PHP-GTK. This release, named leap day special, marks PHP-GTK 2 as stable and comes with support for GTK+ versions 2.6 through 2.12. Although support for more recent versions than 2.8 is not 100% complete, we hope to cover as much of the API as possible in upcoming releases.

Several bloggers are also happy about the news including Elizabeth Smith and the PHP-GTK Community site

You can grab this latest download download page on the official PHP-GTK site (and check out the links to some of the great PHP-GTK resources out there too).

tagged with: phpgtk version release update leapdayspecial

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

Developer Tutorials Blog:
PHP Web Hosts The Version Dilemma
0 comments :: posted Tuesday February 05, 2008 @ 09:31:00
voice your opinion now!

In this post to the Developer Tutorials blog, Akash Mehta talks about the "version dilemma" that developers face when looking for good hosting - with all of the push towards PHP5 these days, why is it that so many hosting environments are still running on PHP4?

If you purchase a cheap hosting account with many of the major web hosts around today, chances are they will be running PHP 4. The problem for web hosts is this: the PHP community may have moved on from version 4, but a lot of the code out there hasn't.

He recommends one solution that several hosting providers are starting to gravitate towards - offering both to their customers and allowing them to switch between them (via something like cPanel).

tagged with: version dilemma php4 php5 hosting application cpanel

CodeIgniter.com:
CodeIgniter 1.6 Hits the Streets
0 comments :: posted Thursday January 31, 2008 @ 07:59:00
voice your opinion now!

The latest version of the CodeIgniter framework has officially been released - version 1.6:

EllisLab is proud to announce the release of CodeIgniter 1.6, our open source web application framework. The release marks a new turn in the development of the framework, and has received considerable attention from both EllisLab developers and the community.

There's lots of new features in this new release including a Database Forge class, improvements to their Active Record implementation, an extendable Model class, and the addition of extendable Helpers.

You can find out more about the framework on the project's homepage or just head straight to the downloads section and grab the latest updates.

tagged with: codeigniter framework release version improvement functionality

Community News:
The PDO v2 Proposal
0 comments :: posted Friday January 25, 2008 @ 08:58:00
voice your opinion now!

Wez Furlong posted a request for comments to the php.internals and php.pdo mailing lists yesterday about a new ly proposed update to the current PDO functionality - PDO 2. He just wants to clear up a few things...

It became apparent over the past year or so that PDO has been a good and valuable addition to PHP. [...] We believe that having direct involvement from the data access providers would be most effective, which is why we set out to try and get them on board.

There were three steps they would need to make to push things to version two (documentation, define scope/direction and organize data provider integration methods) and the proposal that has caused a huge stir in the community - the idea of requiring a CLA contributors would need to sign.

Comments to this point from the community include:

tagged with: pdo data abstraction layer version cla require


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

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