Posts Tagged ‘PHP’

10 signs to identify crap PHP project

Useful article on 10 useful signs to identify crappy PHP project. A summary list,

The software tries to reinvent the object model, or “fix” language features.
The code includes user defined global variables
Scattered HTML and SQL
Classes do too much
Lots of properties are public or lots of properties are static
Multiple levels of inheritance
The authors try to use [...]

Read the rest of this entry »

oscommerce nightmare

An article criticizing oscommerce is a nightmare. I could not agree more. I have give up on it long long time ago. The overall structure is a  mess. But if you go to freelance site like scriptlance, getafreelancer. You will notice there are still project that requesting oscommerce application. I think prime reason that there [...]

Read the rest of this entry »

Comparison between storing images/files in mySQL and on filesystem.

There was a discussion in regard to “store images in MySQL” in one of WebHostingTalk forum. Many believe that storing images/large set of data in mySQL will hurt performance, specially when you want to do query. Unfortunately I could not find any resource in regard to this or support this. So I set off to [...]

Read the rest of this entry »