Live data from Hacker News

Show HN: ShowCase – An open source PHP web app to show your projects with ease

github.com

1–6 of 6 posts

Re: Show HN: ShowCase – An open source PHP web app to show your projects with ease

#5
post #4
post #3

The "classic php" mix of core application logic and templates is concerning in 2015.

Do you mean to say that I should introduce a framework?

doesn't have to be using a framework. Even just separating application logic from the templates would improve it.

Re: Show HN: ShowCase – An open source PHP web app to show your projects with ease

#6
post #5
post #4

Earlier quoted context omitted.

Do you mean to say that I should introduce a framework?

doesn't have to be using a framework. Even just separating application logic from the templates would improve it.

Ahh I see, makes sense. Never really put much thought into that, appreciate it! Thanks