Mark Story
|
4ba94440d0
Merge branch 'master' into 3.next
|
6 years ago |
mscherer
|
44a78128e7
Fix CS for easier 3.x/4.x comparison/merge.
|
6 years ago |
Robert Pustułka
|
80c6e9a322
Split combined getter/setter EntityInterface::isNew().
|
6 years ago |
Marc Würth
|
3a6bd75832
Use HTTPS for the opensource.org URL
|
8 years ago |
Marc Würth
|
c61ab5ee95
Use HTTPS for the cakefoundation.org URL
|
8 years ago |
Marc Würth
|
4c774ce4b7
Use HTTPS for the cakephp.org URL
|
8 years ago |
Anthony GRASSIOT
|
cd537fa604
remove more deprecated methods usage
|
9 years ago |
ADmad
|
855c4d114b
Fix CS error.
|
9 years ago |
Jose Lorenzo Rodriguez
|
ad386871f2
Merge branch 'faster-entities' into 3.2
|
10 years ago |
Jose Lorenzo Rodriguez
|
aabedb0ed8
Reducing code nesting and removing unneeded property
|
10 years ago |
Mark Scherer
|
9415d4416a
Fix up tests.
|
10 years ago |
Mark Scherer
|
d212869e3a
Rebase into 3.2 and set interface.
|
10 years ago |
Jose Lorenzo Rodriguez
|
e03da168f0
Optimizing the Entity constructor by not looping over properties.
|
11 years ago |
ADmad
|
71d3692012
Replace our custom code fence with markdown standard fence.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
Anthony GRASSIOT
|
240a85802e
fix readability for API
|
11 years ago |
Bryan Crowe
|
d52ae87485
Fix license docblocks for phpdoc format
|
12 years ago |
Tigran Gabrielyan
|
6994bd28f5
Remove PHP Version from license information
|
12 years ago |
Jose Lorenzo Rodriguez
|
3db559edff
Fixing some edge cases in Entity::set()
|
12 years ago |
Bryan Crowe
|
0c7190be17
Use semantic version for since doc block
|
12 years ago |
Jose Lorenzo Rodriguez
|
7cb08b0ccd
Fixing some refactoring artifacts
|
12 years ago |
Jose Lorenzo Rodriguez
|
d36c5f4add
Marking entities with information containing the table they come from
|
12 years ago |
Jose Lorenzo Rodriguez
|
9e3ffbac92
Extracting the EntityInterface, this will help with other datasources that require their own special classes to be saved
|
12 years ago |
Jose Lorenzo Rodriguez
|
950935811e
Extracting Entity into a trait, the code is reusable for any other type or datasource
|
12 years ago |
mark_story
|
c3e396861f
Fix typos.
|
12 years ago |
Jose Lorenzo Rodriguez
|
70c7510bb5
Adding a __toString method to Entity for easier debugging
|
12 years ago |
Jose Lorenzo Rodriguez
|
fa77f26ce0
Not comparing before and after values in Entity::set(), property is marked dirty whenever it is set
|
12 years ago |
ADmad
|
fb72c03b4c
Renamed folders "Cake" to "src" and "Test" to "tests".
|
12 years ago |