Most of the EE sites I have seen so far are just represeting the information. I’m interested in EE web app development research - which wouldnt be just making a particular module/plugin for EE.
What I’m thinking of is a php framework that would allow you call EE functions inside the code - instead of EE templates you would have just pure php code instead of template files (this would affect the preformance).
For instance (I’m not totally sure yet how this would be implemented - maybe some kind of web app developer EE module):
instead of web page template you could create php file that could do some processing (manipulation) with the external applications (such as mail senders - campaignmonitor, sound/wavetable processors - soundcloud.com, etc..) and could be called inside templates or with a cron jobs, etc..
That would extend the use of EE because I find just templates and modules very limiting for web app development - module is an addon imo that can be ‘widely’ used on many platforms, but here we are speaking for website specific actions that could be easily implemented/changed/manipulated inside EE backend.
Or do you guys think its just better to start from scratch (which really sucks) or write a module and lose/spend a lot of time that development takes to make it?
Campaign Monitor is probably very complicated example of a web app, so maybe we could start with simpler examples to illustrate how certain problems could be solved on the optimal way with EE? Has anyone already tried doing anything similar?