Quantcast
Channel: PHP
Browsing all 21 articles
Browse latest View live

Referrals update

Browsing the referers leading to my blog, I just noticed one of my recent posts about PHP-GTK2 Console encoding had been noticed by PHPDeveloper, where the reviewers apparently take time to actually...

View Article



Formatting PHP code in Eclipse PDT and Zend Neon

By default, the current Eclipse-based PHP IDE (PDT) uses an indenting style based on One True Brace, and the upcoming Zend Neon version happens to be also Eclipse-based. For developers working with...

View Article

Spaces in PHP variable names

I just found out a very strange PHP feature by browsing the PHP-GTK2 API with the Reflection classes : spaces can be used in some alien places, like variable names.But the doc says you can't !Well, try...

View Article

A Gray code generator in PHP

For a recent case, I had to define the behaviour of a system with a lot of independent conditions to check, which could trigger any number of a set of messages and actions on data, and all of this...

View Article

Debug vanilla

Most of the time, when working on some piece of code, I'll resort to the configured debugger in my current Zend Studio configuration. And you probably do too :-)However, I often have to access...

View Article


Building Hip-Hop, first steps

In case you somehow managed to miss today's announcement, Facebook's Hip-Hop is now available, along with a wiki to show how to build it, and an issue tracker, all on Github.read more

View Article

Optimizing strings in PHP ?

Every so often, I get asked about whether it is really worth it to chase double quotes and constructs like print "foo $bar baz", and replace them with something like echo 'foo', $bar, 'baz', or even to...

View Article

OSInet library converted to PSR0 / PSR1

Over the last few days, I finally decided to revisit the old OSInet PHP library, to dust it off somehow, and convert the class-based parts to PSR0 and the whole to what seems to be liable to become...

View Article


PSR-4, really ?

Yesterday, Seldaek committed PSR-4 support to Composer, as his New Year's Day gift to the PHP community.So, since I always supported PSR-4 in FIG discussions, and after the tl;dr discussion about it...

View Article


Formatting PHP code in Eclipse PDT and Zend Neon

Formatting PHP code in Eclipse PDT and Zend NeonFrederic MarandTue, 2007-08-21 09:24Read more about Formatting PHP code in Eclipse PDT and Zend Neon9 commentsAdd new commentBy default, the current...

View Article

Spaces in PHP variable names

Spaces in PHP variable namesFrederic MarandSun, 2008-05-11 11:37Read more about Spaces in PHP variable names3 commentsAdd new commentI just found out a very strange PHP feature by browsing the PHP-GTK2...

View Article

A Gray code generator in PHP

A Gray code generator in PHP Submitted by Frederic Marand on Sun, 2009-02-22 18:09Read more about A Gray code generator in PHPAdd new commentFor a recent case, I had to define the behaviour of a system...

View Article

Debug vanilla

Debug vanillaFrederic MarandFri, 2009-12-11 12:14Read more about Debug vanilla2 commentsAdd new commentMost of the time, when working on some piece of code, I'll resort to the configured debugger in my...

View Article


Building Hip-Hop, first steps

Building Hip-Hop, first steps Submitted by Frederic Marand on Sat, 2010-02-20 18:41Read more about Building Hip-Hop, first stepsAdd new commentIn case you somehow managed to miss today's announcement,...

View Article

Optimizing strings in PHP ?

Optimizing strings in PHP ? Frederic MarandSun, 2010-04-25 11:07Read more about Optimizing strings in PHP ? 4 commentsAdd new commentEvery so often, I get asked about whether it is really worth it to...

View Article


OSInet library converted to PSR0 / PSR1

OSInet library converted to PSR0 / PSR1 Submitted by Frederic Marand on Sun, 2012-05-06 12:21Read more about OSInet library converted to PSR0 / PSR1Add new commentOver the last few days, I finally...

View Article

PSR-4, really ?

PSR-4, really ?Frederic MarandSat, 2014-01-04 12:24Read more about PSR-4, really ?5 commentsAdd new commentYesterday, Seldaek committed PSR-4 support to Composer, as his New Year's Day gift to the PHP...

View Article


Munin plugins for Beanstalkd in PHP are now 1.0.0

Munin plugins for Beanstalkd in PHP are now 1.0.0 Submitted by Frederic Marand on Sun, 2018-08-12 21:16Read more about Munin plugins for Beanstalkd in PHP are now 1.0.0Add new commentIn 2014, I created...

View Article

Showcase: Migrating FranceTVSport.fr to Drupal 8 and Symfony 4

Showcase: Migrating FranceTVSport.fr to Drupal 8 and Symfony 4Frederic MarandMon, 2019-03-18 14:03Read more about Showcase: Migrating FranceTVSport.fr to Drupal 8 and Symfony 4Add new commentThe...

View Article

Tip of the day: patching legacy Drupal 7 projects with Composer

Tip of the day: patching legacy Drupal 7 projects with Composer Submitted by Frederic Marand on Tue, 2021-01-26 10:30Read more about Tip of the day: patching legacy Drupal 7 projects with ComposerAdd...

View Article
Browsing all 21 articles
Browse latest View live




Latest Images