FileMaker 9 & PHP Foundations Training
CD Contents For This Title

To help you evaluate our training, we have made some of the tutorials for FileMaker 9 & PHP Foundations freely available. Click on any of the linked lesson listings below to preview FREE!
The most popular web scripting language PHP* is now distributed and supported by the most efficient desktop database software company FileMaker Inc**. If you know FileMaker and you want to use your data on the web this tutorial shows you the \"How-To\" from a leading industry expert. The tutorial curriculum is developed as an A-to-Z package. You will be introduced to Custom Web Publishing using FileMaker Server 9, taught the essentials of PHP, and then discover the powerful methods of FileMaker\'s new API for PHP. Learn the solid foundations of custom web development with PHP and FileMaker Pro***. To begin learning FileMaker 9 & PHP Foundations, simply click on the movie links below.
* FileMaker distributes PHP 5.x
** Requires a copy of FileMaker Server 9
*** Requires a copy of FileMaker Pro 9
Choose your media type:

Monitor resolution needs to be set to at least 1024 by 768 to view the entire movie.
Introduction
|
||
Welcome | (06:30) | |
Web Publishing with PHP | (03:23) | |
Custom Web Publishing with PHP | (03:16) | |
The Development Environment | (05:42) | |
PHP Basics
|
||
Code Basics pt. 1 | (04:07) | |
Code Basics pt. 2 | (04:28) | |
Variable Basics | (05:47) | |
General Output | (06:37) | |
Advanced Output pt. 1 | (03:59) | |
Advanced Output pt. 2 | (03:21) | |
Include & Require | (04:38) | |
Configuring PHP pt. 1 | (04:52) | |
Configuring PHP pt. 2 | (03:06) | |
Redirects & Resources | (06:26) | |
PHP Flow Control
|
||
Selection with "IF" pt. 1 | (04:52) | |
Selection with "IF" pt. 2 | (03:25) | |
Selection with "SWITCH" | (06:06) | |
Repetition pt. 1 | (03:20) | |
Repetition pt. 2 | (03:12) | |
Continue & Break | (04:46) | |
Terminate & Capture pt. 1 | (03:01) | |
Terminate & Capture pt. 2 | (04:28) | |
PHP Data
|
||
Data Types pt. 1 | (05:01) | |
Data Types pt. 2 | (03:12) | |
Globals & Constants | (05:14) | |
Testing Variables & Constants | (05:21) | |
PHP Arrays
|
||
Creating Arrays pt. 1 | (04:28) | |
Creating Arrays pt. 2 | (02:48) | |
Working with Arrays | (05:45) | |
Multi-Dimensional Arrays | (03:39) | |
Traversing Arrays pt. 1 | (05:34) | |
Traversing Arrays pt. 2 | (05:32) | |
Traversing Arrays pt. 3 | (02:26) | |
Traversing Arrays pt. 4 | (04:50) | |
Modifying Arrays pt. 1 | (03:48) | |
Modifying Arrays pt. 2 | (04:45) | |
Testing Arrays pt. 1 | (03:02) | |
Testing Arrays pt. 2 | (05:32) | |
Testing Arrays pt. 3 | (01:39) | |
PHP Custom Functions & Objects
|
||
Defining Functions | (05:45) | |
Passing Parameters | (04:39) | |
Output & Returns | (04:53) | |
Passing By Reference pt. 1 | (04:35) | |
Passing By Reference pt. 2 | (03:26) | |
Defining Objects | (05:58) | |
Instances & Assignments | (04:39) | |
Methods & Properties | (05:45) | |
Extending Objects | (05:45) | |
Scope Resolution & Static Components | (05:32) | |
FileMaker's API for PHP
|
||
Files & Documentation | (04:01) | |
Including the FileMaker Class | (04:53) | |
Preparing FileMaker Files for API Access | (05:06) | |
Creating & Using the FileMaker Object | (04:49) | |
FileMaker Method Results | (04:41) | |
FileMaker Error Checking | (06:18) | |
Reviewing Command Classes | (06:12) | |
Reviewing Non-Command Classes | (05:23) | |
Performing Basic Finds
|
||
Find Any | (06:13) | |
Exploring Result Objects | (05:07) | |
Exploring Record Objects | (05:27) | |
Find All | (06:16) | |
Perform Find pt. 1 | (05:23) | |
Perform Find pt. 2 | (06:02) | |
Perform Find pt. 3 | (06:09) | |
Searching Related Data | (05:47) | |
Performing Advanced Finds
|
||
User Event Finds pt. 1 | (06:44) | |
User Event Finds pt. 2 | (06:19) | |
Finding by Script pt. 1 | (05:38) | |
Finding by Script pt. 2 | (05:37) | |
Finding by Relationship & Displaying Portals pt. 1 | (04:41) | |
Finding by Relationship & Displaying Portals pt. 2 | (05:37) | |
Finding by Relationship & Displaying Portals pt. 3 | (05:46) | |
Finding by RecordID pt. 1 | (05:18) | |
Finding by RecordID pt. 2 | (06:36) | |
Compound Finds pt. 1 | (05:43) | |
Compound Finds pt. 2 | (06:08) | |
Formatting Output Data
|
||
Formatting Value Lists pt. 1 | (05:42) | |
Formatting Value Lists pt. 2 | (05:53) | |
Formatting Form Elements pt. 1 | (06:15) | |
Formatting Form Elements pt. 2 | (05:59) | |
Formatting Text & Numbers | (06:47) | |
Formatting Dates & Times | (06:33) | |
Preparing Data for Input
|
||
Security & User Input | (06:39) | |
API Validation Tools pt. 1 | (06:34) | |
API Validation Tools pt. 2 | (06:38) | |
API Validation Tools pt. 3 | (03:20) | |
Converting Form Elements | (06:54) | |
Working with Records
|
||
Editing with the Edit Command pt. 1 | (06:56) | |
Editing with the Edit Command pt. 2 | (06:33) | |
Editing with the Record Object pt. 1 | (05:01) | |
Editing with the Record Object pt. 2 | (04:48) | |
Creating Records | (05:13) | |
Deleting Records | (04:46) | |
Duplicating Records | (05:57) | |
Summarizing Data
|
||
PHP & Sub Summary Reports | (05:57) | |
From Records to Arrays pt. 1 | (06:32) | |
From Records to Arrays pt. 2 | (06:19) | |
Building Sub-Summary Arrays pt. 1 | (06:13) | |
Building Sub-Summary Arrays pt. 2 | (06:42) | |
Display Summary Arrays pt. 1 | (05:19) | |
Display Summary Arrays pt. 2 | (06:20) | |
Producing Leading Grand Totals pt. 1 | (06:41) | |
Producing Leading Grand Totals pt. 2 | (06:36) | |
Working with Container Data
|
||
Displaying Container Data | (06:55) | |
Exporting Container Data | (05:57) | |
Conclusion
|
||
Overview & Closing | (03:48) | |
About the Author | (00:53) |
Title Information / Pricing
Title: | FileMaker 9 & PHP Foundations |
Author: | Lance Hallberg |
SKU: | 33786 |
ISBN: | 1-933736-99-2 |
Release Date: | 2007-08-22 |
Price: | |
Duration: | 9.5 hrs / 107 lessons |
Work Files: |
Yes |
Captions: | For Online University members only |
Compatibility: |
Vista/XP/2000, OS X, Linux QuickTime 7 |
Online University Access all our Training for only 30

Select Bandwidth
Now Shipping
Client Testimonials
I will never be able to fully express to you just how much your website has moved me on with my skills. It means that now I can just sit back and...
- Jean