 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Anthony Ferrara's Blog: PHP's Source Code For PHP Developers - Part 1 - The Structure
by Chris Cornutt March 13, 2012 @ 09:16:19
Anthony Ferrara has started a new series of posts to his blog that will introduce you to the source behind the project - the code that makes PHP tick. In this first part of the series, he gives more of an overview of things like where you can find the source and some basic C concepts.
In this post, we'll walk through the basics of the PHP application: where to find it, the general structure of the codebase and a few really fundamental concepts about the C language. To be clear, the goal of the series is to get a reading comprehension of the source code. [...] Additionally, this series is going to be based off the 5.4 codebase. The concepts should be pretty much the same from version to version, but this way there's a defined version that we're working against (to make it easier to follow later, when new versions come out).
He includes the link to the PHP SVN repository to grab the latest source, talks some about the general structure of the codebase and basic C information in case you're not versed in the language (like variables and pre-processor instructions).
voice your opinion now!
sourcecode guide language svn introduction
Sameer Borate's Blog: Source Code Signatures in PHP
by Chris Cornutt November 10, 2011 @ 13:11:17
In this new post to his blog Sameer Borate applies an interesting method of discovery of structure in unfamiliar code - generating code signatures.
One method [Ward Cunningham] suggests is that of summarizing on a single line select punctuation characters from each source file. He calls this the file's "signature". This will help the developer gauge the complexity of the code base.
He includes a few examples from files in WordPress - looking for the structure of curly braces and semicolons as delimiters for chunks of functionality. Included are a few lines of code to help you generate a signature from any file and an example of a result. It's an interesting idea, but I'm not sure how practical it is. It could be a helpful reference for how complicated the file is, though.
voice your opinion now!
sourcecode signature wordpress complexity
NOLOH.com: Demos, Demos Everywhere
by Chris Cornutt July 01, 2010 @ 12:50:46
The NOLOH project has officially announced the release of a large demos section of their site complete with live examples of the framework in action.
Until now one of the biggest issues with noloh.com was the need to sign-up for a free hosted sandbox, or download NOLOH in order to see it in action. No Longer. We're happy to officially announce the launch of noloh.com's Demo section. The demo section allows you to play with live demos and examples, view their source, download the complete source, and even fork your very own version on github.
Currently there's two examples for you to check out - an implementation of Hangman and an Image Broswer. Their "live example" gives a simple browser to run the application in, a source code viewer and a link to discuss the script. You can also, as they mention, fork it directly on github or just download it directly.
voice your opinion now!
noloh framework developer sandbox live sourcecode
Sebastian Bergmann's Blog: PHPUnit Development Moved to GitHub
by Chris Cornutt December 28, 2009 @ 08:14:55
Sebastian Bergmann, developer of the PHPUnit unit testing software for PHP, has posted about a major move of the source code for the project over to github.
I was hearing more and more positive things about Git and GitHub from my peers. So I took the PHP_ObjectFreezer code base and migrated it to Git and hosted the repository and GitHub to experiment with both the tool and the platform. It was a step that I did not regret and all the projects that I started since then are hosted on GitHub: bytekit-cli, phpcpd, phpdcd, phploc, PHP_CodeCoverage, PHP_FileIterator, PHP_ObjectFreezer, Text_Template, PHP_TokenStream.
He explains some of his thinking behind the move and why he moved towards a distributed version control model rather than something like subversion. So, if you're looking for the latest sources for PHPUnit, you'll find them here. (He also includes the steps he took to import the code into github by making use of the svn2git tool).
voice your opinion now!
phpunit github sourcecode repository
PHP Magazin: Marketing Open Source PHP Applications
by Chris Cornutt July 23, 2008 @ 12:03:02
Sandro Groganz has pointed out a new article in the latest issue of the German publication PHP Magazin about marketing open source PHP software titled "Auf die offene Art".
Good source doesn't always speak for itself because the better product does not always establish itself without help. Why is that? This article gives some answers as to how a PHP-based product can be presented well in the market with the right marketing and community as a PHP based product well in the market can be placed through appropriate marketing and communication palatable to potential customers.
You can get your copy of this latest issue (German only) from the PHP Magazin website (with a cover story looking at the DojoX framework).
voice your opinion now!
phpmagazin opensource application marketing sourcecode
|
Community Events
Don't see your event here? Let us know!
|