Fine tutorial! The CI user guide now describes simple view cells and controlled view cells. It looks a bit abstract to me, maybe an idea for a future tutorial / update? Cheers!
hi i have some errors the data array cannot pass to the views class Home extends BaseController { public function index() { $data['title'] = 'CodeInter Tutorial'; return view('frontend/home/index_view' $data); }
This instruction is just awesome! Thanks Alex!!!
Excellent Alex!
Using my time to learn from your tutorials!
Thanks!!
Great to hear!
Good stuff Alex. As I'm building my web app in CodeIgniter 4 I find myself watching every video you release. Keep up the good work.
Thanks a lot. Happy that my videos help you create your project. And I am here excited that people start using ci4 in their projects already.
Thank you! I had hard time to get view_cell to work, but you made it more clear for me
Fine tutorial! The CI user guide now describes simple view cells and controlled view cells. It looks a bit abstract to me, maybe an idea for a future tutorial / update? Cheers!
Hello great tutorial, thank you
Just wondering why at this point you didn't moved also the navigation bar into a cell
Do you have your example in git files ?
this year 2023.. is it reliable to use Codeigniter or Laravel?
Thank you
Why do we have to include view cells inside views? cannot we just include view inside other view ?
my codeignitor doesn't display any error message even if I am in development mode? how can I solve this ?
Most likely, you did not specify the baseUrl in your .env file
thanks very much bro
You're welcome!
keren
hi i have some errors the data array cannot pass to the views
class Home extends BaseController
{
public function index()
{
$data['title'] = 'CodeInter Tutorial';
return view('frontend/home/index_view' $data);
}
you forgot a comma
You look like @awilddice
thank you