Show HN: ShowCase – An open source PHP web app to show your projects with ease
1–6 of 6 posts
Re: Show HN: ShowCase – An open source PHP web app to show your projects with ease
#2It's my first open source project so any feedback is much appreciated.
Re: Show HN: ShowCase – An open source PHP web app to show your projects with ease
#3The "classic php" mix of core application logic and templates is concerning in 2015.
Re: Show HN: ShowCase – An open source PHP web app to show your projects with ease
#4The "classic php" mix of core application logic and templates is concerning in 2015.
Do you mean to say that I should introduce a framework?
Re: Show HN: ShowCase – An open source PHP web app to show your projects with ease
#5Re: Show HN: ShowCase – An open source PHP web app to show your projects with ease
#6Earlier 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