Codeigniter - banner page choose file php errors |
Your $b = new Banners(); will produce nothing, that's why $this->data is empty. You should read some tutorials about Codeigniter and MVC. You should create a Library (called Banner), and create a public function which will return an array containing your data.
|
Messages In This Thread |
Codeigniter - banner page choose file php errors - by ManjotSnithcarl - 11-15-2022, 03:48 AM
RE: Codeigniter - banner page choose file php errors - by NaarimanMudoduma - 11-29-2022, 02:24 AM
|