tags:

views:

77

answers:

0

Just wondering how other developer do that or if it's possible.

To me Wordpress has a lot of useful template tags and can get developers kicked started quickly. Although when the site grows big, i often found the need to seperate the presentation layer and the business logic.

Currently i am developing a semi large scale website with wordpress as the backend. I kind of seperate the Model and View, however the action controller seems more difficult to implement. I can only think of attach the query string with

balbal/p=98&action=foo

and then setup page template with action functions, any alternative?