Events Calendar

Staff Development Calendar

Professional Development Opportunities. Now Available.

CLICK HERE

District Pro D

February 26, 2021 District Pro D

More Information Coming Soon!

Sample image

Welcome to Office 365

Burnaby has launched Office365 for Secondary Students and Staff.

CLICK HERE

Professional Growth Plan

Professional Growth Plan

Professional Growth Program unique to Burnaby Schools. Click Here for the Brochure.

LEARN MORE

The main visual tool that shows a list of the Categories defined on the Joomla web site.

In Joomla! a Category is a collection of Articles. In Joomla! a website might have Categories called "Animals" and "Plants". Within the "Animals" Category, the website might have Sub Categories such as "Birds" and "Mammals". Within the "Birds" Category, the website might have Articles such as "Parrots" and "Sparrows".

The example above could be expanded even more with specific articles on different species of Parrots and Sparrows. Start with using an "Animal" Top Category. Placing the Sub Categories "Birds" and "Mammals" are under the Animal category, and then a "Parrots" and "Sparrows" Sub Category under the "Birds" Sub Category as shown.

Animals
Birds
Parrots
Sparrows
Mammals

Now you can create multiple articles in the Parrot and Sparrow Categories.

Categories are maintained using the Category Manager which can be reached in the Administrator (Back-end) by clicking on the Content menu, then the Category Manager menu item.

One of the three elements of the model-view-controller design pattern. The model encapsulates the data used by the component. The model is typically all about the “business” or “domain” logic and the database. The base API class we use for models is called JModel.