05 Jun June 5, 2020
"Add this in your component
public function initialize(Controller $controller) { $this->controller = $controller;... read more
05 Jun June 5, 2020
As per official bootstrap documentation about "sr-only CSS class":
Always add labels
Screen readers...
read more
05 Jun June 5, 2020
Fork a Repo. A fork is a copy of a repository. Forking... read more
05 Jun June 5, 2020
With our data increasingly moving to the cloud, chances are that whenever... read more
05 Jun June 5, 2020
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
05 Jun June 5, 2020
Below code can be helpful
$this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file"));
read more
05 Jun June 5, 2020
This can be achieved using a single query with join. We can... read more
05 Jun June 5, 2020
Fix spanish translations (email sent sep 10)
login mods (email sent march 2)
add... read more
05 Jun June 5, 2020
"if ( $this->input->is_ajax_request() ) {
// your code here...
}" read more
05 Jun June 5, 2020
$this->session->mark_as_flash('item'); # Version 3.x only
$this->session->mark_as_flash(array('item', 'item2')); # Version 3.x only Array to... read more
Leave a Reply