#4 in Artificial intelligence & science books
Use arrows to jump to the previous/next product

Reddit mentions of PHP 5 CMS Framework Development: Expert insight and practical guidance to creating an efficient, flexible, and robust framework for a PHP 5-based content management system

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of PHP 5 CMS Framework Development: Expert insight and practical guidance to creating an efficient, flexible, and robust framework for a PHP 5-based content management system. Here are the top ones.

PHP 5 CMS Framework Development: Expert insight and practical guidance to creating an efficient, flexible, and robust framework for a PHP 5-based content management system
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Weight1.322773572 Pounds
Width0.72 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on PHP 5 CMS Framework Development: Expert insight and practical guidance to creating an efficient, flexible, and robust framework for a PHP 5-based content management system:

u/lastkarrde ยท 2 pointsr/PHP

I own a copy of PHP5 CMS Framework Development and wrote a review of it here (there are also a couple of other reviews floating online).

I should emphasis that you shouldn't try to emulate the structure of the framework created in that book. For example it doesn't use Zend_Style_Class_Names which was the standard at the time (you should use namespaces) and almost every component of the framework is a singleton (which is bad, depending on who you talk to). That being said the chapters on database abstraction, internationalization and access control are pretty good.

If you want to buy a book that covers each issue/feature a framework needs to address, I recommend this one. It sets out one way of structuring a framework. After reading it you should compare it's structure to other frameworks (Kohana, Symfony2, Yii) and then pick and choose what you like/dislike.

u/omniuni ยท -1 pointsr/webdev

Well, you're going to need PHP, certainly. (Technically, Django or RoR would work as well, but I think PHP is the easiest, and needs almost no setup.)

You'll need to learn about sessions, database connections, and user management in general. I learned it myself from a book. Here's the link:

http://www.amazon.com/PHP-CMS-Framework-Development-management/dp/1847193579