How to import wurfl api in kohana 3.2?
Asked
Active
Viewed 76 times
1 Answers
0
- Create wurfl folder in the modules
- Copy the source code to the module folder
- Enable the module in the bootstrap.php
More information: http://kohanaframework.org/3.2/guide/kohana/modules
Sometimes it's easier to write a small wrapper class around the vendor API.
Take a look for example at https://github.com/banks/kohana-email to see how it's done.

matino
- 17,199
- 8
- 49
- 58
-
But where to write this: include_once './inc/wurfl_config_standard.php'; – gellezzz Jul 03 '13 at 17:50