News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

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


Padraic Brady's Blog:
Subversion for the Example Zend Framework Blog Tutorial Series
0 comments :: posted Friday April 25, 2008 @ 08:48:31
voice your opinion now!

Continuing in his series looking at the construction of a blogging application with the Zend Framework, Padraic Brady has posted a quick new item pointing out the subversion repository for the project if you'd like to follow along:

You should all see a few commits commencing at the weekend. Probably all in one go since I largely have a standard skeleton I use already. [The URL is] http://svn.astrumfutura.org/zfblog/.

He's working live on it so things might break from time to time, but at least you can keep up with his thoughts and ideas on methods for some of the common blogging tasks.

You can find the first two parts of the series here - Part 1 and Part 2

tagged with: zendframework subversion repository blog tool

Hasin Hayder's Blog:
Installing PECL subversion extension for PHP in Ubuntu 7.10
0 comments :: posted Tuesday April 22, 2008 @ 09:48:13
voice your opinion now!

Hasin Hayder has a new post to his blog today about trying to set up the PHP extension for interaction between his scripts and the subversion version control libraries on his Ubuntu linux system.

I was trying to interact with my subversion repositories using PHP yesterday and I knew that PECL has a extension named "SVN" for PHP users. So I tried to install in in my machine by when I tried to install it with the [following] command it always failed.

The trick to his hint is to install the libsvn-dev package (found via a search with apt-get) and installed and compiled in to the PHP installation with the extension. Sample code is included.

tagged with: ubuntu aptget package subversion svn install extension pecl

Brian Moon's Blog:
My Editor of Choice
0 comments :: posted Wednesday October 10, 2007 @ 11:40:18
voice your opinion now!

Brian Moon has posted today about his editor fo choice for PHP work - jEdit and some of the benefits he thinks it has for other developers.

I keep trying all the latest and greatest editors out there. I fought with Eclipse and have tried the newer more PHP centric offerings built on Eclipse. I recently tried out Komodo Edit for a week. I had tried the Komodo IDE when it came out for Mac a while back. But, I just keep coming back to jEdit.

He's broken it down into two (well, really three) different sections - the likes and dislikes followed by things that he "doesn't care about but you might" (including Subversion and CVS support).

tagged with: editor choice jedit review like dislike subversion cvs editor choice jedit review like dislike subversion cvs


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

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