RE: php and silverlight

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



OK so I can create a silverlight web app use a datagrid ..populate it
with my sql server database ...compile it and embed into my php page as
an xap file.

I think I am missing something?? I can do all this in apache.

-----Original Message-----
From: Sascha Meyer [mailto:harlequin2@xxxxxx] 
Sent: Thursday, November 19, 2009 4:13 PM
To: Harpreet
Cc: php-windows@xxxxxxxxxxxxx
Subject: Re:  php and silverlight

Hi Harpreet,

Harpreet schrieb:
> Why do u say kind of .. there is an nice tutorial where a silverlight
> datagrid is created with a linq to sql class. Can I embed this into my
> php code hosted on apache...please help I am stuck
because Elisabeth' example shows how to mimic C#'s linq functionality 
with a serverside PHP script instead of calling a clientside Silverlight

app with an embedded datagrid control.

Silverlight was intended to be some kind of an alternative (or better 
competitor) to Adobe's Flash player: Silverlight and Flash applications 
both run on the client side, applications are embedded in a website or 
called externally by the Flash player Standalone (don't know if there is

a standalone Silverlight player).

In your case you could create a Silverlight application and embed this 
into one of your pages or you could create a serverside application with

PHP which provides the functionality you desire.

Regarding your other question about Apache and IIS on one machine (which

may be obsolete now):
1.) You can have your PHP scripts run on IIS as well
2.) Simply change your HTTP port in Apache (in httpd.conf) to something 
like 8080 and install IIS afterwards, it will use port 80 automatically 
if is available
3.) You can also call and control windows applications / components 
(like ADODB.Recordsets and so on) with various PHP functions, so you 
probably don't have to use IIS additionally to your Apache

Best regards,

Sascha

> 
> -----Original Message-----
> From: Elizabeth M Smith [mailto:auroraeosrose@xxxxxxxxx] 
> Sent: Thursday, November 19, 2009 10:57 AM
> To: php-windows@xxxxxxxxxxxxx
> Subject: Re:  php and silverlight
> 
> Harpreet wrote:
>> Can I use LINQ with PHP??
>>
> 
> Yes - well kind of ;)
> 
> http://www.codeplex.com/PHPLinq
> 
> Thanks,
> Elizabeth Smith
> 


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux