News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Alan Knowles' Blog:
Licence to release PHP code?
0 comments :: posted Friday March 28, 2008 @ 11:10:37
voice your opinion now!

A little while back, Alan Knowles wondered something that I'm sure has crosses the mind of every PHP developer out there, especially when they came across a particularly bad chunk of code - some people should need to apply for a license before releasing their PHP code out into the wild.

Unlike most of the reviews you get, I was specifically looking at code quality [of the CMSs]. not fuzzy does it look nice!

He looks at a whole list of them including: Tanslucis, Siteman, Pivot, jaf-cms, Guppy, Doop and CutePHP. Unfortunately, most of the news is bad - between badly structured code and mixes of HTML and PHP, there was almost nothing good in any of them.

tagged with: license release cms good bad ugly structure functionality


Stubbles Blog:
Traits for PHP
0 comments :: posted Wednesday February 20, 2008 @ 11:17:00
voice your opinion now!

On the Stubbles blog, Frank Kleine has pointed out a proposal from Stefan Marr to include functionality for traits in PHP.

As a language construct within PHP it would be very easy to do the same, but easier to learn and to use. Beside some keyword issues (the RFC uses "use" as keyword, but this will of course conflict with namespaces) I'm wondering what this will have an impact on reflection - the RFC stays unclear about this.

A trait is a free-floating chink of functionality that, instead of being confined to a class (or file) that has to be called on to use it, exists where the developer can use it from anywhere at any time. This helps solve some of the issues with single inheritance in PHP.

tagged with: trait language functionality independent proposal rfc

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

PHPWACT.org:
Handling UTF-8 with PHP
0 comments :: posted Thursday January 24, 2008 @ 07:51:00
voice your opinion now!

Ed Finkler has pointed out a handy resource for those trying to cope with using the UTF-8 support included in several of PHP's functions - this page on the Web Application Component Toolkit wiki.

This page is intended as a reference for functionality PHP provides which can either help with handling UTF-8 or should be regarded as a risk when used in conjunction with UTF-8 encoded strings. Further information can be found on the Internationalization (I18N) and Character Sets / Character Encoding Issues pages.

It talks about the "dangerous" functionality PHP has (issues that the language has in current functions) when using things like the PCRE extension, the string extension, the array methods, handling variables, the XML extensions (DOM and SAX), image manipulation, and URL parsing functionality.

tagged with: utf8 dangerous functionality pcre xml string array image url


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

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