I am having a problem where I cannot get the c# code to show up or even be usable while using Phalanger. By their definition, all I have to do is add
<add assembly="Utility">
which happens succesfully because if I change the name slightly, the page crashes, so I know its actually picked up on the library. However when I try
<?php
use Utility\...; //new version of phalanger uses "use" not import
?>
I get nothing. Not only does it not show up in the intellisense but when I actually try to call a function which belongs to it, it does not show up either.
Any idea on what might help me here? I have namespaced the DLL which seems to be a requirement. Other than that, I am not sure what else I could do... Any help is greatly appreciated!
source:
http://www.codeproject.com/Articles/17311/Phalanger-PHP-for-NET-Introduction-for-NET-develop