Skip to content

Commit d0d1beb

Browse files
author
Marko
committed
Evo sam kao sad razdvojio ova dva fajla. Sad ide kod u jedan fajl a view u drugo
Hvala Marko u buducnosti
1 parent cb4771a commit d0d1beb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.idea/

index.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3-
$greeting = 'Hello world';
3+
$greeting = 'Hello world Marko';
4+
45

56
require 'index.view.php';

0 commit comments

Comments
 (0)