Enhancing a Simple PHP Application

10 anos atrás
Enhancing a Simple PHP Application This project will take the existing e-commerce store we built earlier and enhance it with new techniques using the PHP programming language. By the end, you’ll be able to build an online t-shirt store with clean web addresses, basic search ...

Up and Running with Linux for PHP Developers

10 anos atrás
3h 52m – Beginner Need a fast, powerful, and free development environment? Learn how to set up a virtual Linux web server on your Mac or Windows computer quickly—no additional formatting, dual booting, or hardware required. Author Jon Peck shows you how to set up a virtual machine ...

Code Clinic: PHP

11 anos atrás
4h 4m – Intermediate Many successful programmers know more than just a computer language. They also know how to think about solving problems. They use “computational thinking”: breaking a problem down into segments that lend themselves to technical solutions. Code Clinic ...

Up and Running with PHP CodeIgniter

11 anos atrás
1h 30m – Intermediate Speed up your development with CodeIgniter, a fast and powerful PHP web application framework. Author Jon Peck shows how to build a magazine cataloging system while describing how to use a MVC (Model-View-Controller) framework like CodeIgniter. Starting with the ...

PHP With MySQL Essential Training

11 anos atrás
14h 24m – Beginner PHP is a popular, reliable programming language at the foundation of many smart, data-driven websites. This comprehensive course from Kevin Skoglund helps developers learn the basics of PHP (including variables, logical expressions, loops, and functions), understand ...

Object-Oriented Programming with PHP

12 anos atrás
1h 57m – Intermediate Whether you’re enhancing or optimizing existing code or just starting from scratch, there’s never a better time to start integrating object-oriented design techniques. This course shows how to integrate the principles of object-oriented programming ...

PHP 5.4 New Features

12 anos atrás
1h 1m – Intermediate In this course, author Drew Falkman shows how to install the latest version of PHP, the popular web application server, and reviews the performance enhancements and language improvements in the 5.4 release, including short array syntax, function arrays, and ...

Dreamweaver with PHP and MySQL

12 anos atrás
4h 55m – Intermediate Join author David Gassner as he describes how to add dynamic data to a PHP-enabled web site in Adobe Dreamweaver. This intermediate course shows how to plan and create a MySQL database, define a PHP-enabled site in Dreamweaver, connect the site to the database, ...

Installing Apache, MySQL, and PHP

12 anos atrás
2h 59m – Intermediate Installing Apache, MySQL, and PHP with David Gassner describes how to install and configure Apache HTTP server, MySQL database server, and PHP, known as the AMP stack, on a local development computer. Chapters are devoted to multiple installation approaches: ...

MVC Frameworks for Building PHP Web Applications

13 anos atrás
3h 35m – Intermediate In this course, author Drew Falkman tours four open-source PHP frameworks: Zend, Symfony, CakePHP, and CodeIgniter. The course covers basic framework concepts; explores the Model-View-Controller (MVC) pattern as a means of simplifying, organizing, and maintaining ...

Flex 4.5 and PHP: Creating Data-Driven Applications

13 anos atrás
3h 36m – Intermediate This course teaches developers how to integrate Flex applications with PHP-based data services. Author Drew Falkman demonstrates retrieving XML data from a PHP server with HTTPService, connecting PHP classes to Flex using the amfPHP, WebOrb and ZendAMF adapters, ...

PHP with MySQL Beyond the Basics

16 anos atrás
10h 27m – Intermediate In PHP with MySQL Beyond the Basics, expert instructor Kevin Skoglund introduces powerful PHP programming techniques using object-oriented programming (OOP). Both novice and experienced PHP developers will benefit from the efficient, well-organized, reusable, ...