Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 01_Data_Model_and_ORM.md #4001

Closed
wants to merge 2 commits into from

Conversation

jeffreyguo
Copy link
Contributor

Updated NewsArticle to NewsPage accordingly.

Updated NewsArticle to NewsPage accordingly.
@@ -12,7 +12,7 @@ information.

All data tables in SilverStripe are defined as subclasses of [api:DataObject]. The [api:DataObject] class represents a
single row in a database table, following the ["Active Record"](http://en.wikipedia.org/wiki/Active_record_pattern)
design pattern. Database Columns are defined as [Data Types](data_types_and_casting) in the static `$db` variable
design pattern. Database Columns are is defined as [Data Types](data_types_and_casting) in the static `$db` variable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"are is" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebase, I think?

kinglozzer added a commit that referenced this pull request Mar 19, 2015
* jeffreyguo-patch-2:
  Update 01_Data_Model_and_ORM.md
@kinglozzer
Copy link
Member

Squashed and merged in e0627c7, thanks @jeffreyguo :)

@kinglozzer kinglozzer closed this Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants