Skip to content

Commit

Permalink
Documentation Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Jun 6, 2024
1 parent 7f3a4a7 commit 4c9f57f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
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)
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4. [More about Records](./more-about-records.md)
5. [More about Collections](./more-about-collections.md)
2 changes: 1 addition & 1 deletion docs/indtroduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 4 additions & 1 deletion docs/more-about-collections.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Coming Soon
# Coming Soon


[<<< Previous](./more-about-records.md)
4 changes: 3 additions & 1 deletion docs/more-about-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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)
4 changes: 3 additions & 1 deletion docs/more-about-records.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Coming Soon
# Coming Soon

[<<< Previous](./more-about-models.md) | [Next >>>](./more-about-collections.md)

0 comments on commit 4c9f57f

Please sign in to comment.