We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name: Bug report about: Help us improve the framework by reporting bugs!
Direction
Describe the bug return $this->response->setJSON(['success' => true]);
return $this->response->setJSON(['success' => true]);
page result; <?php{ "success": true,
<?php{ "success": true,
<?php tag problem?
<?php
CodeIgniter 4 version Current Version not released version.
Context
The text was updated successfully, but these errors were encountered:
Forum topic : https://forum.codeigniter.com/thread-72109-post-359299.html
Sorry, something went wrong.
Problem resolved; another loaded helper. <?php tag. php tag not closed.
<?php tag.
No branches or pull requests
name: Bug report
about: Help us improve the framework by reporting bugs!
Direction
Describe the bug
return $this->response->setJSON(['success' => true]);
page result;
<?php{ "success": true,
<?php
tag problem?CodeIgniter 4 version
Current Version not released version.
Context
The text was updated successfully, but these errors were encountered: