Skip to content

Releases: shoulders/com_qwhelloworld-j3

Rebranded to QWHelloWorld

17 Oct 14:24
Compare
Choose a tag to compare

This allows me to used this as a reference component and I have changed the following:

  • Component Name --> QWHelloWorld
  • Messages/Greetings/HellowWorldView --> Projects
  • DB field 'greetings' --> title

These changes now make this example project much easier to understand and improve.

Class names all remapped

16 Oct 16:41
Compare
Choose a tag to compare

The class names have now been changed to their correct modern equivalent as defined in classmap.php and all the namespaces have been declared as needed.

This is the most modern release of Robbie Jacksons Tutorial project with minimal changes but with new class names.

Component all working

15 Oct 16:23
Compare
Choose a tag to compare

The component by Robbie Jackson is now all working. I have made minimal changes.

Initial Commit

13 Oct 13:40
Compare
Choose a tag to compare

This should be the code exactly as it was on the tutorial https://docs.joomla.org/J3.x:Developing_an_MVC_Component/Introduction after completing the last step Adding Custom Fields with none of the extras from Robbie Jackson.