Wiki articles in category Tutorials tagged with "db"

Showing 1-3 of 3 items.

Active Record snapshotting (Model data base history)

Created 11 years ago by Bizley Bizley, updated 11 years ago by Bizley Bizley.

One of the common tasks the web application might be required to perform, especially the app using some kind of a CMS, is to save the history of data changes. Your client for sure will want the answer to this simple question - If I mess this up or delete by accident can we bring it back? Well, DB backup is one thing and quick recovery is another - let's talk about latter one.

1 0
5 followers
Viewed: 19 485 times
Version: 1.1
Category: Tutorials

How to store array/widget configuration to the database with config validation rules

Created 12 years ago by Kartik V Kartik V, updated 12 years ago by Kartik V Kartik V.

Note the tag {{homeUrl}} will be dynamically replaced at runtime.

2 3
41 followers
Viewed: 29 304 times
Version: 2.0
Category: Tutorials

Configuring CWebLogRoute for DB profiling

Created 14 years ago by Igor Ivanovic Igor Ivanovic, updated 14 years ago by Igor Ivanovic Igor Ivanovic.

require_once($yii); Yii::createWebApplication($config)->run();

2 0
6 followers
Viewed: 36 652 times
Version: 1.1
Category: Tutorials