<?php // // +---------------------------------------------------------------------------+ // | Daphne :: TestData :: DB | // +---------------------------------------------------------------------------+ // | Copyright (c) 2006 Daphne Communication Management | // +---------------------------------------------------------------------------+ // | This source file is copyrighted by Daphne Communication Management BV, | // | the Netherlands. If you would like to use this file in your projects, | // | please contact hide@address.com | // +---------------------------------------------------------------------------+ // | Authors: Oli Oskarsson <hide@address.com> | // +---------------------------------------------------------------------------+ // // $Id: Dataset_General.inc.php 229 2008-04-17 09:20:31Z oli $ // $Query = " INSERT INTO `NewsCategory` (`NewsCategoryID`, `Name`, `Description`, `CreatedByUserID`, `CreatedOn`, `EditedByUserID`, `EditedOn`) VALUES (1, 'Generic', 'Generic News for the masses ', 1, '2006-12-12 00:00:00', NULL, NULL), (2, 'Technology', 'Latest and the greatest in technology', 0, '2006-12-22 00:00:00', NULL, NULL), (3, 'Politics', 'What''s up with politics today', 0, '2006-12-22 00:00:00', NULL, NULL); "; ?>