Relative Content

Tag Archive for map

Multi-platform Map Application

I’m working on a web project (PHP, jQuery) which currently using Google Maps powering up the map functionality of the application, however we need to make it multi-platform like you can go to the dashboard and choose one from 5-10 map providers (which Goolge Maps is just one of them) to underlying your map functionality.

Map of functions vs switch statement

I’m working on a project that processes requests, and there are two components to the request: the command and the parameters. The handler for each command is very simple (< 10 lines, often < 5). There are at least 20 commands, and likely will have more than 50.

how to map controllers , models, and views as a todo list

Before starting on a current project I was wondering if there is a terminology for what I am planning on doing? Basically what I want to do is map out every object in layers such as all the controllers and what they’ll be called, the methods that will exist under the controllers and their purpose; Including, the models that the methods will be interacting with and the views that will be displayed based on certain actions. This way I’ve created a detailed to-do list and can catch any duplicates and make them as one call. I’ve heard of something called doctrine but I’m not sure if it will be what im looking for since i dont know how to use it but have heard of it having to do with documentation.