Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
CodeIgniter 4
CodeIgniter 4 Support
Problem with Model()->find() and Model()->findAll()
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
Problem with Model()->find() and Model()->findAll()
Cassola
Newbie
Posts:
1
Threads:
0
Joined:
Mar 2020
Reputation:
0
#13
03-24-2020, 03:04 PM
<?php namespace App\Models;
use CodeIgniter\Model;
class TestModel extends Model
{
protected $table = 'prova';
protected $primaryKey = 'id';
protected $returnType = 'array';
protected $useSoftDeletes = false; //With false work??
Reply
Messages In This Thread
Problem with Model()->find() and Model()->findAll()
- by
workoverflow
- 10-06-2019, 12:03 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
ciadmin
- 10-06-2019, 01:01 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
ciadmin
- 10-06-2019, 01:04 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
workoverflow
- 10-06-2019, 02:49 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
dave friend
- 10-06-2019, 01:22 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
workoverflow
- 10-06-2019, 02:42 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
ciadmin
- 10-06-2019, 04:04 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
workoverflow
- 10-07-2019, 11:52 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
MGatner
- 10-08-2019, 06:17 AM
RE: Problem with Model()->find() and Model()->findAll()
- by
workoverflow
- 10-09-2019, 05:49 AM
RE: Problem with Model()->find() and Model()->findAll()
- by
RobT
- 10-30-2019, 02:32 AM
RE: Problem with Model()->find() and Model()->findAll()
- by
RobT
- 10-31-2019, 04:08 AM
RE: Problem with Model()->find() and Model()->findAll()
- by
Cassola
- 03-24-2020, 03:04 PM
RE: Problem with Model()->find() and Model()->findAll()
- by
Anwar
- 05-16-2020, 04:44 AM
RE: Problem with Model()->find() and Model()->findAll()
- by
ledesma90
- 06-14-2020, 02:32 PM
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB