Re: Is make desktop application in cakephp

2013-08-22 Thread Florian Krämer
It's still the wrong tool for the wrong task IMHO. On Wednesday, August 21, 2013 7:59:34 PM UTC+2, Marcelo F Andrade wrote: > > On Tue, Aug 20, 2013 at 3:23 PM, Ankur Chauhan > > wrote: > > Is make desktop application in cakephp? > > Years ago, I tried that using a tiny embedded webserver, Sqli

Re: Is make desktop application in cakephp

2013-08-21 Thread Marcelo F Andrade
On Tue, Aug 20, 2013 at 3:23 PM, Ankur Chauhan wrote: > Is make desktop application in cakephp? Years ago, I tried that using a tiny embedded webserver, Sqlite database and an interface with Mozilla Prism. Regards, MARCELO F ANDRADE | Belem, Amazonia, Brazil | http://about.me/mfandrade -- Lik

Re: Is make desktop application in cakephp

2013-08-21 Thread crisuwork
Using ExtJs you can do cool things having Cakephp as layer between DB and Desktop Interface. Check these links: Demo App Cakephp-Extjs http://code.google.com/p/cakephp-extjs-admin/ ExtJs Examples http://www.sencha.com/products/extjs/examples/ On Tuesday, August 20, 2013 8:23:58 PM UTC+2, Anku