1) Installation
In order to install SCPHP copy the SmartClient Library into your application folder. You should place it inside you appication's library folder.
After that, place SmartClient JS files inside your Javascript folder.
2) Autoload function
SCPHP is separated in different classes and is is a good idea to use the __autoload() function, otherwise you will have to include all classes you use.
Here it is an suggestion of how you __autoload() function should look like:
3) Include scripts
Before using SmartClient components, you have to include the JavaScript files. This is easily done with the includeScripts() function.
Example:
4) Next steps
Now you can start checking our tutorials to become more familiar with SCPHP.