From 4c9f57f8e189601b2bedd53ef0fe7a0bf499b41f Mon Sep 17 00:00:00 2001 From: rotimi Date: Wed, 5 Jun 2024 18:31:49 -0600 Subject: [PATCH] Documentation Updates --- docs/getting-started.md | 4 +++- docs/index.md | 4 ++-- docs/indtroduction.md | 2 +- docs/more-about-collections.md | 5 ++++- docs/more-about-models.md | 4 +++- docs/more-about-records.md | 4 +++- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6326339..baccdb1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1589,4 +1589,6 @@ The code above should output something like this below: ] ``` -That's all for query logging. To learn more take a look at the source code for the query logging related methods in **\LeanOrm\Model**. \ No newline at end of file +That's all for query logging. To learn more take a look at the source code for the query logging related methods in **\LeanOrm\Model**. + +[<<< Previous](./indtroduction.md) | [Next >>>](./more-about-models.md) diff --git a/docs/index.md b/docs/index.md index b8c4721..d78a8f3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,5 +3,5 @@ 1. [Introduction](./indtroduction.md) 2. [Comprehensive Guide](./getting-started.md) 3. [More about Models](./more-about-models.md) -3. [More about Collections](./more-about-collections.md) -3. [More about Records](./more-about-records.md) \ No newline at end of file +4. [More about Records](./more-about-records.md) +5. [More about Collections](./more-about-collections.md) diff --git a/docs/indtroduction.md b/docs/indtroduction.md index 65f10cf..81edc7a 100644 --- a/docs/indtroduction.md +++ b/docs/indtroduction.md @@ -50,4 +50,4 @@ The Model class also acts as a Data Mapper by being able to map: Most of these deliberately omitted features can be easily implemented in your applications by extending LeanOrm classes and creating new methods or overriding existing methods and adding the necessary code there or by using other composer installable packages that provide the desired functionality. -[Next >>>](./indtroduction.md) +[Next >>>](./getting-started.md) diff --git a/docs/more-about-collections.md b/docs/more-about-collections.md index 8276d92..9620fdc 100644 --- a/docs/more-about-collections.md +++ b/docs/more-about-collections.md @@ -1 +1,4 @@ -# Coming Soon \ No newline at end of file +# Coming Soon + + +[<<< Previous](./more-about-records.md) \ No newline at end of file diff --git a/docs/more-about-models.md b/docs/more-about-models.md index a6d53ce..3fc9a83 100644 --- a/docs/more-about-models.md +++ b/docs/more-about-models.md @@ -11,4 +11,6 @@ are being cached: * **fetchTableListFromDB(): array** * **fetchTableColsFromDB(string $table_name): array** -Other methods that could gain performance improvements will be added and documented as time goes on. \ No newline at end of file +Other methods that could gain performance improvements will be added and documented as time goes on. + +[<<< Previous](./getting-started.md) | [Next >>>](./more-about-records.md) \ No newline at end of file diff --git a/docs/more-about-records.md b/docs/more-about-records.md index 8276d92..6fc1f32 100644 --- a/docs/more-about-records.md +++ b/docs/more-about-records.md @@ -1 +1,3 @@ -# Coming Soon \ No newline at end of file +# Coming Soon + +[<<< Previous](./more-about-models.md) | [Next >>>](./more-about-collections.md) \ No newline at end of file