|
Content with label coding in Development (See content from all spaces)
Related Labels:
developer, components, standards, api, mambo45, extensions, mambo46, classes, mambots, transfer, modules, functions, mambo, events, rest, representational, security, methods, state
Packaging Custom Work
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:
developer, extensions
|
Component Event Handler
Mambo Component Event Handler This is where the other half of the serious work happens (actually it happens first). As for the presentation layer, event handler also builds up as we develop additional functionality. In fact, there are usually many more events handled ...
Other labels:
developer, components, events, mambo45
|
Component Presentation Layer
Mambo Component Presentation Layer Here is where the first half of the serious work starts. We need to create a presentation layer to display the html for different events that are going to be triggered by our component. The presentation layer is a file that builds up as we ...
Other labels:
developer, components, mambo45
|
Database Class Handlers
Mambo Database Class Handlers In Mambo we provide a special class that relieves the developer of a lot of low level database work on tables. This special class is called mosDBTable and will have already been declared for you. You don't use this class ...
Other labels:
developer, components, mambo45
|
The Component Toolbar
nbsp;Component Toolbar You need two files to control the display of the toolbar in the MOS Administrator. One file is the event handler (toolbar..php) and one controls the html output (toolbar..html.php) . This segregation of business logic and display is common throughout ...
Other labels:
developer, components, mambo45
|
Creating the Administrator Interface
Components creating the Administrator Interface There are a number of files required to support a component in the MOS Administrator. First you need to create a directory under the /administrator/components directory. You need to prefix this directory with com. You also need four (possibly ...
Other labels:
developer, components, mambo45
|
Developing the Administrator Component
How to Develop the Administrator Component We need to develop a component in the Administrator in order for your Client to maintain who should be shown on the in/out board. We also need to plug into the Categories feature to enable us to provide different groups of users ...
Other labels:
developer, components, mambo45
|
Developing the Database Schema
Developing the Database Schema We now have a rough brief to work with. What do we have to consider and how are we going to build it in the Mambo framework. Firstly what information do we need to store? The users that will be displayed on the in/out ...
Other labels:
developer, components, mambo45
|
Scoping and Planning
Scoping and Planning Component Development Let's work through the process of creating a customised component and supporting module. A client has asked you for what you know to be a module to display in one of the side panels of their existing Mambo intranet. This module needs ...
Other labels:
developer, components
|
Overview of Components
Components Components are the main functional units that display in your template, like the content management system, contact forms, web links and the like. This article serves to provide you with a number of useful examples that helps you learn how to create Components ...
Other labels:
developer, components
|
|
|