Skip navigation.
Home

CakePHP Notes

1. I can't figure out how to use a composite primary key.
2. I can't figure out how to make a table without a primary key.

This is frustrating, because I have a join table that represents attendance at an event - a joining of an event and a person. There's no need for a third column with an "id" for that row, but that was the fix - to add extraneous information.

Google Search