Building Custom PHP Extensions
Title | Building Custom PHP Extensions PDF eBook |
Author | Blake Schwendiman |
Publisher | Lulu.com |
Pages | 203 |
Release | 2003-09 |
Genre | Computers |
ISBN | 1411601882 |
A comprehensive guide to developing extensions for PHP. Includes detailed examples for using all of the standard atomic and complex PHP variable types. Also includes object-oriented examples and methods for exposing new internal classes.This book is intended for advanced PHP and C programmers looking to either extend PHP directly or to gain a better understanding of the PHP programming internals.Linux and Windows examples are covered.
Advanced PHP Programming
Title | Advanced PHP Programming PDF eBook |
Author | George Schlossnagle |
Publisher | Pearson Education |
Pages | 673 |
Release | 2004 |
Genre | Computers |
ISBN | 0672325616 |
PHP has exploded in popularity, and is now starting to make inroads into large-scale business-critical Web systems. Schlossnagle provides a definitive guide to developing PHP applications for performance, stability and extensibility.
Extending and Embedding PHP
Title | Extending and Embedding PHP PDF eBook |
Author | Sara Golemon |
Publisher | Sams Publishing |
Pages | 437 |
Release | 2006 |
Genre | Computers |
ISBN | 067232704X |
Teaches every PHP developer how to increase the performance and functionality of PHP- based websites, programs and applications.
Comprehensive Php Pear
Title | Comprehensive Php Pear PDF eBook |
Author | Blake Schwendiman |
Publisher | Lulu.com |
Pages | 171 |
Release | 2003-12-01 |
Genre | Computers |
ISBN | 1411603613 |
PEAR is about code reuse. That's the primary motivation for this book. If you're a PHP programmer and you've developed any database projects, PEAR::DB is for you. Over the lifetime of PHP there have been several great database abstractions developed, some OO, some not. PEAR::DB is the standard object oriented database abstraction. As PHP continues to evolve and grow in its user base, more and more developers will be hired to maintain and modify existing code. By standardizing on PEAR, maintenance and upgrades will focus on business-specific code and not general-purpose code such as database access. In-depth coverage of: 1. Installing and configuring PEAR and PEAR::DB on Windows and Linux. 2. Using PEAR::DB to access multiple database back ends including MySQL®, PostgreSQL, Microsoft ® SQL Server, SQLite and others. 3. Much more...
Php Oracle Web Development
Title | Php Oracle Web Development PDF eBook |
Author | Yuli Vasiliev |
Publisher | Packt Publishing Ltd |
Pages | 557 |
Release | 2007-07-30 |
Genre | Computers |
ISBN | 1847193641 |
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.
PHP Hacks
Title | PHP Hacks PDF eBook |
Author | Jack D. Herrington |
Publisher | "O'Reilly Media, Inc." |
Pages | 468 |
Release | 2006 |
Genre | Computers |
ISBN | 0596101392 |
Offering hands-on tools that range from basic PHP and Pear installation and scripting to advanced multimedia and database optimizing tricks, this text includes hacks for integrating with iTunes, generating PDFs and using X10 to control home heating and security with PHP applications.
The Definitive Guide to SugarCRM
Title | The Definitive Guide to SugarCRM PDF eBook |
Author | John Mertic |
Publisher | Apress |
Pages | 263 |
Release | 2010-01-08 |
Genre | Computers |
ISBN | 1430224401 |
SugarCRM is a leading open-source customer relations management tool and development platform with nearly 5.5 million downloads, nearly 17,000 developers, and lots more users. The Definitive Guide to SugarCRM is the first official SugarCRM book available to developers and users. This definitive book begins with a discussion of the SugarCRM platform components, namely MVC, Studio, Module Builder, authentication, and themes. Next, you'll learn how to customize the modules SugarCRM comes with out of the box in an upgrade-safe manner. The text then presents an example application that a typical business might use and shows how to build it using SugarCRM, using both existing functionality as well as newly added functionality.