May 13, 2022
All Joomla extensions have XML manifest files (<extension_name>.xml). This file is located in the root directory of the installation package. It include general installation information and parameters for the extension.
Read MoreApril 29, 2022
Users can be filtered by four types: basic user information, user group & custom fields, statistics and aggregate statistics. You can add multiple conditions.
Read MoreApril 28, 2022
Joomla! included Task Scheduler from the version Joomla! 4.1. It helps to automate repetitive and routine tasks for for a wide variety of maintenance and reporting tasks.
Read MoreApril 14, 2022
Plugins are easily installed as a .zip file but a correctly formatted XML file must be included. The object-oriented way of writing plugins involves writing a subclass of CMSPlugin.
Read MoreApril 11, 2022
All Joomla articles or content is stored in one database table organised into different categories. However, in this extension, the content is stored in different database tables.
Read MoreApril 02, 2022
You can display Joomla articles in three layouts: list, blog or card.
Read MoreMarch 16, 2022
The preg_match() function searches a string for a specific pattern, returning TRUE if it exists and FALSE otherwise.
Read MoreMarch 12, 2022
The preg_grep() function searches all elements of an array, returning an array consisting of all elements matching a certain pattern.
Read MoreMarch 10, 2022
The calendar form field type provides a text box for entry of a date. An icon next to the text box provides a link to a pop-up calendar, which can also be used to enter the date value. If the field has a saved value this is shown in the text box. Otherwise the default value, if any, is displayed.
Read MoreMarch 08, 2022
The dns_get_record() function returns an array consisting of various DNS resource records pertinent to a specific domain.
Read MoreMarch 04, 2022
The Domain Name System (DNS) is what allows you to use domain names (e.g., example.com) in place of the corresponding IP address, such as 192.0.34.166. The domain names and their complementary IP addresses are stored on domain name servers, which are interspersed across the globe.
Read MoreMarch 01, 2022
Web Services are typically application programming interfaces (APIs) or web APIs that are accessed via Hypertext Transfer Protocol (HTTP) and executed on a remote system hosting the requested services.
Read More