From eab6bb13b9efb3e1c6d725368368de4d74b00946 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 7 May 2007 04:17:37 +0000 Subject: Update Active Record docs. --- .gitattributes | 1 + UPGRADE | 3 + build.xml | 12 +- buildscripts/chmbuilder/ChmQuickstartBuilder.php | 16 +- buildscripts/chmbuilder/build.php | 2 +- buildscripts/chmbuilder/chm_style.css | 18 + buildscripts/phing/tasks/PradoQuickStartDocs.php | 85 +++ buildscripts/texbuilder/Page2Tex.php | 4 +- buildscripts/texbuilder/quickstart/build.php | 2 +- .../protected/pages/Advanced/Performance.page | 2 +- .../protected/pages/Advanced/Scripts3.page | 4 +- .../protected/pages/Configurations/Templates1.page | 2 +- .../protected/pages/Controls/Validation.page | 4 +- .../protected/pages/Database/ActiveRecord.page | 592 ++++++++++++++++++--- .../protected/pages/Database/Scaffold.page | 46 +- .../protected/pages/GettingStarted/AboutPrado.page | 4 +- .../pages/GettingStarted/Introduction.page | 12 +- .../pages/GettingStarted/NewFeatures.page | 6 +- .../protected/pages/Services/SoapService.page | 2 +- .../protected/pages/Tutorial/AddressBook.page | 4 +- demos/quickstart/themes/PradoSoft/style.css | 6 +- .../Relations/TActiveRecordBelongsTo.php | 2 +- .../Relations/TActiveRecordHasManyAssociation.php | 18 +- .../Relations/TActiveRecordRelation.php | 4 - .../Relations/TActiveRecordRelationContext.php | 13 +- framework/Data/ActiveRecord/TActiveRecord.php | 30 +- .../Data/ActiveRecord/TActiveRecordGateway.php | 13 +- framework/Data/Common/Sqlite/TSqliteMetaData.php | 5 +- framework/Data/DataGateway/TDataGatewayCommand.php | 13 +- framework/Data/DataGateway/TTableGateway.php | 27 +- .../simple_unit/ActiveRecord/FindBySqlTestCase.php | 29 +- .../ActiveRecord/ForeignObjectUpdateTest.php | 32 +- tests/simple_unit/DbCommon/SqliteColumnTest.php | 7 +- .../TableGateway/TableGatewayPgsqlTest.php | 2 +- 34 files changed, 856 insertions(+), 166 deletions(-) create mode 100644 buildscripts/phing/tasks/PradoQuickStartDocs.php diff --git a/.gitattributes b/.gitattributes index 333c1d80..a007f8b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -617,6 +617,7 @@ buildscripts/phing/tasks/PhpLintTask.php -text buildscripts/phing/tasks/PradoDocTask.php -text buildscripts/phing/tasks/PradoPackageTask.php -text buildscripts/phing/tasks/PradoPearTask.php -text +buildscripts/phing/tasks/PradoQuickStartDocs.php -text buildscripts/phing/tasks/PradoTestTask.php -text buildscripts/phing/tasks/PradoVersionTask.php -text buildscripts/phing/tasks/QuickstartIndexTask.php -text diff --git a/UPGRADE b/UPGRADE index f18cb74f..b8076554 100644 --- a/UPGRADE +++ b/UPGRADE @@ -17,7 +17,10 @@ Upgrading from v3.1b - Comment tag (introduced in v3.1a) is changed to - When TDataList.RepeatLayout is Raw, the items will render