![]() |
I'm converting an app from CI3x to CI4x. I see that the Input class is more or less replaced by Request, but I don't see a counterpart for Output.
For example, how would I convert this? PHP Code: $this->output->set_content_type(get_mime_by_extension($thumb_path)); Nevermind. It's Response for anyone else looking for it. |
Messages In This Thread |
Output Class in CI4? - by objecttothis - 09-23-2021, 06:03 AM
RE: Output Class in CI4? - by kilishan - 09-23-2021, 08:21 AM
|