EE 1
EE 2
Amfie
Developer
3rd Party (Commercial)
Compatibility
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Better Workflow
- Matrix
Requirements
- jQuery for the Control Panel
Categories
Module
Tags
Amfie is ActionScript Remoting for EE.
Create services which lets you use everything EE provides from sessions and memberships to content management.
Here is how a simple service to return all the members in EE would look:
class TestService extends AmfieService
{
public function getMembers()
{
return $this->EE->db->select('member_id, screen_name, email')->get('members')->result();
}
}
Amfie Links
This entry was created August 25, 2011, 10:18 am.
This entry was last updated March 13, 2013, 9:38 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
There are no reviews for this add-on yet.
What are you waiting for? Rate it and review it!