Questions tagged [database-driven]

25 questions
1
vote
1 answer

Dynamic menu = Php database driven

here's a custom & database driven unordered list script for PHP5 5.3.10 As you can see, this method is coming from a procedural background. It's about 1 year old and today, I was thinking to write it again, the data for this script is coming from 1…
jmayeux
  • 31
  • 5
1
vote
3 answers

Data base driven PHP - CSS dropdown menu

I have created a php file to retrieve the privileges of each user against their db data. And the code display it as a drop down box. The code below is used to retrieve and display…
Abel Jojo
  • 758
  • 3
  • 14
  • 30
0
votes
0 answers

Spring - decide on profile based on database

We use a WebApplicationInitializer to decide the relevant Spring profile based on local properties We want to decide on spring profile based on database table (one central place) The issue is that not all beans are initialized, can it be done in a…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
votes
1 answer

Dynamic forms on angular

we're planning on upgrading our current website (asp.net worbforms) to a single page application using angular. I'm not yet that fully familiar with angular, but is dynamic forms doable on angular? (Database driven pages) On our current website…
Mark
  • 1
0
votes
1 answer

database driven fields (field ids)

I need to make all the fields on my website database driven so I can do field level tracking and assign validations/field types etc to each field type. Current schema: L_SystemFields sys_field_id name L_Fields field_id sys_field_id (fk to…
Ray
  • 1
  • 1
0
votes
1 answer

Filemaker or web framework?

I have to build many data-driven web application for various clients. The aim is to build quickly CRUD screens with ACL (based upon tables and fields). I'm looking for the pros and cons of every solutions (Filemaker or a web framework like…
fego
  • 309
  • 5
  • 20
0
votes
2 answers

Database driven website dynamic redirect

Good morning, I am working on a site that will compare two things on each page dynamically from mysql through php. For examples sake, lets say its comparing travel destinations. An example url from one of these pages would be…
will74
  • 5
  • 2
0
votes
1 answer

EF is Database driven development?

Is 'Database Driven Development in windows' same as Application development uses Entity Framework. or is this (DB Driven Dev) has to use different framework or design? Please comment. Thanks.
Chris_web
  • 743
  • 3
  • 10
  • 19
0
votes
5 answers

How to create a database driven login system

I want to create a website that the login system shouldn't be handled by cookies, but on (a) table(s) in the local (on the server) SQL DB. Is there a way to do it? Even no partial way? What and where should I save instead of the cookie???
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
-1
votes
3 answers

How do database driven blog-style websites work?

Before I start: I know this is a very broad question, but it is the best way I could phrase it, I have searched around a lot and can only seem to find generic explanations. I searched SO and didn't find much. I have also skimmed through some pages…
valon
  • 467
  • 1
  • 7
  • 16
1
2