CodeIgniter Forums
Create windows .exe files with codeigniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Create windows .exe files with codeigniter? (/showthread.php?tid=29864)



Create windows .exe files with codeigniter? - El Forum - 04-24-2010

[eluser]paperdomino[/eluser]
I recently found this tool http://www.bambalam.se/bamcompile/

Is there any way to use the above tool (or a different one) to make windows .exe files with codeigniter?


Create windows .exe files with codeigniter? - El Forum - 04-24-2010

[eluser]Tominator[/eluser]
CodeIgniter is PHP framework, that's mean you can use bamcompile too (I have never listen about this kind of soft, and I never test it)


Create windows .exe files with codeigniter? - El Forum - 04-24-2010

[eluser]mi6crazyheart[/eluser]
I think this can happen because PHP can also be used for create desktop(windows) application. But right now may be it has not largely popular for as a desktop application programming language as like C or C++. So many people don't know a lot about this.


Create windows .exe files with codeigniter? - El Forum - 04-24-2010

[eluser]Tominator[/eluser]
mi6crazyheart: Do you have any docs, tutorials or examples of it? Because it's interesting for me Smile


Create windows .exe files with codeigniter? - El Forum - 04-24-2010

[eluser]paperdomino[/eluser]
Indeed, I would love to learn how to do this with CI.

I will begin trying out bamcompile and will share my findings.


Create windows .exe files with codeigniter? - El Forum - 04-24-2010

[eluser]mi6crazyheart[/eluser]
I feel this thing give some more light to our discussion : http://en.wikipedia.org/wiki/PHP-GTK


Create windows .exe files with codeigniter? - El Forum - 04-28-2010

[eluser]InsiteFX[/eluser]
Check this out!

WinBinder

InsiteFX