summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-08-23 13:08:33 +0200
committerFabio Bas <ctrlaltca@gmail.com>2014-08-23 13:08:33 +0200
commit0269aefc30d65ddb5d197bac7819feed5bf78de8 (patch)
tree785c3e8d7438e78fcca7bf2867620910515109b4 /demos
parent8e4409a70876175ba8dc54e1a084c37a7861bfbf (diff)
Manually backported Wsat
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/quickstart/protected/pages/GettingStarted/CommandLine.page3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
index 6f56cd72..018a493e 100755
--- a/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
+++ b/demos/quickstart/protected/pages/GettingStarted/CommandLine.page
@@ -109,8 +109,6 @@ PostRecord#1
)
</com:TTextHighlighter>
</p>
-<<<<<<< HEAD
-=======
<h2>Creating Active Record Classes</h2>
<p>
@@ -141,5 +139,4 @@ At the prompt, enter the following two commands to create <tt>UserRecord</tt> an
Here we used the <a href="?page=Fundamentals.Components1">namespace format</a> again to specify the classes to be created. The path <tt>Application.database.UserRecord</tt> indicates that we want the <tt>UserRecord</tt> class file to be <tt>protected/database/UserRecord.php</tt>.
</p>
->>>>>>> ef81c44... Quickstart Doc overhaul, pt. 2: active controls + minor fixes
</com:TContent>