Welcome Guest, Not a member yet? Register   Sign In
Using Model's CRUD methods in advanced queries
#5

I have a module to add some basic relationship loading to CodeIgniter 4. Please read through the docs before use. https://github.com/tattersoftware/codeig...-relations

Quick start

1. Install with Composer: > composer require tatter/relations

2. Extend the model: class ProductModel extends \Tatter\Relations\Model

3. Load relations:
$products = $productModel->with('categories')->findAll();
var_dump($products->categories);
Reply


Messages In This Thread
RE: Using Model's CRUD methods in advanced queries - by MGatner - 11-01-2019, 06:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB