# Slim3 Elequent model request object

**URL:** https://discourse.slimframework.com/t/slim3-elequent-model-request-object/3573
**Category:** Questions
**Created:** [October 24, 2019, 9:24am UTC](https://discourse.slimframework.com/t/slim3-elequent-model-request-object/3573 "2019-10-24T09:24:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cngzdyrn](https://avatars.discourse-cdn.com/v4/letter/c/47e85d/32.png) [@cngzdyrn](https://discourse.slimframework.com/u/cngzdyrn)
#### Post date: [October 24, 2019, 9:24am UTC](https://discourse.slimframework.com/t/slim3-elequent-model-request-object/3573/1 "2019-10-24T09:24:33Z")

</div>

I am using elequent ORM. i need reach request object from model. How can i do it? Please help me.

---

<div class="post-metadata">

### Author: ![cess11](https://avatars.discourse-cdn.com/v4/letter/c/f1d935/32.png) [@cess11](https://discourse.slimframework.com/u/cess11)
#### Post date: [October 24, 2019, 2:35pm UTC](https://discourse.slimframework.com/t/slim3-elequent-model-request-object/3573/2 "2019-10-24T14:35:40Z")

</div>

If your models rely on the request object you’ve probably made some architectural mistake but if you really want you can just pass it down from your Controller/Action class, do something with it and pass it back up.
