# |
customfind |
http://book.cakephp.org/2.0/en/models/retrieving-your-data.html#creating-custom-find-types |
4/11/12, 11:28 AM |
# |
protection |
http://book.cakephp.org/2.0/en/core-libraries/components/security-component.html |
4/12/12, 6:03 AM |
# |
someprimetime |
angry |
4/29/12, 6:26 AM |
# |
wsdl |
soap made easy again: https://github.com/ceeram/wsdl |
5/1/12, 1:36 PM |
# |
authenticate |
https://github.com/ceeram/Authenticate |
5/11/12, 6:21 PM |
# |
authorize |
https://github.com/ceeram/Authorize |
5/11/12, 6:22 PM |
# |
centos |
http://batman-slaps.me/slaps/ef56bc616d76d264123ebd43b6e5c0288ef46d42.jpg |
5/18/12, 9:27 PM |
# |
failed-save |
caused by 1) incorrect data array structure, debug data passed for saving 2) failing validation, debug($this->SomeModel->validationErrors) 3) beforeSave/beforeValidate callback in model or attached behavior not returning true 4) sql error, turn up debug to 2 |
5/23/12, 2:50 PM |
# |
git-man |
http://git-scm.com/book http://gitimmersion.com/ http://help.github.com/ |
5/24/12, 6:11 PM |
# |
cakepdf |
handy plugin for generating and or rendering pdf: https://github.com/ceeram/CakePdf supports DomPdf, mPDF, Tcpdf and WkHtmlToPdf. |
5/25/12, 12:19 PM |
# |
mr2sm |
Find out more information on creating multiple relations to the same model here - http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html#multiple-relations-to-the-same-model |
6/1/12, 8:51 PM |
# |
clear_cache |
easy with this plugin: http://github.com/ceeram/clear_cache *New* DebugKit toolbar panel included |
6/14/12, 11:17 PM |
# |
ignore |
what happens to people that ask for support, get support, but ignore what has been said. They will get ignored back. |
6/15/12, 3:40 PM |
# |
wtfpl |
http://sam.zoy.org/wtfpl/ |
6/20/12, 5:43 PM |
# |
indirect |
You tried to do $this->foo[] = 'bar'; but since "foo" is an overloaded property (dynamically created property available through magic method __set()) you must first do $this->foo = array() |
6/21/12, 8:05 PM |
# |
pages |
http://book.cakephp.org/2.0/en/controllers/pages-controller.html |
6/23/12, 2:43 PM |
# |
highcharts |
a CakePHP 2.* plugin which allows you to bring the awesome features of HighCharts to your app. https://github.com/destinydriven/cakephp-high-charts-plugin |
8/4/12, 2:06 AM |
# |
250 |
a number, larger than 200. |
8/8/12, 2:57 AM |
# |
users |
https://github.com/CakeDC/users |
8/18/12, 6:37 PM |
# |
recaptcha |
https://github.com/CakeDC/recaptcha |
8/22/12, 3:45 PM |