Tagged Questions
1
vote
2answers
297 views
PHP common uses for the Command Line
I started with PHP a little while ago. I've been doing a lot of tutorials, practice sites, etc. and it's going great.
One thing I like about PHP is how easy it is to get started (downloading WAMP and ...
3
votes
8answers
1k views
If you were to build an app like Craigslist, would use an off-the-shelf framework or write your own?
Title is the question.
And why I am asking is because from what I read about most PHP frameworks (e.g. Code Igniter, Kohana, Cake, Zend) is that they're ether too complex, or are designed mostly for ...