Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: insertBatch usage
Post: RE: insertBatch usage

Thank you
421 Views
2 Replies
12-25-2023, 06:13 AM
yildzselim
    Thread: insertBatch id
Post: insertBatch id

Hello, how can I get the id for each inserted array in the insertBatch function?
166 Views
1 Replies
12-25-2023, 06:12 AM
yildzselim
    Thread: insertBatch usage
Post: insertBatch usage

Code: -- $data = [                 [                     $this->userEntity->setUserName($this->request->getPost('username')),                                     ],                 [           ...
421 Views
2 Replies
12-23-2023, 05:22 AM
yildzselim
    Thread: changing the table name with a variable
Post: RE: changing the table name with a variable

Thank you
853 Views
5 Replies
12-23-2023, 05:17 AM
yildzselim
    Thread: changing the table name with a variable
Post: changing the table name with a variable

Code: -- class UserModel extends Model {     protected $table      = 'users';     protected $primaryKey = 'id'; -- Hello, I want to change the table name with a variable, for example the id + ...
853 Views
5 Replies
12-17-2023, 01:18 AM
yildzselim

Theme © iAndrew 2016 - Forum software by © MyBB