When creating custom entity types in October CMS, the built-in Tailor feature offers a convenient solution. You no longer need to directly edit PHP files or create plugins to manually declare database tables. However, the Tailor system has some limitations when it comes to advanced record management. Let’s imagine we…
Posts by Category: October CMS
to enhance your learning and projects quality
Posted on October 8, 2024 in Guides, October CMS
Read
Sometimes, you may need to upload a file to your October CMS directory, such as sitemap.xml or robots.txt. However, simply uploading the file to the site’s directory may not allow you to access it via a direct link. To ensure you can access the file via a direct link, follow…
Posted on May 22, 2024 in October CMS, Tips
Read
To access a specific component, you can use the following methods: It allows you to use method setProperty(). In the following example we change the recordsPerPage property of the collection after the component is initialized: If you initialize the component from a partial, you can retrieve the component and change…
Posted on March 15, 2024 in October CMS, Tips
Read