php - Symfony 1.x MVC concept/terms are different from main trend MVC terms -
php - Symfony 1.x MVC concept/terms are different from main trend MVC terms -
i found in symfony 1.x, terms utilize describe mvc different many other php frameworks. example,
the front-end , back-end in other frameworks might called 'group' or 'module', while symfony calls 'app'
'controllers' called 'modules' in symfony, , controller.class.php
called action.class.php. confusing, phone call 'controller' 'action', , what's name of action method within each action.class.php
file??
anyone help explain mvc term differences in symfony , other frameworks?
php model-view-controller symfony1
Comments
Post a Comment