You might think: Why do I care. Well, you would be surprised – but pretty much any website with at least one form on the page will be affected here….You might think: Why do I care. Well, you would be…
Tag: Database
Schema reference for table less models
If you ever need a table less model with only some manual schema information (mainly for validation and form helper to work), you might find the documentation a little bit…If you ever need a table less model with only some…
Dynamic database switching
Some might remember my old post about development vs. productive setup. It was mainly about how to switch dynamically based on the current environment. This can be useful if you…Some might remember my old post about development vs. productive setup….
Development vs. Productive Setup
If you want to deploy your cakephp app you usually have to change a few lines of code. But we want to minimize that. My example setup: development: Windows (>=…If you want to deploy your cakephp app you usually have…