logo

Working with PHP Services in Flash Builder 4 (Part 1)

logo

Senior Computer Scientist Tom Lane gives an overview of the code for a PHP function in Flex, and then highlights the functionality of the data services panel.

This is the first part of a two part series on creating a service using Flash Builder and PHP.  In this video, Tom shows viewers how to

  • Create a new Flex project for a PHP server
  • Write MySQL queries using PHP
  • Understanding how PHP communicates with Flash Builder and vice versa
  • Arrays of objects in PHP
  • Using the Data Services Panel to import PHP Classes
  • Data Services overview using Datagrids

Overall, my observations have led me to believe that Flash Builder is becoming more like Microsoft Visual Studio with each iteration, especially in this version.

You can view part 2 of the video by clicking here.

PHP 101 Part 4: Pythagorean Theorem, Math Functions, and Forms

logo

This is the 4th (and likely final) part of my PHP 101 series.  This series of videos include how to solve the Pythagorean Theorem using math functions in PHP, diving more into some of the math functions that PHP has to offer, and creating a form and replacing hard coded variables with arrays.

Pythagorean Theorem

Math Functions

Form Letter

To view other PHP tutorial videos

PHP 101 Part 3: Eclipse, Simple Math, Calculator

logo

This is part 3 of the PHP 101 series I’ve put together on my site.  this next round adds more complexity and shows you how to setup the Eclipse IDE for PHP development.

Eclipse

This video goes through the process of installing and setting up Eclipse for PHP development step-by-step.

Simple Math

This video demonstrates the basic mathematical capabilities of PHP.  Concepts include

  • Basic arithmetic operators (addition and subtraction)
  • Variables that handle math calculations
  • Troubleshooting Eclipse

Calculator

This video demonstrates how to build a basic math calculations using PHP. Concepts include

  • Basic arithmetic operators
  • Modulus
  • Integers vs Floating Point numbers

To view other PHP tutorial videos

Page 6 of 6« First...23456
logo
Powered by Wordpress. Copyright 2009 Brett Widmann.