Logic way of organizing logic? - Joomla! Forum - community, help and support
hello everyone,
i new joomla , have been reading , practicing tutorials hard ready develop first website. know website going require components, modules , mamobts, , looking guide tips on how organize programming logic. example, if we're talking components, there are:
component.php
component.html.php
admin.component.php
component.class.php
admin.component.html.php
toolbar.component.html.php
toolbar.component.php
plus xml file required create component. question is, how can 1 explain should going in these files? example, how know place in component.php versus component.html.php? since of these files have .php extension seems though have access php library cannot discern files use what. since starting out, want make sure have solid understanding of organization methodology before start coding. anyway, thank can provide.
i new joomla , have been reading , practicing tutorials hard ready develop first website. know website going require components, modules , mamobts, , looking guide tips on how organize programming logic. example, if we're talking components, there are:
component.php
component.html.php
admin.component.php
component.class.php
admin.component.html.php
toolbar.component.html.php
toolbar.component.php
plus xml file required create component. question is, how can 1 explain should going in these files? example, how know place in component.php versus component.html.php? since of these files have .php extension seems though have access php library cannot discern files use what. since starting out, want make sure have solid understanding of organization methodology before start coding. anyway, thank can provide.
Comments
Post a Comment