Jump to content
MakeWebGames

Ullrge v1.0


Hedge

Ullrge v1.0  

1 member has voted

  1. 1. Ullrge v1.0

    • N/A
      1
    • N/A
      0


Recommended Posts

is there a demo?

I just downloaded and checked application\controller\home.php, there is alot of repeated code i.e.

require APP . 'view/_templates/external/header.php';
require APP . 'view/home/index.php';
require APP . 'view/_templates/external/footer.php';

that was repeated 9 times, this can make updating/maintaining it very hard

Link to comment
Share on other sites

is there a demo?

I just downloaded and checked application\controller\home.php, there is alot of repeated code i.e.

require APP . 'view/_templates/external/header.php';
require APP . 'view/home/index.php';
require APP . 'view/_templates/external/footer.php';

that was repeated 9 times, this can make updating/maintaining it very hard

 

Thanks for pointing that out, I'll see what i can do to improve on that.

also, i'll get a demo set up asap.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...