PHP.js – A cool project recreating PHP function is Javascript

While checking out the new release of the PHP extension for Aptana I came across this cool project –

PHP.js

which is looking to recreate PHP functions in Javascript. Now while it’s better to just handle these
things with proper JS, it is nice to use when you already know the php syntax for a function. What I really want out of this is the print_r function because I’m always running into issues with trying to figure out an object in JS and there aren’t any ways I have found that are as nice as the print_r in PHP. I only use that in debugging and development and will be a great thing to have around for that.

So overall an interesting project to watch.

No comments yet. Be the first.

Leave a reply

You must be logged in to post a comment.