You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -547,7 +547,7 @@ Output:
547
547
}
548
548
```
549
549
550
-
You can call the ```php_crud_api_tranform()``` function to structure the data hierarchical like this:
550
+
You can call the ```php_crud_api_transform()``` function to structure the data hierarchical like this:
551
551
552
552
```
553
553
{
@@ -604,7 +604,7 @@ You can call the ```php_crud_api_tranform()``` function to structure the data hi
604
604
}
605
605
```
606
606
607
-
This transform function is available for PHP and JavaScript in the files ```php_crud_api_tranform.php``` and ```php_crud_api_tranform.js``` in the "lib" folder.
607
+
This transform function is available for PHP and JavaScript in the files ```php_crud_api_transform.php``` and ```php_crud_api_transform.js``` in the "lib" folder.
0 commit comments