RJ Johnston

Results 3 issues of RJ Johnston

pass array to set additional metadata Example: $this->template->set_metadata('apple-touch-icon-precomposed', site_url('/images/apple-touch-icon-precomposed.png'), 'link', array('sizes' => '114x114'));

Slight modification to set_metadata method: ``` public function set_metadata($name, $content, $type = 'meta', $extra = FALSE) { $name = htmlspecialchars(strip_tags($name)); $content = htmlspecialchars(strip_tags($content)); // Keywords with no comments? ARG! comment...

Hello, This is a great api boilerplate. My use case requires removing the queue/redis and mongo dependencies From what I can tell, there is no way easy way to completely...