That is awesomely code. I have yet to go through it all, but the only issue I could find so far is that changing ids.php like so:
73c73,78
< $this->request = $request;
---
> $this->request = $request;
> if ($tags !== false && !is_array($tags)) {
> throw new Exception(
> 'Tags parameter incorrect.'
> );
> }
88,92c93,94
Forum:
Projects