PHP IDE
-
Hello friends I want to build a PHP IDE that anyone can write farsi or arabic easily as in frontpage or MS word, I want o use C# for this, what is the start point in order to build this IDE? Which things I must learn? Any one has idea about this subject?
-
Hello friends I want to build a PHP IDE that anyone can write farsi or arabic easily as in frontpage or MS word, I want o use C# for this, what is the start point in order to build this IDE? Which things I must learn? Any one has idea about this subject?
I think I would start by really boning up on Regular Expressions (google or CP-search) and other ways to parse text. On the other side I would focus on getting to know as much as possible about PHP so you can define the boundaries of your project (if any ;P).
Visual Studio can't evaluate this, can you?
public object moo { __get { return moo; } __set { moo = value; } }