search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

database

Related article: HTML5/JavaScript Event Calendar (Open-Source)
Asked by pascal
5 years ago.

how do you connect your onw database?

Answer posted by Dan Letecky [DayPilot]
5 years ago.

In PHP, you can modify the backend scripts (backend_events.php, backend_create.php) to work with your database. The DB connection properties can be found in _db.php.

The MVC version defines the data source in web.config and uses Linq to SQL to access the database (App_Code/Data/DayPilot.dbml).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.