DevelopmentNow Blog

Category Archives: PHP

What AT&T’s New Data Plans Mean for the Mobile Web

In what is likely to begin an industry-wide clampdown, AT&T has ended its unlimited wireless data plans–a move that is making many iPhone and iPad owners wince.  Users will now have to opt between basic and more robust data plans.   … Continue reading

Posted in Mobile, PHP, Tools, Web, iPhone | View Comments

Convert Arrays to Objects in PHP

We recently needed to convert a complex array structure to an object-based one in PHP. We started off with Marcel’s array2object function but realized that we only wanted to “objectify” associative arrays, and leave non-associative arrays to as arrays. So … Continue reading

Posted in PHP | View Comments

Simple PHP Framework

After spending a ton of time in Ruby on Rails we’re getting back into some more PHP projects. And ASP.NET. Granted, it would be nice to only stick with one language, but a lot of our projects tend to involve … Continue reading

Posted in Frameworks, PHP | View Comments