-
Message: Undefined variable: map
How to solve this?
Controller Map.php
defined('BASEPATH') OR exit('No direct script access allowed');
class Map extends CI_Controller {
```
public function __cons…
-
Is it possible to set OR condition for any query?
I need to set condition for following query :
select \* from users where username='abc' or email='abc@def.com';
-
### PHP Version
8.1
### CodeIgniter4 Version
4.4.1 OR 4.3.5
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you teste…
puwnd updated
3 months ago
-
Hi,
I have a bug when I try to attempt a quizz (index.php/quiz/quiz_detail/8). When I click on the green button "Start Quiz" I have a blank page (/index.php/quiz/validate_quiz/8 redirect to /index.…
-
I've met a weird problem again:
If I access http://polycademy.com/wiki/, it loads properly.
If I access http://polycademy.com/wiki, it doesn't load properly.
The difference is in the ending slash.
…
-
- [x] A API deverá ser desenvolvida em PHP
- [x] Definir Framework a ser utilizado no padrão MVC
- [x] Adicionar um arquivo Markdown com
instruções sobre como executar a aplicação e os testes
- [x…
-
We should move 3rd party libraries out of /application/libraries/ where we store LifePress specific libraries.
Options:
1. Move them into the [/application/third-party/](http://codeigniter.com/user_g…
-
```
What steps will reproduce the problem?
1. hg clone repo url
2. edit {config,database}-sample.php and save it as {config,database}.php
3. go to http://life.domain.tld/
What is the expected output?…
-
```
I was looking for a project like yours and I wanted to ask you, if you would
like to integrate it into a full OOP PHP 5.3 Framework called Blaze Framework?
I would like to help you developing th…
-
Otherwise, the HTMX request may change the previous URL. While we are updating on the same page (tab), there is no problem. But if `previous_url() `returns another page, the result is unexpected.
Fil…