I have a legacy site which I’m updating. It’s in EE 1, since building it I’m more comfortable writing Addons.
Is there an equivelant to EE 2’s Entries API in EE 1?
http://ellislab.com/expressionengine/user-guide/development/api/api_channel_entries.html
I need to write a custom module that creates entries based on user action. I can manually do this via DB calls but it would be much quicker if EE could do the grunt work!