GrupoWebex

Results 5 comments of GrupoWebex

All commit request are not working correctly.... so it has conflict with other groups, other types, clearing when is not necessary That's my code working. Clear cache not tested. Group...

Ok, documentation is not complete: - all folders should go on APPPATH/third_party/assets/ - helpers and configs should autoload (¿why not loaded on library?) Now, im trying to use relative paths...

Any solution here since 21 Feb 2017? Really?

``` public function isBetween($minDateTime, $maxDateTime, $closed = true, $period = 'seconds') { $isBefore = $this->isBefore($maxDateTime, $period); $isAfter = $this->isAfter($minDateTime, $period); // include endpoints if ($closed === true) { $isSameMin =...

Update through composer, i my code stop working cause you dont fix this bug. Please, update on main branch. Is before = date is before MAXdate, not MINdate Is After...