Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Monthly Archives: August 2008

What I believe MVC is – or MVCFDH

There are many interpretations of MVC – there are less definitions but more implementations. I want to cover what I personally do when using PHP for MVC. I call it MVCFDH. What is MVC? A real quick definition of MVC … Continue reading

Posted in PHP, programming | Tagged , | 2 Comments

PHP – Return results of comparison

A useful reminder: you can make use of returning the results of comparisons for is*() functions. Let me explain that further… PHP allows you to get the result of a comparison in a variable. Any variable you can return from … Continue reading

Posted in PHP | Tagged | Leave a comment

Using Eclipse PDT? Check out this wiki

Are you a huge fan of Eclipse PDT (as I apparently am)? You need to check out this Eclipse PDT Wiki. So far, a lot of cool articles. Watch for it to grow in the future!

Posted in Eclipse PDT | Tagged | Leave a comment

Don't forget about Class Constants!

Constants can be great. They can stand for things like web services keys, integers, flags, etc. Basically, anything that you aren’t going to be changing in your script – and most likely things that don’t change much outside of the … Continue reading

Posted in PHP | Tagged | Leave a comment

Adobe Air Log File Watcher

One of the biggest pet-peaves I have is when errors are generated on PHP files between redirects using the header() function. Especially if they’re not a fatal error, you never get to see them! Also, missing files that hit the … Continue reading

Posted in adobe air | Tagged , | 1 Comment