Has anybody been able to use CakePHP in Visual Studio using Phalanger
Asked
Active
Viewed 567 times
-3
-
2could you restructure your question to be slightly more... specific? For example, are you having problems getting it to work? Are you just interested to hear people's experiences with it? Are you interested in performance issues? etc etc. – nickf Oct 16 '08 at 03:41
-
Agree with @nickf ... The possible answers to your questions are YES or NO ! – Fernando Barrocal Oct 16 '08 at 12:04
1 Answers
2
I've just tried. Using Phalanger 2.1 (march 2011) and CakePHP 2.0, there are just missing SplFileInfo and RuntimeException classes, that should be implemented soon hopefully.
I've used following command to compile the web:
D:\inetpub\wwwroot\CakePHP>phpc /target:web /root:. /recurse:.
It can be debugged from VS2010 too, just create new WebSite and drop CakePHP folder content into the project.

Jakub Míšek
- 1,036
- 9
- 12