Welcome Guest, Not a member yet? Register   Sign In
passing variable - shows invalid variable ...
#6

Also I found that in the views with CodeIgniter 4.6.0 and PHP 8.4.5 I have to add the following in my views

PHP Code:
<?php
/**
 * Main View (menu_editor/index.php)
 * ----------------------------------------------
 *
 * @var TYPE_NAME $title
 * @var TYPE_NAME $menus
 */

$this->extend('layouts/main');
?>
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: passing variable - shows invalid variable ... - by InsiteFX - 04-12-2025, 03:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB