Excellent Alex! Using my time to learn from your tutorials! Thanks!!
@AlexLancer4 жыл бұрын
Great to hear!
@jigglypotatoes4 жыл бұрын
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.
@AlexLancer4 жыл бұрын
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.
@MeridionWanderer4 жыл бұрын
Thank you! I had hard time to get view_cell to work, but you made it more clear for me
@MrKeebee8 ай бұрын
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!
@robertg1968 Жыл бұрын
Hello great tutorial, thank you Just wondering why at this point you didn't moved also the navigation bar into a cell
@emuna93474 жыл бұрын
Do you have your example in git files ?
@melvinreano1221 Жыл бұрын
this year 2023.. is it reliable to use Codeigniter or Laravel?
@cebeb38raneharshad604 жыл бұрын
Thank you
@nikosspiropoulos84173 жыл бұрын
Why do we have to include view cells inside views? cannot we just include view inside other view ?
@yomaru_19994 жыл бұрын
my codeignitor doesn't display any error message even if I am in development mode? how can I solve this ?
@AlexLancer4 жыл бұрын
Most likely, you did not specify the baseUrl in your .env file
@chaker77784 жыл бұрын
thanks very much bro
@AlexLancer4 жыл бұрын
You're welcome!
@kotakukepri28923 жыл бұрын
keren
@mggaming20244 жыл бұрын
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); }