Installation
In order to install SCZF copy the library/SmartClient into your Zend Framework installation.
After that, place SmartClient JS files inside your public dir.
Loading it at controllers
You can load the SmartClient Library using the following code on your controller:
Normally, you will place it on the init() function.
And on your view, in order to include the js files, use this function:
Now you are ready to use all helpers available.
Loading it for the entire application ( all controllers )
You can also enable SmartClient Library for your entire application. In order to do this, enable view helpers at your Bootstrap:
You can find an example at the download that includes Zend Framework + SmartClient.
After that, you should include scripts at your layout page:
Now you are ready to use all helpers available.