Snippets tagged “database”
8 snippets use this tag.
- Codeigniter $this->db->get(), how do I return values for a specific row?PHP
The $this->db->get() function in CodeIgniter is used to retrieve data from a database table.
- How do I count unique visitors to my site?PHP
There are several ways to count unique visitors to a website using PHP, but one common method is to use cookies.
- How to check if a row exist in the database using PDO?PHP
You can use the rowCount() method of the PDOStatement object to check if a row exists in the database using PDO.
- How to pass an object from one activity to another on AndroidJava
There are several ways you can pass an object from one activity to another on Android:
- How to reload/refresh model from database in Laravel?PHP
In Laravel, you can use the refresh method on a model instance to reload the model's attributes from the database.
- How validate unique email out of the user that is updating it in Laravel?PHP
In Laravel, you can use the unique validation rule to validate that an email address is unique when a user is updating their account.
- Laravel Delete Query BuilderPHP
In Laravel, you can use the Query Builder to delete records from a database table.
- Queued Laravel jobs all fire simultaneously, and don't show up in the jobs tablePHP
This issue could be caused by a few different things.