Categories


Loading feed
Loading feed
Loading feed

Tomas Petricek on Writing Silverlight applications in PHP


Tomas Petricek has an interesting post on his blog titled Writing Silverlight applications in PHP. In it he talks about using PHP inside of Silverlight applications.

In my last post about Phalanger I mentioned that our important goal is to support the Silverlight (2.0) platform. Shortly Silverlight is a cross-browser platform that can be used for developing client-side components that run in the web browser and contain rich media, graphics and can interactively communicate with the user. The language that can be used for writing Silverlight code can be in general any .NET language, so our goal is to allow using PHP by making Phalanger compatible with Silverlight.

Comments