문제

How to import wurfl api in kohana 3.2?

here is the api

도움이 되었습니까?

해결책

  1. Create wurfl folder in the modules
  2. Copy the source code to the module folder
  3. 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top