The mvc tag has no wiki summary.
0
votes
1answer
21 views
What's the most minimal way in which a page can be hooked into WP?
I do a fair bit with custom API's on WordPress-based sites, typically by creating page templates.
However, creating a custom page template, then creating a WP Page that utilizes it is kind of a pain ...
0
votes
1answer
98 views
Kohana Frontend, Wordpress Backend
I love Kohana code, I don't love Wordpress code.
I need to upgrade a blog to have a custom theme, very custom with Grid style blog roll (like Pinterest) and Traditional Blog Roll, and fully ...
0
votes
0answers
67 views
Porting OOP PHP/JS Framework to WP Theme framework Advice [closed]
I have a site framework skeleton which I've built up over the years and it's very light and powerful and offers a huge array of things which Wordpress doesn't really support. I hope to import it into ...
2
votes
1answer
800 views
require.js to load javascript
whilst wp_enqueue_script seems to work it's not really elegant. I'm currently making a WP front end which uses MVC (backbone.js) and has literally 30+ seperate Model/View/Collection/Controller scripts ...
14
votes
8answers
1k views
How to structure a plugin
This isn't a question about how to build a WordPress plugin. Rather, what, if any, guides could be applied to how to put together the file architecture of any plugin.
Some other programming languages ...