Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Flex and Zend Framework - Part 1
Apr 08, 2010 @ 14:43:01

The Zend Developer Zone has (re)posted a tutorial from Kevin Schroeder about combining Flex and the Zend Framework to create a simple application. This is the first part in a series of articles on the subject.

Given that Zend has had a professional relationship with Adobe for a while, I have been looking for the time to actually dive into what Flash was offering so I could make some kind of judgment call on it. [...] With that in mind, I would like to talk about some introductory topics on what it would take to get a basic Flash/Flex application up and running. This will be part 1 of an X part series. I don't know how many parts there will be, but I would expect that there would be a few.

He walks you through the full process of using Flash Builder 4 (a 60 day free trial is available) and Zend Studio/Eclipse PDT to set up a native environment for rapid development of Flex apps. He creates the basic "Hello World" app, showing how to connect PHP to the Flex application and a bit of additional work to get it to cooperate with a MVCed Zend Framework application too.

tagged: flex zendframework tutorial flexbuilder zendstudio eclipsepdt

Link:

TheTechLabs.com:
Integrate Flex Builder 3.0 & Php easily with the fresh ZendAMF
May 13, 2009 @ 16:18:00

On the TechLabs website there's a recent post looking at how to get Flex Builder 3.0 and PHP to work together via the Zend_AMF component of the Zend Framework.

In this article I will explain how to build a simple adobe flex application that communicates with php using remote objects calls to the new AMF php implementation supported by adobe and called ZendAMF. In my example I will use Adobe Flex Builder 3, ZendAMF and a Apache web server with php support and mysql server on windows. If you do not have any available server with php (at least) you will need to install one on your machine. It’s easy, nowadays you have many standalone installers that do everything, just look at the wampserver for example.

If you want to get started right away, you can download the source and get going. Otherwise, you can check out the rest of the tutorial to see how they build up their example. They show how to create the project, set up the Zend_Amf extension's configuration and creating the simple application that echos back a "hello world" sort of response based on a text field's entry.

tagged: flexbuilder zendframework zendamf tutorial integrate

Link:

SitePoint Web Tech Blog:
Pimp Your PHP App with Flex!
Apr 30, 2009 @ 14:33:38

The SitePoint Web Tech blog is holding a contest to win copies of Adobe's Flex Builder software. All you have to do to enter is take a quiz!

Our latest Adobe-sponsored giveaway is live, and up for grabs this time are copies of Flex Builder 3. Just read our brand new article, Pimp Your PHP App With Flex - then take the quiz to enter the draw! You've got 7 days to take the quiz. Enter your details and you’ll be in the running to win one of three copies of Adobe Flex Builder 3.

The tutorial looks at creating a first application with a Flex front end and a PHP backend - a script that accesses an API that returns either an XML or JSON formatted message.

tagged: flex contest adobe flexbuilder quiz article

Link:

Community News:
Adobe Seeks PHP Developers for Pre-Release Access on Flex Builder
Apr 06, 2009 @ 17:53:07

Andi Gutmans mentions a program Adobe is starting up concerning Flex and PHP and they're looking for some developers to get in on it.

In this upcoming version [of Flex Builder], a significant new set of features are being introduced to accelerate creation of data-centric applications with PHP on the server-side leveraging Zend Framework and Zend AMF. Prior to the public Beta later in the year, Adobe would like to invite a select group of PHP developers into a private pre-release program for Flex Builder.

The group would get a sneak peek at the upcoming features, work with the development team and help to make the product into something the community really can use. If you'd like to get in on the program, fill out this survey and they'll get in touch with you with more information.

tagged: adobe flex developers prerelease flexbuilder zendframework zendamf

Link:

ONLamp.com:
Introduction to Flex Using PHP
Jul 20, 2007 @ 15:23:00

O'Reilly's ONLamp.com website has posted a new tutorial that merges PHP with another powerful web technology - Flex.

With all the hype (and money) surrounding buzzword terms like Web 2.0 and Rich Internet Applications (RIA), it's easy to wonder, "How can I integrate that into my PHP application?" Certainly, Asynchronous JavaScript and XML (Ajax) technologies that use JavaScript code are a good option. But you should also have a look at the Adobe Flex framework. With Flex, you can quickly build functional, attractive user interfaces in Adobe Flash that communicate to your PHP web application through XML.

They go through the usual of showing what Flex is and how it flows in a web application. From there, they move into the tutorial portion - installing the Flex Builder software, creating a new project, testing using Flex Builder and the construction of a sample application (store/access a list of subscribers).

tagged: flex tutorial introduction flexbuilder debug subscribe flex tutorial introduction flexbuilder debug subscribe

Link:

ONLamp.com:
Introduction to Flex Using PHP
Jul 20, 2007 @ 15:23:00

O'Reilly's ONLamp.com website has posted a new tutorial that merges PHP with another powerful web technology - Flex.

With all the hype (and money) surrounding buzzword terms like Web 2.0 and Rich Internet Applications (RIA), it's easy to wonder, "How can I integrate that into my PHP application?" Certainly, Asynchronous JavaScript and XML (Ajax) technologies that use JavaScript code are a good option. But you should also have a look at the Adobe Flex framework. With Flex, you can quickly build functional, attractive user interfaces in Adobe Flash that communicate to your PHP web application through XML.

They go through the usual of showing what Flex is and how it flows in a web application. From there, they move into the tutorial portion - installing the Flex Builder software, creating a new project, testing using Flex Builder and the construction of a sample application (store/access a list of subscribers).

tagged: flex tutorial introduction flexbuilder debug subscribe flex tutorial introduction flexbuilder debug subscribe

Link:

Chris Hartjes' Blog:
Where Are The Good Development Tools For PHP, Part II
May 14, 2007 @ 12:48:00

In a follow up to a previous post, Chris Hartjes asks once again "where are the good development tools for PHP?" This time, though, he thinks he's found just the tool he was looking for:

Cal Evans over at the Zend Developer Zone gave me a heads-up that he would be posting a tutorial on using Flex and PHP. I believe my exact words to him after about 10 minutes of playing with it was "this is FUCKING cool!". Which it definitely is.

He talks about what he needed to get started and how his first experience with creating an application went - a simple app up and running (from install to a finished app) in about 30 minutes.

For more information on Adobe's Flex, check out their website at Flex.org.

tagged: flex zendframework application flexbuilder tool playlist editor flex zendframework application flexbuilder tool playlist editor

Link:

Chris Hartjes' Blog:
Where Are The Good Development Tools For PHP, Part II
May 14, 2007 @ 12:48:00

In a follow up to a previous post, Chris Hartjes asks once again "where are the good development tools for PHP?" This time, though, he thinks he's found just the tool he was looking for:

Cal Evans over at the Zend Developer Zone gave me a heads-up that he would be posting a tutorial on using Flex and PHP. I believe my exact words to him after about 10 minutes of playing with it was "this is FUCKING cool!". Which it definitely is.

He talks about what he needed to get started and how his first experience with creating an application went - a simple app up and running (from install to a finished app) in about 30 minutes.

For more information on Adobe's Flex, check out their website at Flex.org.

tagged: flex zendframework application flexbuilder tool playlist editor flex zendframework application flexbuilder tool playlist editor

Link:


Trending Topics: