Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Help with RESTful Resource Routes
Post: RE: Help with RESTful Resource Routes

$routes->resource('photos'); from documentation does that, what your link to REST Guide says it should do (use HTTP request methods) But with codeigniter you can also easy do eg. deletion with uri se...
1,910 Views
4 Replies
03-16-2022, 08:51 AM
sba
    Thread: When it will be possible to run testing environment?
Post: RE: When it will be possible to run testing enviro...

Hi, what do you want to achieve? The behaviour is intended, as described here: https://forum.codeigniter.com/thread-77859-post-384228.html#pid384228 (https://forum.codeigniter.com/thread-77859-post...
2,471 Views
6 Replies
11-04-2021, 07:04 AM
sba
    Thread: Why does $userModel->find(null) return all rows like $userModel->findAll()
Post: RE: Why does $userModel->find(null) return all row...

kenjis Wrote: (03-20-2021, 06:16 AM) -- find(null) means no where clause. So you get all records. -- yes, this I understand, it's according the documentation. But what's the idea behind this? W...
3,798 Views
3 Replies
03-20-2021, 06:45 AM
sba
    Thread: Why does $userModel->find(null) return all rows like $userModel->findAll()
Post: Why does $userModel->find(null) return all rows li...

Let's say I have a table with users (id, firstname) and a table with pets (id, id_user, species, petname) and one model each representing the tables. Now I query all users owning a cat: $this->use...
3,798 Views
3 Replies
03-20-2021, 03:31 AM
sba
    Thread: Welcoming Michal Sniatala aboard
Post: RE: Welcoming Michal Sniatala aboard

good news, thanks Michal!
16,078 Views
11 Replies
06-24-2020, 07:31 AM
sba

Theme © iAndrew 2016 - Forum software by © MyBB