Magento Form Fields – Fieldsets
When creating forms for Magento, it is helpful to know the different types of built-in fields that can be used while creating a form. The
When creating forms for Magento, it is helpful to know the different types of built-in fields that can be used while creating a form. The
If you have an array that contains a hundred different values, you may be wondering how you can check if that array contains a certain
If you need to insert a comma separated string into a variable you can accomplish this with the following code. Let’s take a look at
If you find that you have a string that contains commas and you need to remove them you can do the following. Let’s assume your
Counting the elements in an array is quite simple. The $counter variable will now contain the value of 3. However, if your array contains empty