PHP Function Reference Widget

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
segdeha
Forum Newbie
Posts: 2
Joined: Sat Mar 18, 2006 3:53 am

PHP Function Reference Widget

Post by segdeha »

I've just released a beta of my new PHP Function Reference widget for Mac OS X. I would love to hear from the PHP developers community what you all think of it along with suggestions and bug reports. Here is a rundown of the major features of the widget:
  • Fast lookup of any PHP function (no network connection required)
  • Extensive cheat sheet including regular expressions, $_SERVER variables, fopen() modes, and more
  • Interactive date() formatter – enter a date format string and preview the result
  • Favorites list – save functions to your favorites for quick retrieval
  • Multiple language support – PHPfr ships with the English version of the PHP documentation installed and simple instructions for installing other versions
You can get more info and find a download link for the widget at the following URL:

http://andrew.hedges.name/widgets/#phpfr

Cheers!
-Andrew
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

I haven't downloaded your 'widget', but I just browsed your whole site, v. nice indeed.

I gathered that these widgets are only compatible wit Mac's?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

jayshields wrote:I haven't downloaded your 'widget', but I just browsed your whole site, v. nice indeed.

I gathered that these widgets are only compatible wit Mac's?
Yep... they're for the dashboard on OS X systems. Can't run in windows unfortunately.

Looks good :)
Post Reply