Wilmer Arambula
Wilmer Arambula
hi, could you explain how it works, for example: Uid = 2, Finger_id = 0 $template = $zk -> getUserTemplate(2, 0); No Works, Thks in advanced.
Hi when I set the height setting to 100% it does not work, ``` $map = new Map([ 'center' => $coord, 'zoom' => 5, 'height' => '100%', 'width' => '100%',...
You can add support for yii 2.1, in the development branch to test it and correct errors, ``` composer.json: "yiisoft/yii2": "~2.0.0|~2.1.0", ``` Thks,