|
Content with label coding in Development (See content from all spaces)
Related Labels:
developer, components, standards, api, mambo45, extensions, classes, mambo46, mambots, rest, representational, security, methods, state, transfer, modules, functions, mambo, events
Mambo's RESTful API
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, developer, components
|
Development
Other labels:
developer, mambo, extensions
|
Using Functions
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:
developer, extensions, mambo46, functions
|
Writing Mambots for Mambo 4.5
What's in a Mambot This article applies to Mambo versions <=4.5.5 Introduction A Mambot is a plugin script that runs during certain events within the Mambo code. There are several different types of mambots. But the most common type and the one we'll cover in this article is the content ...
Other labels:
developer, mambots, mambo45
|
Create a simple module for Mambo 4.5
an explanation of how to create a module. The functions of the module will be very limited, but this article shows you a little bit about the framework of modules. Module Tutorial Introduction This tutorial aims to give you a grounding in the basic concepts for writing Mambo modules ...
Other labels:
developer, modules, mambo45
|
Writing for Security
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, extensions, developer
|
Completing the Compatible Extension
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:
developer, extensions, mambo46
|
Using Class Methods
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:
developer, classes, extensions, mambo46
|
Using Parameters on the Site
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:
developer, extensions
|
Using Parameters
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:
developer, extensions
|
|
|