# |
tutorials |
http://book.cakephp.org/3.0/en/tutorials-and-examples.html |
12/22/14, 6:54 AM |
# |
rss |
RssView class - see http://www.dereuromark.de/2013/10/03/rss-feeds-in-cakephp/ |
1/9/15, 10:56 AM |
# |
executionorder |
https://github.com/dereuromark/executionorder A demo app to display execution order of files and callbacks in a CakePHP app |
1/23/15, 10:15 PM |
# |
acl-revised |
http://www.dereuromark.de/2015/01/06/acl-access-control-lists-revised/ |
1/27/15, 10:01 AM |
# |
relax |
https://www.youtube.com/watch?v=iMzgl0nFj3s |
1/27/15, 3:37 PM |
# |
shim |
https://github.com/dereuromark/cakephp-shim - "shim" functionality up and down for major versions of the framework |
2/4/15, 2:00 AM |
# |
survey |
http://www.sitepoint.com/best-php-framework-2015-survey/ |
3/3/15, 11:38 AM |
# |
infiniteRedirects |
what noobs do! |
3/20/15, 6:54 PM |
# |
cakebox |
https://github.com/alt3/cakebox |
3/23/15, 2:25 PM |
# |
askhole |
someone who asks many stupid, pointless or obnoxious questions. |
4/4/15, 2:36 PM |
# |
ajax |
http://www.dereuromark.de/2014/01/09/ajax-and-cakephp/ |
4/7/15, 7:46 AM |
# |
bootstrap |
https://github.com/friendsofcake/bootstrap-ui |
4/7/15, 12:53 PM |
# |
bake |
http://book.cakephp.org/3.0/en/bake/usage.html |
4/9/15, 1:09 AM |
# |
contributors |
https://github.com/cakephp/cakephp/graphs/contributors |
4/9/15, 1:14 AM |
# |
plugin-autoload |
http://book.cakephp.org/3.0/en/plugins.html#autoloading-plugin-classes |
4/9/15, 4:53 AM |
# |
orm |
http://book.cakephp.org/3.0/en/orm.html |
4/9/15, 6:39 AM |
# |
json |
To get json responses, you need to add RequestHandler component to your (App)Controller(s). Additionally to skip view templates you can set the special view variable: $this->set(´_serialize´, [´varsto´, ´serialize´]); Optional and handy to debug you can enable json extensions in your routes.php |
4/10/15, 1:03 PM |
# |
validation |
3.x: http://book.cakephp.org/3.0/en/core-libraries/validation.html 2.x: http://book.cakephp.org/2.0/en/models/data-validation.html |
4/11/15, 4:08 AM |
# |
rest |
http://www.bravo-kernel.com/2015/04/how-to-build-a-cakephp-3-rest-api-in-minutes/ |
4/12/15, 5:36 PM |
# |
formhelper-templates |
http://book.cakephp.org/3.0/en/views/helpers/form.html#customizing-the-templates-formhelper-uses |
4/14/15, 6:48 AM |