Category: PHP

Migrating to Drupal 7 0

Migrating to Drupal 7

This book will show you how to migrate your content into the Drupal content management system. You’ll start by building a content type in Drupal to hold your migrated content. You’ll then import your content into...

Leveraging Drupal 0

Leveraging Drupal

This book is a step-by-step guide and a hands-on co-piloted experience for those trying to make Drupal powered websites work for them, and for their clients. Much more than a “tutorial”, what is needed is a...

A Programmer’s Guide to Drupal 0

A Programmer’s Guide to Drupal

If you’re a web programmer new to Drupal, this book shows you which programming techniques you can use—and which you should avoid—when building custom web applications with this content management framework. Drupal has its own set...

Pro PHP MVC 0

Pro PHP MVC

Model View Controller (MVC) is becoming the definitive architecture of website development frameworks due to the stability, extensibility and predictability it lends to development. It is not just the primary separation of database, business logic and...

Drupal Rules How-To 0

Drupal Rules How-To

Rules is what every Drupal site builder and developer has to use when creating event – action-based applications. The framework provides a highly flexible way to create sophisticated, condition-based functions any Drupal based system into an...

Laravel Starter 0

Laravel Starter

Laravel is fundamentally changing the PHP web-development landscape. Laravel is bringing the paradigm-shifts that PHP developers have been craving. We now can take control of our application architecture and advance our craft without needing to fight...

Object-Oriented PHP 0

Object-Oriented PHP

It can be tough to learn the concepts of object-oriented programming with a language like C++. Fortunately, PHP’s simple object model makes it an ideal language for learning about object-oriented programming. For the uninitiated, this guide...

Wicked Cool PHP 0

Wicked Cool PHP

PHP is an easy-to-use scripting language perfect for quickly creating the Web features you need. Once you know the basics of how the language works, wouldn’t it be great to have a collection of useful scripts...