News Feed
Jobs Feed
Sections




News Archive
feed this:

SitePoint PHP Blog:
More PHP frameworks
March 20, 2006 @ 07:16:54

In this post from the SitePoint PHP Blog, Harry Fuecks shares information about two more framework systems for PHP - Tonic and Code Igniter.

Yes I know'"with the framework in progress, we don't need no more stinkin' frameworks. Except there's a couple I've seen recently which are noteworthy. I haven't delved into the source code in any depth'"exploring framework code bases has become as much fun as watching paint dry, but there are some interesting ideas here, if you're looking to new angles on the problem.

The "new angles" he mentions are:

  • For Tonic, the fact that it's a "RESTful" environment and feels like web.py in its development
  • And for Code Igniter, because it has a "Rails-esque" with an interesting approach to URL mapping.
0 comments voice your opinion now!
framework two more tonic igniter framework two more tonic igniter


Jim Plush's Blog:
AJAX, PHP and Javascript Errors - How to get more data
January 02, 2006 @ 16:09:01

Via our sister site, AjaxDeveloper.org today, there's a pointer to this post on Jim Plush's blog - "AJAX, PHP and Javascript Errors - How to get more data".

Javascript is a powerful tool in the web programmers toolbox however, it's also one of our greatest headaches. Dealing with browser inconsistencies is always a source of great pain. You test on multiple platforms, find everyone you know with a mac running safari and think you have your code locked down however it rarely always works out this way. Being able to detect javascript errors in the wild can be a great resource for you to really see how your code is performing on a day to day basis.

The key to it is that it uses a global function that IE and Mozilla both have to create a global-level error handler for the page - "onerror". He shows you how, with a few simple lines, you can create the function (with an alert inside) and, together with a little bit of Ajax and PHP magic, write it out to an error logging script for review...

0 comments voice your opinion now!
ajax javascript get more data error log ajax javascript get more data error log



Community Events











Don't see your event here?
Let us know!


development api database zendframework2 opinion community testing unittest framework functional language composer code phpunit release series interview podcast example introduction

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