|
All content with label developer.
Related Labels:
coding, components, mambo46, standards, mambo45, api, classes, templates, extensions, mambots, modules, rest, mambo, csv, methods, transfer, functions, security, events, installation, programming, representational, acl, state
more »
Mambo's RESTful API
(Development)
REST What is it? Best explained on Wikipedia http://en.wikipedia.org/wiki/RepresentationalStateTransfer. Why we use it? Mambo has always been a stable and secure CMS solution for building sites and managing content. With the addition of the new REST API ...
Other labels:
rest, representational, state, transfer, components, coding
|
REST Requirements, Installation, and Examples
(Development)
REST Requirements, Installation, and Examples Requirements # Mambo 4.7.x # PHP 5\ (Will NOT work with PHP 4) # comrest # modrest (optional) Installation After double checking that your setup meets the stated requirements you are ready to being installation. Here ...
Other labels:
rest, installation
|
Development
Other labels:
mambo, extensions, coding
|
Writing for Security
(Development)
How to Make your Mambo Extension more Secure By default, Mambo is very secure. While most core components are safe and secure, often hackers get into the system by using third party extensions. This article is targeted at giving you an ...
Other labels:
security, components, mambots, coding, extensions
|
Using Parameters on the Site
(Development)
Parameters replace the bit?wise masking technique used in site components and modules. The mosParameters class has three methods that you will use to access parameters: get( 'name' , 'default' )This methods will return the value of a parameter if it exists or is set, otherwise it returns ...
Other labels:
coding, extensions
|
Using Parameters
(Development)
article describes how to use the parameter system in your Mambo Modules and Components. Parameters provided with components relate to the when they are added to menu items. The parameters will show when you edit the menu item. XML Definition The setup file for Modules ...
Other labels:
coding, extensions
|
Packaging Custom Work
(Development)
Overview Mambo comes with an easytouse installer for Modules, Mambots, Components and Templates. Using the installer, the site administrator can add features and templates by uploading one zipped file. This topic describes how to create the Mambot, Module, Component and Template ...
Other labels:
extensions, coding
|
Completing the Compatible Extension
(Development)
Putting it all together... This article is the final part of the fourpart series of articles about developing extensions with compatibility in mind. Developing Extensions for Compatibility Let's put it all together and see how it works. You have your class defined. Now ...
Other labels:
extensions, coding, mambo46
|
Using Class Methods
(Development)
article is part Three of the series of articles about developing extensions with compatibility in mind Developing Extensions for Compatibility. In the previous section, we talked about using functions dev:Using Functions to return information. We're likely to build up ...
Other labels:
classes, extensions, mambo46, coding
|
Using Functions
(Development)
article is part Two of the series of articles about Developing Extensions for Compatibility For compatibility, we can use functions to collect and return common information. In PHP, functions are global in scope. That means we can call them from anywhere and return ...
Other labels:
extensions, mambo46, coding, functions
|
|
|