160by2 - Free SMS Online

Custom Search

Saturday, July 26, 2008

Free Books for PHP Web Development Book 4:

Book 41: Learning PHP Data Objects







Book description:

    This book is for PHP developers who need to use PHP Data Objects (PDO) for data abstraction.

Covering an overview of PDO, getting started, error handling, prepared statements, handling rowsets, advanced uses,

and use in an MVC application, it first describes the topic, then gives step-by-step instructions for a particular example.

A final appendix covers the object-oriented features of PHP 5. Readers should be familiar with PHP and aware of the basics of

data abstraction. Lighter, faster, more powerful than existing data abstraction interfaces, PDO is an open-source query

abstraction layer for accessing databases and manipulating returned records that is used with a database-specific PDO driver

to access a particular database. It has the same role as classic database abstraction layers such as ODBC and JDBC. PDO ships

with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5,

and so will not run with earlier versions of PHP.


Book Link:
Download




Book 42: Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites







Book description:

    PHP and MySQL are quickly becoming the de facto standard for rapid development of dynamic,

database-driven web sites. This book is perfect for newcomers to programming as well as hobbyists who are intimidated

by harder-to-follow books. With concepts explained in plain English, the new edition starts with the basics of the PHP

language, and explains how to work with MySQL, the popular open source database. You then learn how to put the two

together to generate dynamic content.


Book Link:
Download







Book 43: PHP Web 2.0 Mashup Projects







Book description:

    This practical tutorial has detailed, carefully explained case studies using PHP to build new,

effective mashup applications, which combine data from multiple external online sources into an integrated Web 2.0 experience.

If you are confident with PHP programming and interested in mashing things up, this book is for you! All you need to know about

formats, protocols, web services, and web APIs is covered as you learn to write PHP code to remotely consume services

like Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo!, Last.fm, the Internet UPC Database, and even the California

Highway Patrol Traffic data! The 5 real-world PHP projects each start with an overview of technologies and protocols needed

and then dive into the tools used and details of creating the project, and you can download each project’s source code.

You will learn how these technologies work with each other and how to use this information, together with your imagination,

to build your own cutting-edge websites.


Book Link:
Download






Book 44: Essential PHP Security







Book description:

    Being highly flexible in building dynamic, database-driven web applications makes the PHP programming

language one of the most popular web development tools in use today. It also works beautifully with other open source tools,

such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for

malicious attackers, and developers need to prepare for the attacks.


    Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security

explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks

and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you

are about to learn in this book.

File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!


Book Link:
Download






Book 45: Making Use of PHP







Book description:

    PHP has an edge over locked-in solutions such as JSP and ASP for most Web development work because

it is a cross-platform technology. Surveys indicate that PHP is rapidly becoming the most widely used Web scripting language

and PHP skills are now considered essential for many Web developers.


Book Link:
Download







Book 46: PHP Hacks Tips and Tools For Creating Dynamic Websites







Book description:

    Programmers love its flexibility and speed; designers love its accessibility and convenience.

When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently

used on more than 19 million web sites, surpassing Microsoft's ASP .NET technology in popularity. Not surprisingly, this

surge in usage has resulted in a number of PHP books hitting the market. Only one, though, takes the language beyond

traditional Web programming and into mapping, graphing, multimedia, and beyond: PHP Hacks.



    In PHP Hacks, author Jack Herrington wrings out his 20 years of code generation experience to deliver hands-on tools

ranging from basic PHP and PEAR installation and scripting to advanced multimedia and database optimizing tricks.

    On the practical side of things, PHP Hacks helps you develop more robust PHP applications by explaining how to improve

your database design, automate application testing, and employ design patterns in your PHP scripts and classes. In the category

of "cool," Herrington explains how to upgrade your Web interface through the creation of tabs, stickies, popups, and calendars.

He even examines how to leverage maps and graphics in PHP.

File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!


Book Link:
Download






Book 47: PHP Cookbook



Book description:

    PHP Cookbook has a wealth of solutions for problems that you'll face regularly. With topics that range

from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes"

-- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions

that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the

new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML,

building web services with PHP, and working with SOAP/REST architectures.

File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!


Book Link:
Download






Book 48: SOA and WS-BPEL







Book description:

    This tutorial guide for anyone wanting to start building Service-Oriented Architecture applications using powerful,

free tools explains in detail how to build and deploy them by creating Web Services with PHP, combining them into SOAs with WS-BPEL

using free ActiveBPEL Designer, and deploying composite WS-BPEL-based orchestrations to the open-source ActiveBPEL engine.

Unlike many books on SOA, it is not focused on architecture, but discusses practical aspects of SOA and WS-BPEL development with

many examples, showing you how to apply architecture in practice. In SOA, Web Services are part of a business process determining the

logical order of Service Activities - logical units of work performed by one or more services. Today the most popular tool for organizing

service activities into business processes is Web Services Business Process Execution Language (WS-BPEL). A graphical WS-BPEL tool like

ActiveBPEL Designer can significantly simplify defining a business process with WS-BPEL.


Book Link:
Download






Book 49: Intrusion Detection with SNORT, Apache, MySQL, PHP, and ACID







Book description:

    This guide explains how to deploy and maintain the Snort open source intrusion detection system on a network,

and provides custom scripts for integrating Snort with an Apache web server and MySQL database. It offers instructions for writing

Snort rules, configuring input and output plug-ins, and using the analysis console for intrusion detection (ACID) tool to

analyze Snort data on a web-based user interface.


Book Link:
Download







Book 50: CodeIgniter for Rapid PHP Application Development







Book description:

    CodeIgniter (CI) is a powerful open-source PHP framework with a very small footprint, built for PHP coders

who need a simple and elegant toolkit to create full-featured web applications. CodeIgniter is an MVC framework, similar in some

ways to the Rails framework for Ruby, and is designed to enable, not overwhelm.


Book Link:
Download



Free Books for PHP Web Development Book 3:

Book 21: Lynda.com - Setting Up PHP 5 for Windows with Apache or IIS



Book description:

    In this title, Kevin Yank, author of the book Build Your Own Database Driven Website

Using PHP & MySQL, explains how to set up a complete web server on Windows. The training covers PHP 5,

as well as the Apache web server and IIS. Targeted toward those new to web programming and experienced programmers

alike, this tutorial, published by SitePoint, is a thorough guide to setting up PHP 5 and Apache or IIS on Windows.


Book Link:
Download

Password:
www.darkwarez.pl





Book 22: Beginning PHP and MySQL E-Commerce



Book description:

    Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition covers every step

of the design and building process involved in creating powerful, extendable e–commerce web sites. Based around a real–world

example involving a web site selling t–shirts, you’ll learn how to create and manage a product catalog, build and integrate a

shopping cart, and process customer accounts and PayPal/credit card transactions.



    With the e–commerce framework in place, authors Emilian Balanescu and Cristian Darie show you how to integrate advanced

features sure to set your web site apart from the competition. You’ll learn how to expand your catalog using Amazon Web Services,

optimize the web site for the search engines, and take advantage of Ajax to build an even more user–friendly shopping cart.


Book Link:
Download






Book 23: Smarty PHP Template Programming And Applications



noimage
Book description:

   


Book Link:
Download






Book 24: Complete Idiot’s Guide To Verbal Self-defense



Book description:

    You’re no idiot, of course. You know it’s unhealthy to obsess about a waiter’s insulting remarks,

and you’re tired of hearing your “best friend” remind you of your shortcomings. But when it comes to actually confronting

the verbal bullies in your life, you feel like your yellow streak has turned into stripes. Don’t swallow your pride just yet!

The Complete Idiot’s Guide to Verbal Self-Defense, by best-selling author Dr. Lillian Glass, shows you how to take

control of the situation.


Book Link:
Download






Book 25: O'Reilly Learning PHP 5



Book description:

   


Book Link:
Download

Password:
super-warez.com






Book 26: Sams PHP 5 Unleashed







Book description:

    Over 12 million Internet domains worldwide use the PHP language to power their websites. If you are a programmer

included in this group, or would like to be one, you should pick up a copy of PHP Unleashed. The definitive guide in PHP programming,

PHP Unleashed thoroughly and authoritatively covers the release of PHP 5, as well as advanced topics not found in other books.

It begins with a detailed summary of the basics and then quickly moves on to more advanced topics such as working with data, outputting

graphical data and building complete applications. Whether you're an experienced programmer and new to PHP, or an experienced PHP programmer

but new to PHP 5, this is the one PHP book you need in your library.


Book Link:
Download

Password:
super-warez.com






Book 27: VTC - PHP Tutorials, 9.5 hrs / 92 lessons


Book description:

    PHP (Hypertext Preprocessor) is a tool that lets you create dynamic web pages. PHP-enabled web pages

are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages.

Virtual Training Company's tutorial is taught by Joshua Mostafa and shows you how to get the most out of using PHP.

He begins with the basics and takes you smoothly through all you need to know to use PHP in creating an incredible web site.


Book Link:
Download Part 1

Download Part 2

Download Part 3






Book 28: PHP Phrasebook Essential Code and Commands







Book description:

    If you were traveling in Spain, but couldn't speak Spanish very well, you'd probably carry a Spanish dictionary with you.

If you are a PHP developer who needs a portable reference guide for frequent use in your job, the PHP Phrasebook is perfect for you.

The PHP Phrasebook is actually a pocket guide that is jam-packed with useful and essential PHP code "phrases" for the PHP developer's

everyday use. The code is flexible, so it can be easily adapted to your needs and mulitple situations, and your time isn't wasted wading

through chapters of tutorial lessons and extraneous information. The phrasebook covers PHP 5 and is relevant for PHP 4.

File Instruction :-
1) Open it with Winrar.
2) Password : www.lemonshare.net
3) Enjoy!




Book Link:
Download






Book 29: PHP Oracle Web Development



Book description:

    This practical book for PHP/Oracle developers is built around well explained, easy-to-follow example code to build robust,

efficient, secure solutions covering popular current topics on using PHP with Oracle. Assuming no special skill level,

experienced author Yuli Vasiliev shows how to install and configure PHP and Oracle; connect PHP to Oracle; move application business

logic to Oracle; build transactional applications; use security features; improve performance with caching; employ XML features;

implement SOAP web services; build Ajax-driven PHP/Oracle solutions. Building and deploying PHP applications on Oracle Database

combines the power and robustness of Oracle with the easy, rapid development of open-source PHP to achieve high-performance, scalable,

reliable data-driven web applications with minimal effort. Unlike some other databases, Oracle allows building the key business logic

of PHP applications inside the database, moving data processing from web server to database server.


Book Link:
Download






Book 30: PHP in a Nutshell (In a Nutshell)







Book description:

    PHP in a Nutshell is a complete reference to the core of the language as well as the most popular PHP extensions.

This book doesn’t try to compete with or replace the widely available online documentation. Instead, it is designed

to provide depth and breadth that can’t be found elsewhere. PHP in a Nutshell provides the maximum information density on PHP,

without all the fluff and extras that get in the way. The topic grouping, tips, and examples in this book complement the online

guide and make this an essential reference for every PHP programmer. This book focuses on the functions commonly used by a

majority of developers, so you can look up the information you need quickly.


Book Link:
Download




Free Books for PHP Web Development Book 2:

Book 11: Ruby on Rails for PHP and Java Developers







Book description:

    The web framework Ruby on Rails for developing database based web applications

provides a Model-View-Controller framework. The required web server WEBrick is included with Ruby on Rails.

The framework is configured with the MySQL database by default, but may be configured with another database.


    The book covers developing web applications with Ruby on Rails. Technologies discussed include Ajax, directory services,

and web services. A comparison is made with PHP, the most commonly used scripting language for developing web applications.


Book Link:
Download




Book 12: Sams Teach Yourself PHP in 10 Minutes



Book description:

    Are you one of those people who think there isn?t anything substantial that you can do in only 10 minutes?

Think again. Sams Teach Yourself PHP in 10 Minutes is a no-fluff, just-the-answers guide to building dynamic websites using PHP.

Broken into 10 minute lessons, you will gain a rapid working knowledge of PHP 5 and be able to immediately put that knowledge to

use in practical applications. Who ever would have thought there was so much you could do in just 10 minutes!


Book Link:
Download







Book 13: Web Publishing with PHP and FileMaker 9







Book description:

    Whether you are a FileMaker developer who is new to web publishing, a web developer who is new to FileMaker,

or a complete beginner looking to put your data online, this book is for you.


In Part I, you learn the basics of how web publishing works and how to write your own HTML and PHP. In Part II, you learn how to build

a FileMaker database and install and configure the FileMaker Server to host the database. In Part III, you learn how to put it

all together to create web pages that talk to your database and allow people to view the data and, if you like, modify it.

Throughout the book, publishing a FileMaker Product Catalog to the web is used as an example. Each chapter builds on the

previous chapter. When you are done, you will have a working website!


Book Link:
Download






Book 14: Ajax And Php Building Responsive Web Applications







Book description:

   


Book Link:
Download






Book 15: Learn PHP in 24 Hours








Book description:

    Step-by-step instructions for using PHP, a popular Web scripting language. Coverage progresses from first

principles to a working knowledge of the PHP programming language, with chapters covering basic features of the language,

functions and techniques, and library code. Chapter quizes and exercises are included. An understanding of the Web and of HTML

is assumed, and some of the examples are written to work with SQL databases. Although no prior knowledge of programming is required,

some experience with a language such as C or Perl is helpful.


Book Link:
Download







Book 16: Global Announcement







Book description:

    Beginning PHP and MySQL: From Novice to Professional, Third Edition offers a comprehensive introduction

to two of the most prominent open source technologies on the planet: the PHP scripting language and the MySQL database server.

Updated to introduce the features found in MySQL's most significant release to date, readers learn how to take advantage of the

latest features of both technologies to build powerful, manageable, and stable web applications.



    Essentially three books in one, readers not only profit from extensive introductions to the core features of each technology,

but also learn how to effectively integrate the two in order to build robust data-driven applications. Packed with practical

examples and insight into the real-world challenges faced by developers based on author W. Jason Gilmore's 7 years of expertise

working with these technologies, readers will repeatedly return to this book as both a valuable instructional tool and reference guide.


Book Link:
Download






Book 17: Foundation PHP 5 for Flash

]





Book description:

    Our original Foundation PHP for Flash title was rightly regarded as a must-have title when it came to wanting

to learn just how to make your Flash sites make use of backend technologies, that was published way back in the days of Flash 5 and PHP 4,

and things move pretty fast in the world of web design! This latest, completely rewritten, edition again brings together three of the web's

hottest technologies--Flash, the server-side language PHP, and the MySQL database system.


    We've brought things bang up to date, using ActionScript 2.0, PHP 5.0, and MySQL 4.1, the book has been designed to be version-neutral.

In other words, you can be confident that you're working with the latest standards, but that your applications won't break

if deployed on an older server. The book also provides a brief introduction to an alternative database system,

SQLite, which is now automatically bundled with PHP 5 and requires no installation. At each stage of the book

you'll be given an overview of a new area of PHP/MySQL, introducing you to the syntax while showing how it compares

to ActionScript, and how it integrates with Flash to produce increasingly complicated applications. For example, earlier

chapters cover things such as getting data from PHP to Flash and back again, variables, arrays, string manipulation,

validating user input, and feedback forms. Later on, it moves on to more advanced subjects such as creating databases via

the MySQL console and via phpMyAdmin, manipulating database data via a Flash interface, displaying data from an RSS feed in Flash,

persisting data with sessions, and creating a full blown content management system. In addition, to get you up and running,

the book features a detailed guide to setting up your environment - PHP, MySQL, and the Apache web server -

along with extensive troubleshooting information.


    PHP is the language of choice on nearly 18 million domains, and MySQL has more than five million active users,

including industry leaders like Google, the Associated Press, Sony, and NASA. They're open source and free; and with

the help of this book, you'll see that they're easy and fun to learn.


Book Link:
Download






Book 18: Rapid PHP 2007 v8.0.2.77



Book description:

    Rapid PHP editor is a powerful, quick and sophisticated PHP editor that extends far beyond the essentials of

regular PHP editing environments. Convenient features enable you to instantly create and edit not only PHP, but also HTML, XHTML,

CSS and JavaScript code, while integrated tools allow you to easily debug, validate, reuse, navigate and format your code. Whether

you are a professional developer or pure enthusiast, with Rapid PHP editor you can get your job done faster,

save time and increase productivity.


    Rapid PHP Editor is the world's only PHP editor that includes full-scale HTML, CSS and JavaScript editors.

Now you can accomplish more with a single tool.


Book Link:
Download

Password:
Mumbhai.org






Book 19: Web Database Applications With Php and Mysql 2nd Edition







Book description:

    This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template

package and the database-independent query API, are fully integrated into examples and thoroughly described in the text.

In addition, through a complex sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content

are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features,

while providing techniques that can be used on older versions of the software that are still in widespread use.


Book Link:
Download







Book 20: PHP 5 / MySQL Programming for the Absolute Beginner







Book description:

    Are you ready to begin programming with PHP and MySQL? Then get ready to jump right in. You'll get an

introduction to programming with a specific focus on programming web servers with the PHP programming language.

Much of the original content from the first edition (1931841322) is retained, but you'll also cover updates relating

to the upcoming PHP 5.0 release. Following the same format as the popular first edition, this book provides

easy-to-follow instruction. You will use the concepts presented in the book to create games using PHP and MySQL.

As each concept is put to the test, you'll acquire programming skills that will easily transition to real-world projects.

A true beginner's guide, this book enables you to acquire programming skills that you can use in the next language that you tackle.


Book Link:
Download

Password:
Augustiner



Sunday, July 20, 2008

Free Books for PHP Web Development



Book 1: Creating Database Web Applications with PHP and ASP





Book description:

    If you want to add more power and functionality to your Web sites, add some database applications

like a powerful shopping cart or a fun quiz game. Such applications make your site more dynamic, allow you to gather

information, and provide customized experiences for your visitors. Creating Database Web Applications with PHP and ASP

teaches beginning and intermediate designers the fundamentals of creating complex Web applications. By covering both open

source (PHP/MySQL) and proprietary tools (Microsoft ASP and Access), readers gain insight to the strengths and weaknesses

of each. In addition, they learn how to work with both sets of tools and determine which works best for their projects.

Practical examples, including a shopping cart and quiz show, are used to teach the basic concepts behind creating and

testing database code. Every example is also provided in both PHP and ASP for easy comparison and use. With the knowledge

and experience gained here, beginners will learn the fundamental concepts behind these two technologies, while more experienced

developers will learn which technology works best for their specific needs. Exercises, questions, and projects are

included with each chapter.


Book Link:
Download

Password:
super-warez.com





Book 2: PHP 6 And MySQL 5






Book description:

    It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites,

MySQL and PHP provide a winning open source combination. Add this book to the mix, and there's no limit to the powerful,

interactive Web sites that developers can create.


    With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman

gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP)

and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools,

with several sections devoted to creating sample applications.


    This guide is indispensable for intermediate- to advanced level Web designers who want to replace their static sites

with something dynamic.
    In this edition, the bulk of the new material covers the latest versions of both technologies: PHP 6 (due out in 2008)

and MySQL 5 (available now). The book's publication date is likely to beat the official release of PHP 6, making it one

of the first books available on the subject.


Book Link:
Download

Password:
thephoenix-forums.com





Book 3: PHP and MySQL eBooks for Beginners to Experts



Book description:

    These eBooks really work. Download them and become an expert at PHP and MySQL


Book Link:
Learning PHP and MySQL




Book 4: PHP Game Programming



Book description:

    PHP Game Programming offers you the introduction you need to begin creating your own online games.

You'll be amazed at the games you can create with this powerful - and completely free - development tool! Dive right

in as you begin with coverage of server configuration and the major features of PHP. Then you're off and running as you use

PHP to create and manipulate graphics, develop a chess game using a non-relational database, and send and receive data

through sockets. Put your new skills to use as you create your own massively multiplayer online game! From the basics of

PHP and HTML to the exciting task of creating dynamic terrain and Flash movies, "PHP Game Programming" will help you turn

your online game ideas into reality!


Book Link:
Download





Book 5: PHP 5 For Dummies





Book description:



Covers the latest major release of PHP, the most popular open source Web scripting language, in the friendly, easy-to-understand For Dummies style

* PHP is installed on nearly nine million servers, and usage has grown at the rate of 6.5 percent per month for

the past two years
* PHP is easy to learn, well suited for Web development, and can be embedded with HTML, making it a good choice for creating

dynamic Web pages for e-commerce sites and other Web applications; a database-friendly language, it connects easily to Sybase,

MySQL, mSQL, Oracle, and other databases
* Explains how to acquire and install PHP, how PHP's features make it a useful scripting language, and how to use PHP for three

of the most common applications: interactive Web sites, database storage, and common operating system tasks


Book Link:
Download

Password:
thephoenix-forums.com






Book 6: PHP And MySQL Everyday Apps For Dummies






Book description:

    PHP and MySQL Everyday Apps For Dummies is a one-stop reference providing all you need to build dynamic,

real-world, ready-to-use apps with the popular PHP (a scripting language) and MySQL (a database system) software.


Book Link:
Download

Password:
thephoenix-forums.com






Book 7: Learn Linux, Apache, PHP, MySQL Web-Development



Book description:

    Learn Interactive Website Development through Linux, Apache, MySQL and PHP the really easy way


Book Link:
Download






Book 8: Php Developer's Dictionary






Book description:

    PHP Developer's Dictionary is a well-organized, comprehensive reference for PHP programmers.

In addition to providing a complete syntax reference for all core PHP functions and all module functions,

the PHP Developer's Dictionary also provides a complete collection of compilation, installation, and configuration options.

The resulting book provides an indispensable reference for any PHP programmer or administrator overseeing a PHP installation.


    A guide, for Web developers, to using PHP language to create dynamically generated Web pages.

A comprehensive reference to PHP 2, including the language's evolutions and enhancements. Shows how to install

applications, generate HTML, and access databases sing this language, covering every function and property.


Book Link:
Download

Password:
www.warezfreak.org






Book 9: Secure PHP Development: Building 50 Practical Applications







Book description:



* Offers fifty practical and secure PHP applications that readers can immediately put to use
* Explains the entire life cycle of each PHP application, including requirements, design,

development, maintenance, and tuning
* Reviews application development line-by-line and module-by-module to help readers understand

specific coding practices and requirements
* Applications can be readily adapted to many real-world business situations
* CD-ROM contains fifty ready-to-use PHP applications, an evaluation version of Zend tools,

and the latest versions of PHP, Apache, and MySQL



Book Link:
Download







Book 10: Rails for PHP Developers






Book description:

    As a PHP developer, you have some great tools for developing web applications. Ruby on Rails is

another key tool to add to your web development toolbox. Rails is a high-level web development framework that emphasizes

high productivity and clean code. However, the Ruby language and Rails framework take a different approach from the way

many PHP developers write applications.


    Ruby lies at the foundation of Rails, and we'll teach you the Ruby language from the beginning by building

on your existing foundation of PHP. We'll explore Ruby through parallel code examples that illustrate the

differences between the languages, and help you understand the Ruby idioms and how they differ from popular

PHP code and style.


    You'll then learn the Rails framework by iteratively building a complete application, starting from the home

page through to a finished product. Along the way, you'll build your skills as a Rails developer by learning

the Rails fundamentals such as MVC structure, domain modeling, and testing.


    In addition to serving as a guide to learning both Ruby and Rails from a PHP developer's perspective, this book

includes two extensive reference chapters. They map the most common PHP tasks to their equivalents in the Ruby and

Rails world, giving you at-a-glance information that you'll refer to often.



Book Link:
Download






Other Books


MySQL Essentials


Programming PHP-2nd Edition