# |
urgent |
http://www.catb.org/esr/faqs/smart-questions.html#urgent |
6/20/13, 2:03 PM |
# |
badint |
using ints to store information that does not have an integer type. Status fields, roles, and enumerable options should all be strings in your database. Yes, this means you should probably be using UUIDs, too. |
6/21/13, 4:12 PM |
# |
jose-advice |
Don't use ACL |
6/24/13, 12:50 PM |
# |
passwordable |
tips and solutions on how to handle passwords in cake: http://www.dereuromark.de/2011/08/25/working-with-passwords-in-cakephp/ |
6/25/13, 11:41 AM |
# |
unittests |
http://media.tumblr.com/83ff10216be11cb3c8fcd2fd3d230d45/tumblr_inline_mnzt2ckrie1qz4rgp.gif |
6/26/13, 11:13 AM |
# |
neon1024 |
https://github.com/davidyell |
6/26/13, 11:43 AM |
# |
sequence |
https://gist.github.com/ADmad/5879830 |
6/27/13, 8:00 PM |
# |
metric |
http://i.imgur.com/oPYMcoL.jpg |
6/29/13, 4:21 PM |
# |
acl-alt |
acl-alt is Alternatives to DB based ACL are using a) ini or php acl files (check app/Config/acl.php and acl.ini.php), b) Controller based authorization through AppController::isAuthorized() (http://goo.gl/JFFid), c) custom Authorize adapter |
6/30/13, 5:15 PM |
# |
deepfinding |
Learn more about deep relations using a) Linkable behavior - https://github.com/lorenzo/linkable , or b) bindModel - http://mark-story.com/posts/view/using-bindmodel-to-get-to-deep-relations , or c) adhoc-joins http://bakery.cakephp.org/articles/view/quick-tip-doing-ad-hoc-joins-in-model-find |
7/1/13, 7:45 PM |
# |
habtm-alternative |
a tactic where you make a model out of the join, for more info check the "What to do when HABTM becomes complicated?" section here : http://book.cakephp.org/2.0/en/models/saving-your-data.html#what-to-do-when-habtm-becomes-complicated |
7/2/13, 10:49 AM |
# |
private |
http://www.dereuromark.de/2011/02/03/useful-php-coding-tips/ - dont use private, use protected instead |
7/3/13, 12:37 AM |
# |
dutch |
allowed in here: #cakephp-nl Voor Nederlandse koekenbakkers, also found here: https://twitter.com/cakephpNL and http://www.meetup.com/CakePHP-NL/ |
7/3/13, 9:36 AM |
# |
source |
https://github.com/cakephp/cakephp |
7/3/13, 10:53 AM |
# |
donate |
Remember, CakePHP is open source software and funded entirely by contributions. If you would like to contribute (monetarily) to the CakePHP project, please visit http://pledgie.com/campaigns/7311 or https://www.gittip.com/for/cakephp/ |
7/17/13, 2:20 PM |
# |
dereuromark-advice |
Please use English for code, for table and field names, for comments, maybe even for in-class content that might have to be localized. Makes your life so much easier and lets Cake do its magic. |
7/17/13, 7:04 PM |
# |
akeBot |
Bot? |
7/19/13, 1:08 PM |
# |
StatusBehavior |
http://bin.cakephp.org/saved/64915 |
7/20/13, 5:36 PM |
# |
goodcake |
http://i.stack.imgur.com/UrtaH.png |
7/20/13, 5:45 PM |
# |
themojowill |
http://github.com/mojowill |
7/24/13, 3:25 PM |