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

Custom model association column

2012-02-21 Thread Diogo FC Patrao
Hi all I have a data model like this: *HospitalAdmission* belongsTo *Subject* hasMany *Contents* That is, I have a subject_id column on HospitalAdmission, and a column with the same name in Contents. Plus, HospitalAdmission is in one database, and Subject and Contents in other, not being