Problem It’s not finished yet, but I want to know if the structure and the classes are ok and what […]
Tag: url-routing
N-layered application structure in ASP.NET MVC 5
Problem I’ve been trying to set up an n-layered application in ASP.NET MVC 5. I’ve converted my account controller to […]
Routing, Navigation and State in MVC
Problem I am attempting to refactor my app using the MVC paradigm. My site displays charts. The URLs are of […]
Is dynamically generating routes from Model enum safe?
Problem I am generating routes and responding to it dynamically by looking at the enum defined in the model. Is […]
Structuring code to do URL routing for Node.js [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Questions must involve real code that you own […]
PHP code to show a PHP page
Problem I’m trying to avoid manually updating a whitelist of pages, so I wrote the following that I might use, […]
PHP MVC framework
Problem I am kind of new to MVC, I’ve read lots of tutorials online but each keep using different approaches […]
Load other files (from outside public_html) under index.php
Problem I wanted to load every page under index.php with a simple index.php?do=login For example when the link index.php?do=login or […]
Apache2 mod_rewrite directive
Problem The website I’m working on is essentially project-management software. Each project has a code (alphanumeric lowercase, with hyphens). The […]
CakePHP static pages (without entity) but with dynamic content
Problem I have a few pages that is not connected with entities (index page, terms of use page, email page). […]