Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2175

Joomla! 5.x Coding • Legacy component structure

$
0
0
Is there any decision on if/when LegacyComponent structure for component structure like

com_foo
|- controllers
| |- foo.php
|- helpers
| |- foo.php
|- models
| |- forms
| | |- foo.xml
| |- foo.php
|- views
| |- foo
| | |- tmpl
| | | |- default.php
|- foo.php

will need to be switched to

com_foo
|- forms
| |- foo.xml
|- services
| |- provider.php
|- src
|- |- Controller
|- |- |- DisplayController.php
|- |- |- FooController.php
|- |- Extension
|- |- |- FooComponent.php
|- |- Helper
|- |- |- FooHelper.php
|- |- Model
|- |- |- FooModel.php
|- |- Table
|- |- |- FooTable.php
|- |- View
|- |- |- Foo
|- |- |- |- HtmlView.php
|- tmpl
|- |- foo
|- |- |- default.php

Is it deprecated and will be removed with Joomla 6?

In the comment in https://github.com/joomla/joomla-cms/bl ... hp#L29-L30 it states removal but no comment about it in https://github.com/joomla/joomla-cms/bl ... hp#L29-L30

I hope someone knows more about the plans!

Statistics: Posted by JooN00b — Tue Nov 26, 2024 8:30 am



Viewing all articles
Browse latest Browse all 2175

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>