CodeIgniter 4 from Scratch - #7 - Views | View Cells | Part 2/3

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 21

  • @turkey8042
    @turkey8042 4 года назад +1

    This instruction is just awesome! Thanks Alex!!!

  • @someutubchannel69
    @someutubchannel69 4 года назад

    Excellent Alex!
    Using my time to learn from your tutorials!
    Thanks!!

  • @jigglypotatoes
    @jigglypotatoes 4 года назад +4

    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.

    • @AlexLancer
      @AlexLancer  4 года назад +4

      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.

  • @MeridionWanderer
    @MeridionWanderer 4 года назад

    Thank you! I had hard time to get view_cell to work, but you made it more clear for me

  • @MrKeebee
    @MrKeebee 8 месяцев назад

    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
    @robertg1968 Год назад

    Hello great tutorial, thank you
    Just wondering why at this point you didn't moved also the navigation bar into a cell

  • @emuna9347
    @emuna9347 4 года назад

    Do you have your example in git files ?

  • @melvinreano1221
    @melvinreano1221 Год назад

    this year 2023.. is it reliable to use Codeigniter or Laravel?

  • @cebeb38raneharshad60
    @cebeb38raneharshad60 4 года назад

    Thank you

  • @nikosspiropoulos8417
    @nikosspiropoulos8417 3 года назад +1

    Why do we have to include view cells inside views? cannot we just include view inside other view ?

  • @yomaru_1999
    @yomaru_1999 4 года назад

    my codeignitor doesn't display any error message even if I am in development mode? how can I solve this ?

    • @AlexLancer
      @AlexLancer  4 года назад +1

      Most likely, you did not specify the baseUrl in your .env file

  • @chaker7778
    @chaker7778 4 года назад

    thanks very much bro

  • @kotakukepri2892
    @kotakukepri2892 3 года назад

    keren

  • @mggaming2024
    @mggaming2024 4 года назад

    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);
    }

  • @heyxkiki
    @heyxkiki Год назад

    You look like @awilddice

  • @aldrinjohnencina6153
    @aldrinjohnencina6153 Год назад

    thank you