 | News Feed |
Sections
Community Events
|
| feed this: |  |
Hasin Hayder's Blog: How to make your own springloops in PHP
posted Monday April 28, 2008 @ 10:26:33
voice your opinion now!
BY CHRIS CORNUTT
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
posted Thursday April 24, 2008 @ 09:38:49
voice your opinion now!
BY CHRIS CORNUTT
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
Padraic Brady's Blog: Zend Framework 1.5 And What The Future Holds
posted Tuesday April 01, 2008 @ 12:48:38
voice your opinion now!
BY CHRIS CORNUTT
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
posted Monday March 03, 2008 @ 13:03:00
voice your opinion now!
BY CHRIS CORNUTT
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
Developer Tutorials Blog: PHP Web Hosts The Version Dilemma
posted Tuesday February 05, 2008 @ 09:31:00
voice your opinion now!
BY CHRIS CORNUTT
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
Community News: The PDO v2 Proposal
posted Friday January 25, 2008 @ 08:58:00
voice your opinion now!
BY CHRIS CORNUTT
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
|