Welcome Guest, Not a member yet? Register   Sign In
Noob working through tutorial
#5

(03-06-2016, 03:34 PM)kenjis Wrote: Can you show your all view file names?

views/pages/home.php

Code:
<p>Hello World!</p>

<p>This is the home page!</p>


views/pages/about.php

Code:
<p>Hello World!</p>

<p>This is the about us page!</p>


views/templates/header.php

Code:
<html>
<head>
<title>CodeIgniter Tutorial</title>
</head>
<body>
<h1><?php echo $title; ?></h1>

views/templates/footer.php

Code:
<em>&copy; 2016</em>
</body>
</html>
Reply


Messages In This Thread
Noob working through tutorial - by muckydog - 03-06-2016, 11:29 AM
RE: Noob working through tutorial - by albertleao - 03-06-2016, 01:13 PM
RE: Noob working through tutorial - by muckydog - 03-06-2016, 03:00 PM
RE: Noob working through tutorial - by kenjis - 03-06-2016, 05:51 PM
RE: Noob working through tutorial - by muckydog - 03-07-2016, 09:25 AM
RE: Noob working through tutorial - by kenjis - 03-06-2016, 03:34 PM
RE: Noob working through tutorial - by muckydog - 03-06-2016, 03:50 PM
RE: Noob working through tutorial - by InsiteFX - 03-06-2016, 04:56 PM
RE: Noob working through tutorial - by pdthinh - 03-06-2016, 05:47 PM
RE: Noob working through tutorial - by muckydog - 03-07-2016, 09:23 AM
RE: Noob working through tutorial - by arma7x - 03-06-2016, 06:44 PM
RE: Noob working through tutorial - by Code4fun - 03-07-2016, 03:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB