From 0bdf78cc5369433e41e60bdd9f14fd0f53617e87 Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Sun, 6 Oct 2024 02:14:05 +0000 Subject: [PATCH] Create JArrayHelper readme file --- .../README.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/06aa47b5-293f-4a18-9f0d-986cf11a5cb9/README.md diff --git a/src/06aa47b5-293f-4a18-9f0d-986cf11a5cb9/README.md b/src/06aa47b5-293f-4a18-9f0d-986cf11a5cb9/README.md new file mode 100644 index 0000000..1e37786 --- /dev/null +++ b/src/06aa47b5-293f-4a18-9f0d-986cf11a5cb9/README.md @@ -0,0 +1,37 @@ +``` + ██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗ + ██║██╔═══██╗██╔═══██╗████╗ ████║██║ ██╔══██╗ ██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗ + ██║██║ ██║██║ ██║██╔████╔██║██║ ███████║ ██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝ +██ ██║██║ ██║██║ ██║██║╚██╔╝██║██║ ██╔══██║ ██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗ +╚█████╔╝╚██████╔╝╚██████╔╝██║ ╚═╝ ██║███████╗██║ ██║ ██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║ + ╚════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝ +``` +# JArrayHelper + +ArrayHelper is an array utility class for doing all sorts of odds and ends with arrays. + +The Joomla! Power feature allows you to use Joomla classes in your project without manually managing their namespaces. JCB will automatically add the correct namespaces to your files. If Joomla classes change in future versions, such as from Joomla 3 to 5, JCB will update them for you. + +However, if there are breaking changes in function names, you may need to make some manual adjustments. The Joomla Power Key (JPK) helps you easily search for these classes. + +By using the JPK (Joomla Power Key) in your custom code (replacing the class name in your code with the JPK), JCB will automatically pull the Joomla! Power from the repository into your project. + +To add this specific power to your project in JCB: + +> simply use this JPK +``` +Joomla---06aa47b5_293f_4a18_9f0d_986cf11a5cb9---Power +``` +> remember to replace the `---` with `___` to activate this Joomla! Power in your code + +--- +``` + ██╗ ██████╗██████╗ + ██║██╔════╝██╔══██╗ + ██║██║ ██████╔╝ +██ ██║██║ ██╔══██╗ +╚█████╔╝╚██████╗██████╔╝ + ╚════╝ ╚═════╝╚═════╝ +``` +> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder) +