Search Results

2
votes

What do you use to deploy your Web Applications?

One of the things used in a previous company was - believe it or not - RPM files. When we built our software, all the various parts of it would be packaged into RPM files, which were then deployed …
7
votes

What are the benefits of OO programming? Will it help me write better code?

Objects help encapsulate complexity. For most PHP programming, it's impossible to write good, clean code for any reasonably complicated application. Writing OO PHP helps you put that code into its …