Issue with Update function in sql server in CakePHP, not working

2013-07-29 Thread GS
Hi, We have a client in CakePHP running with MYSQL. PHP version is 5.4.16, Apache 2.4.4, latest XAMP. THis running is working fine. We already have similar Database in MSSQL also. Now client wants to run this client with MSSQL also. We are using php_pdo_sqlsrv_54_ts.dll and

I have a large CakePHP app and need to support iOS and Android

2013-07-29 Thread PatR
I have a large CakePHP app (well over 100K lines of php, many languages, over 2 million users) and I need to support iOS and Android clients. I would like to put all the data and business logic in a back end that is shared across all 3 clients. I know a major rewrite is needed and I am looking

Issue Update() function in MSSQLfor CakePHP

2013-07-29 Thread GS
Hi, I am new to CakePHP but worked extensively in C++/C/Java etc. I already spend more than a day but could not figure out what is the reason for the following problem. I am using latest XAMP version with 5.4.16 PHP, Apache 2.4.4. We have developed a small client on CakePHP with MYSQL DB. Its

Re: Cache Help

2013-07-29 Thread jmn2k1
You must invalidate the cache, ie, delete the cache in a onSave callback. On Friday, July 26, 2013 9:05:30 PM UTC-3, advantage+ wrote: Maybe I was reading wrong but I was under the impression if you cache an object (find data) if it was different it would delete the original cached data.

Model HABTM Model Referencing Original Model

2013-07-29 Thread Benjam Welker
This is a duplicate of my question asked on StackOverflow here: http://stackoverflow.com/questions/17875143/model-habtm-model-referencing-original-model If you could answer the question there, or let me know if it is a bug or not, it would be greatly appreciated. I have a Team model that is

Dealing with big cakephp applications

2013-07-29 Thread Diogo FC Patrao
Hello In my company, we develop software with cakephp for internal usage. The software is getting big for managing it as a single project (46 controllers, 94 models), and we've been thinking about splitting it in two or three different software, each to manage one different domain of the big

Re: Dealing with big cakephp applications

2013-07-29 Thread Reuben
I might suggest usage of plugins, and perhaps composer. I'm not sure if you're talking about physical domains, when it comes to the split (as in there's one URL for users and permissions, another for projects and another for financing). Lets assume you do, and address the alternative later