Skip to content

Commit

Permalink
Improve wording of sentence in first part of tutorial series
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravatronics committed Jul 29, 2017
1 parent fc33ec2 commit 332f190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ In our PHP code, each person will be represented by an object of the following c
{% endhighlight %}

The important thing here is that `Person` extends `DatabaseObject`.
Additionally, we implement the `IRouteController` interface that allows us to use `Person` objects to create links and implement PHP's magic [__toString()](https://secure.php.net/manual/en/language.oop5.magic.php#object.tostring) method for convenience.
Additionally, we implement the `IRouteController` interface, which allows us to use `Person` objects to create links, and we implement PHP's magic [__toString()](https://secure.php.net/manual/en/language.oop5.magic.php#object.tostring) method for convenience.

For every database object, you need to implement three additional classes:
an action class, an editor class and a list class.
Expand Down

0 comments on commit 332f190

Please sign in to comment.