General results for “www.nubobeauty.com”
MarkupPagerNav (markup for pagination) Docs
This module renders navigation for pagination. Such navigation usually appears as a list of "1, 2, 3, next…" links at the bottom of search results.
Easy access control About
ProcessWire uses a role-based access control system that supports any access control scenario you can think of.
Developing modules in ProcessWire Docs
It is easy to develop a module in ProcessWire, though some PHP experience is helpful. This section introduces module development and guides you through a simple example to get you started.
Introduction to modules Docs
Learn about what modules are, what different flavors of modules are available, how to install them, and where to get them.
ProcessWire ProfilerPro Shop
ProfilerPro is a tool and service for ProcessWire that helps you take performance to the next level by profiling and reporting on all the important events in ProcessWire. Part of the ProDevTools set of commercial modules.
ProFields: Textareas field type Shop
The Textareas Fieldtype and Inputfield lets you combine multiple named text fields into a single field.
ProFields: Table field type Shop
This Fieldtype is the first of its kind in that it lets you literally define your own Fieldtype. Think of it kind of like a lean and mean repeater field, with no extra overhead.
ProFields: Multiplier field type Shop
This Fieldtype and Inputfield combination lets you take almost any existing single-value Fieldtype, and use it to a multi-value Fieldtype.
ProcessWire Pro Fields Shop
ProFields are an powerful group of ProcessWire field types (with custom inputs) that enable you to manage more data with fewer fields. This saves you time, reduces overhead, and makes development more efficient and even more fun.
ProcessWire Pro Drafts Shop
ProDrafts enables you to easily maintain separate draft and live versions of any page in ProcessWire. It also provides automatic-save capability, live preview (preview as you type), group workflow functions and more!
ProCache CDN Integration Shop
Using ProCache with a CDN can drastically reduce the server’s overhead and bandwidth in delivering assets, while also greatly improving the speed at which they are delivered to end-users.
ProcessWire Pro Cache Shop
ProcessWire ProCache bypasses PHP and MySQL and enables your web server to deliver pages at the speed of static HTML. ProCache also includes CDN support, minification of HTML, CSS, JS, and many more optimizations.
Multiple-site support Docs
Multiple-site support implies running multiple web sites at independent domains or subdomains from the same ProcessWire installation and web hosting account.
Installing ProcessWire Docs
Information on how to download and install a new copy of ProcessWire from a ZIP file, from GitHub, or with Composer.
ProcessWire Page Lister Pro Shop
ListerPro is an amazing page listing and editing tool for the ProcessWire admin that enables you to find, filter, list, sort and even edit/manipulate pages (individually or in bulk) based on any of their properties.
Lazy Cron Docs
This core module provides hooks that are automatically executed at various intervals.
ProcessWire Form Builder Shop
Whether you need a large registration form or just a simple contact form, ProcessWire Form Builder helps you get the job done quickly and easily. It’s the ultimate tool for building and processing forms in ProcessWire.
ProcessWire API Explorer Shop
A comprehensive ProcessWire reference that’s always up-to-date, easy-to-use and ready when you are. Part of the ProDevTools set of commercial modules.
Using hooks in ProcessWire Docs
ProcessWire contains many methods that you may easily hook in order to modify the behavior of the method. Hooks can also be used to add new methods to existing classes.
Including and bootstrapping ProcessWire Docs
Use ProcessWire’s API in other PHP apps and shell scripts… It’s easy!
Input dependencies (or field dependencies) Docs
Input and field dependencies enable you to specify the conditions under which a particular field in the page editor is shown or required.
Using Selectors Docs
Selectors are simple strings of text that specify fields and values. These selectors are used throughout ProcessWire to find pages (and other types of data).
The $config API variable Docs
The $config API variable contains all the settings specific to your site configuration. This includes URLs and paths, database configuration, session configuration, and more.
The $pages API variable Docs
While the $page variable holds the current page, the $pages variable is where you can get at all the other pages in your site. It includes functions for getting, finding, saving and deleting pages.
Troubleshooting ProcessWire install or upgrade Docs
If you’ve run into an issue during installation or upgrade of ProcessWire, find out how to fix it here.