News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

David Coallier's Blog:
XDebug to finally get a Web Frontend
0 comments :: posted Monday May 05, 2008 @ 09:33:28
voice your opinion now!

In a new blog entry today, David Coallier has posted about two new offerings that are in the works for a web-based frontend to XDebug:

For quite a while in the PHP Community (And even myself) I have heard people asking about either an online tool to work on cachegrind output files or a cross platform tool that would have the ability to do what KCacheGrind does on Linux but for Windows and OSX.

He mentions the origin of the idea for a cachegrind app as a part of the Google Summer of Code (that did get accepted and will be worked on by Chung-Yang Lee). The other, Webgrind is an independent project from the other but looks equally as promising.

Check out Vinu Thomas' thoughts on the matter too.

tagged with: xdebug web frontend kcachegrind wincachegrind webgrind


Hasin Hayder's Blog:
How to make your own springloops in PHP
3 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

Zend Developer Zone:
ZendCon Sessions Ep 10 Build a Sexy Front End to a Zend Framework Powered App
1 comment :: posted Thursday March 06, 2008 @ 07:58:00
voice your opinion now!

The Zend Developer Zone has posted the latest session as recorded at last year's Zend/PHP Conference & Expo - a talk from Renaun Erickson about a front end to a Zend Framework application.

Welcome to The ZendCon Sessions. This episode of The ZendCon Sessions was recorded live at ZendCon 2007 in Burlingame, CA. We hope you enjoy today's session as we listen to Renaun Erickson present "Build a Sexy Front End to a Zend Framework Powered Application".

You can catch this latest episode in one of three ways - use the in-page player, download the mp3 or you can add the feed for the series to your aggregator of choice and get this and other great session recordings from the conference.

tagged with: zendframework frontend application zendcon2007 conference

Robert Swarthout's Blog:
PHP frontend to Subversion (SVN)
1 comment :: posted Thursday February 01, 2007 @ 10:33:00
voice your opinion now!

In a new post to his blog, Robert Swarthout about a PHP frontend he's been developing for working with Subversion repositories:

The frontend needed to be designed in such a way that each developer could access their working copies and make the full range of actions against them. I decided to also use an AJAX setup so that pages would be quickly loaded and updated by a single toggle of a folder.

A few issues popped up, including tracking edits correctly through the interface. His solution revolved around an Apache MPM that could serve different pages to different users and groups. With this solution in place, the functionality could be built up, a list of which he provides including:

  • create working copy from repository (svn checkout)
  • svn blame
  • svn delete
  • search files (via a grep/find combination, omitting .svn folders)
  • svn rename

tagged with: frontend subversion repository apache mpm ajax interface frontend subversion repository apache mpm ajax interface


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

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