Front End and Back End

  • Thread starter Thread starter Ashley
  • Start date Start date
A

Ashley

What are best pratices to set up FE so I can make design
changes to FE anytime I need?
How about BE?

Thanks
 
Ashley

Front-end contains everything but the tables. Back-end contains only
tables. Front-end links to tables in back-end.

Note that this design allows you to distribute a "current" Front-end to
users while you are working on revisions to your copy of the Front-end.
When you're satisfied, you'd re-deploy the new Front-end to all users.

Changes to the Back-end, though, would affect everyone!
 
Back
Top