Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Feb 22, 2022
1 parent 1a88fca commit bfce518
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ use Javanile\Hamper\Hamper;
$hdb = Hamper::getInstance();
```

## Documentation
## ๐Ÿ“ƒ Documentation

The documentation lists all the functions you can use to make the code simple and easy to read.
The access you have on the data inside the database is based on extraction methods that return `array`
and that you can easily manipulate with `foreach`.
and that you can easily manipulate with `foreach`.
Use the functions well because they allow you to take a single record or a list of records or all the values of a column.
Before starting to use it, read the list of functions carefully, and you will automatically use the best one based on the context.
For each function you are also presented, the "๐Ÿ˜ฟ Legacy", the version of the old style Vtiger code you can replace with Hamper functions,
Before starting to use it, read the list of functions carefully, and you will automatically use the best one based on the context.
For each function you are also presented, the **"๐Ÿ˜ฟ Legacy"**, the version of the old style Vtiger code you can replace with Hamper functions,
comparing them, and you will realize how Hamper improves your work.

### All Functions
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ use Javanile\Hamper\Hamper;
$hdb = Hamper::getInstance();
```

## Documentation
## ๐Ÿ“ƒ Documentation

The documentation lists all the functions you can use to make the code simple and easy to read.
The access you have on the data inside the database is based on extraction methods that return `array`
and that you can easily manipulate with `foreach`.
and that you can easily manipulate with `foreach`.
Use the functions well because they allow you to take a single record or a list of records or all the values of a column.
Before starting to use it, read the list of functions carefully, and you will automatically use the best one based on the context.
For each function you are also presented, the "๐Ÿ˜ฟ Legacy", the version of the old style Vtiger code you can replace with Hamper functions,
Before starting to use it, read the list of functions carefully, and you will automatically use the best one based on the context.
For each function you are also presented, the **"๐Ÿ˜ฟ Legacy"**, the version of the old style Vtiger code you can replace with Hamper functions,
comparing them, and you will realize how Hamper improves your work.

### All Functions
Expand Down

0 comments on commit bfce518

Please sign in to comment.