You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.
I remember the times when I was starting learning Joomla. The Hello World tutorial, while partially useful, it always caused confusion because of MVC components which are named like HelloWorldModelHelloWorld are really bad examples of the naming conventions in Joomla and don't much help to get a better grasp of them.
Maybe when a general revision is to take place, implementing something closer to the real world and real needs would be beneficial for newcomers.
Like: com_company, CompanyModelEmployee.
The text was updated successfully, but these errors were encountered:
I completely agree, it can be very confusing. Maybe when we get the 3.x version finalized, we can look at better naming for it. com_company may be a good way to go.
Whilst I recognise this post was created a long time ago, I would have to agree with Vdespa also. I am trying to get my head round the Joomla Tutorial with the latest version 3.6.5 but the hello world doesn't work for me unfortunately. From looking at many books, videos and diagrams I've finally got my head round it but I had to find resources which didn't use the typical "hello world" as the example. I struggle with naming conventions which aren't related to what the "thing" is meant to be doing. So the same is true with trying to understand when functions say $k = $k etc. Literal thinker requires literal conventions in my case.
On the later steps appears greeting. It would be fine to use HelloWorldModelGreeting, HelloWorldModelGreetings, HelloWorldViewGreeting, HelloWorldViewGreetings and so on...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I remember the times when I was starting learning Joomla. The Hello World tutorial, while partially useful, it always caused confusion because of MVC components which are named like
HelloWorldModelHelloWorld
are really bad examples of the naming conventions in Joomla and don't much help to get a better grasp of them.Maybe when a general revision is to take place, implementing something closer to the real world and real needs would be beneficial for newcomers.
Like:
com_company
,CompanyModelEmployee
.The text was updated successfully, but these errors were encountered: