Integrating amfphp and codeigniter |
[eluser]cris_mashups[/eluser]
Hi everyone! Does anyone knows here how to integrate the two (amfphp+codeigniter)? A clear and simple sample code would be highly appreciated ![]() Thanks a lot.Keep safe!
[eluser]ortenheim[/eluser]
[quote author="cris_mashups" date="1263825204"]Hi everyone! Does anyone knows here how to integrate the two (amfphp+codeigniter)? A clear and simple sample code would be highly appreciated ![]() Thanks a lot.Keep safe![/quote] see this ![]() http://codeigniter.com/wiki/AMF_Codeigni...ooks_Etc./
[eluser]cris_mashups[/eluser]
Hi ortrnheim yeah i've alreasy seen that. But how does it works?lol i downloaded the files and copied it to my host.then i run it to browser and it says Welcome to CodeIgniter! so meaning it works already?for sure my CI worked but how about the amfphp?
[eluser]ortenheim[/eluser]
Yes you need to make sure CI is working and it seems it does... Then follow the steps here: http://ellislab.com/forums/viewthread/108947/ to make sure the amf is working correctly go into "browser/" catalog in your browser to start the amf-browser here you can see any errors if you have any more issues i would recommend you to write them here: http://ellislab.com/forums/viewthread/108947/
[eluser]ortenheim[/eluser]
Has anyone got to use any value objects (VO)? i get this error in my flex application and in the browser, even when posting the right data: Code: (Object)#0 login model: Code: <?php When the vo is in: "services/vo/" they are not recognized so i put it in the "model/vo/" folder instead but still it isnt working from flex or the browser. note also that i tried having the vo in both places. the php vo: Code: <?php the as3 vo: Code: package org.pmvc.model.vo has anyone got this to work? what am i doing wrong?
[eluser]Udi[/eluser]
Nice.. I currently working with AMFPHP too, but I decided that the best for me is not using it with CI.. If its not a secret - what type of application you're working on that involves AMFPHP and CI ? |
Welcome Guest, Not a member yet? Register Sign In |