Visão Geral
Este Curso FileMaker PHP Application Interface API with FileMaker Pro, permite que você use a FileMaker PHP API para publicar seu banco de dados na Web usando PHP. Ao aprender os fundamentos da programação PHP relacionados ao uso da API PHP do FileMaker, você adquirirá uma maior compreensão do processo de construção de páginas da web dinâmicas a partir de fontes de dados do FileMaker.
Pre-Requisitos
- Conhecimento básico de HTML.
Materiais
Inglês + Exercícios + Lab Pratico
Conteúdo Programatico
Introduction
- What is the Filemaker PHP API?
- How does fx.php compare to the API?
- What is required to get started?
- How is PHP used in the API?
Introduction to PHP
- What is PHP? What can it do?
- Advantages of PHP
- How it works
- Necessary Setup
Installation
- Installing PHP
- Including the fmphp extended permission
- Using the correct host parameter
- Checking your PHP version
- Including cURL support
- Using UTF-8 character encoding
PHP Syntax
- How to Save Your PHP Pages
- Creating a simple HTML & PHP Page
- The Semicolon
- White Space
PHP Variables
- A Simple Variable Example
- Variable Naming Conventions
- The Echo Function
- Outputting a String
- Echoing Quotes; Echoing Variables
PHP Strings
- String Creation
- Usin Single and Double Quotes
- Concatenation
Conditional Statements
- The If Statement
- If/Else Conditional Statements
Looping in PHP
- While Loop
- For Loop
- For Each Loop
A simple example
- Using the PHP echo function
- Performing a Find Request
- Displaying the found set on a page
Using and modifying the API example files
- Overview of object-oriented PHP
- Classes, Objects, and Methods
PHP Syntax
- Using the require_once function
- Using PHP Variables
- Creating a new Object based on a Class
- Using Objects and Methods
Passing Parameters
- Executing a Find Request
- Displaying the total number of records
- Displaying Field names
- URL Encoding of Strings
Using Arrays to store data
- A Numerically Indexed Array
- Associative Arrays
- Using a foreach loop to iterate through records for output
- Using a concatenation operator
Working with data
- Creating a new record
- Editing a record
- Deleting a record
- Duplicating a record
- Displaying FileMaker Value Lists, Portals and Images
TENHO INTERESSE