Posted by: altabel on: May 28, 2012
I’ve been wondering, why lots of PHP-programmers invent their own wheels (CMS, CMF, ORM etc.?), when there are a number of ready practices, ready PHP classes. Almost all typical tasks, that you can face to in web-development, have been already realized in the frameworks. Let’s draw a simplified parallel. Just imagine that you need to [...]
Posted by: altabel on: March 12, 2012
A good PHP framework should improve security, make websites easier to upgrade and should also dramatically reduce the time it takes you to build websites and web applications. The question that now quite a number of developers and beginners ask is : “What is the best PHP framework?” I`ve asked this question (what is the [...]
Posted by: altabel on: February 1, 2011
PHP and Java have somewhat different models of execution, contra posing shared-nothing processes to resident JVMs. But they have also many similarities, like their object-oriented model. I’ve seen many programmers starting to think that Java is old and verbose, and trying to jump on the bandwagon of scripting languages such as PHP and Ruby. But [...]