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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -