[mapguide-commits] r10202 - branches/4.0/MgDev/Doc/landing

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Oct 10 09:20:56 PDT 2025


Author: jng
Date: 2025-10-10 09:20:56 -0700 (Fri, 10 Oct 2025)
New Revision: 10202

Modified:
   branches/4.0/MgDev/Doc/landing/index.md
Log:
Remove PHP landing link and explain what to do

Modified: branches/4.0/MgDev/Doc/landing/index.md
===================================================================
--- branches/4.0/MgDev/Doc/landing/index.md	2025-10-10 15:38:24 UTC (rev 10201)
+++ branches/4.0/MgDev/Doc/landing/index.md	2025-10-10 16:20:56 UTC (rev 10202)
@@ -9,5 +9,11 @@
 ## Choose your language/platform
 
  * [.net API reference](dotnet_api/index.html)
- * [PHP API reference](php_api/index.html)
- * [Java API reference](java_api/index.html)
\ No newline at end of file
+ * [Java API reference](java_api/index.html)
+
+# PHP API Reference
+
+API reference for PHP is currently not available. For now, can use the .net API reference and observe the following:
+
+ * All PHP classes reside in the global namespace. There is no namespace to import to use the MapGuide API classes.
+ * Use `MgInitializeWebTier(string path)` instead of `MapGuideApi.MgInitializeWebTier(string path)`
\ No newline at end of file



More information about the mapguide-commits mailing list