Difference between revisions of "SDK for PHP 1.0"

From OpenKM Documentation
Jump to: navigation, search
Line 9: Line 9:
  
 
We recommend to use SDK for php because it implements an extra layer between webservices and logic -factory- which allow transparently change between webservices versions without major effors. Simply instance other webservices version from factory in your source code.  
 
We recommend to use SDK for php because it implements an extra layer between webservices and logic -factory- which allow transparently change between webservices versions without major effors. Simply instance other webservices version from factory in your source code.  
 +
 +
== Available functions and classes ==
 +
=== Classes ===
 +
* AppVersion 
 +
* CheckBox
 +
* Document
 +
* Entry 
 +
* Folder
 +
* FormElement
 +
* FormElementComplex
 +
* GrantedRole
 +
* GrantedUser
 +
* Input
 +
* KeywordMap 
 +
* LockInfo
 +
* Node 
 +
* Note
 +
* Option
 +
* Permission
 +
* PropertyGroup
 +
* ProposedQueryReceived
 +
* ProposedQuerySent
 +
* QueryParams
 +
* QueryResult
 +
* ResultSet     
 +
* Select   
 +
* Separator 
 +
* SuggestBox
 +
* SimplePropertyGroup
 +
* Text
 +
* TextArea
 +
* Validator
 +
* Version
 +
                                 
 +
 
   
 
   
 
{{Warning|Unders contruction}}
 
{{Warning|Unders contruction}}
 
[[Category: Extension Guide]]
 
[[Category: Extension Guide]]

Revision as of 12:32, 28 May 2014


Nota clasica.png If you want to collaborate extending features or add newer contact with us at contact website form indicating this URL.

OpenKM SDK for php is a set of software developement tools that allows for the creation of applications for OpenKM. The OpenKM SDK for php include a webservices library. This webservices library is a complete API layer to access OpenKM through webservices and provides complete compatibility between OpenKM webservices versions without change code.

Available zip file

Advantage of use

We recommend to use SDK for php because it implements an extra layer between webservices and logic -factory- which allow transparently change between webservices versions without major effors. Simply instance other webservices version from factory in your source code.

Available functions and classes

Classes

  • AppVersion
  • CheckBox
  • Document
  • Entry
  • Folder
  • FormElement
  • FormElementComplex
  • GrantedRole
  • GrantedUser
  • Input
  • KeywordMap
  • LockInfo
  • Node
  • Note
  • Option
  • Permission
  • PropertyGroup
  • ProposedQueryReceived
  • ProposedQuerySent
  • QueryParams
  • QueryResult
  • ResultSet
  • Select
  • Separator
  • SuggestBox
  • SimplePropertyGroup
  • Text
  • TextArea
  • Validator
  • Version



Nota advertencia.png Unders contruction