Is there an easy way to convert C# classes to PHP?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2008-08-17T14:16:50Z
Indexed on
2010/03/31
18:43 UTC
Read the original article
Hit count: 300
I am used to writing C# Windows application. However I have some free hosted PHP web space that I would like to make use of. I have a basic understanding of PHP but have never used it's object oriented capabilities.
Is there an easy way to convert C# classes to PHP classes or is it just not possible to write a fully object oriented application in PHP?
Update: There are no reliance on the .NET framework beyond the basics. The main aim would be to restructure the class properties, variable enums, etc. The PHP will be hosted on a Linux server.
© Stack Overflow or respective owner