CakePHP Wiki http://wiki.cakephp.org/ 2006-12-17T08:02:18+01:00 CakePHP Wiki http://wiki.cakephp.org/ http://wiki.cakephp.org/lib/images/favicon.ico text/html 2006-09-14T01:10:27+01:00 bind_unbind_model http://wiki.cakephp.org/bind_unbind_model?rev=1158214227 Sometime there is a need to remove or add a model association in the controller. Cake has a powerful set of features (bindModel/unbindModel) built in to allow this. The cake baker already has a great tutorial on this http://cakebaker.42dh.com/2006/0... text/html 2006-06-24T22:58:20+01:00 cheat_sheet http://wiki.cakephp.org/cheat_sheet?rev=1151207900 Here’s my first draft of the cheat sheet. Need some more Helpers on the sides and maybe remove a few of the lesser used functions. Still need quite a bit more content in the middle. The sheet will print our nicely on A4 once I’m done jig... text/html 2006-08-20T00:26:16+01:00 community http://wiki.cakephp.org/community?rev=1156051576 Community Meet the others at the IRC server irc.freenode.net at the #cakephp channel. Come be part of the community. Submit your profile to a new page, one that you create by editing this URL: http://wiki.cakephp.org/community:users:abe_sapien... text/html 2006-04-14T11:50:56+01:00 docs http://wiki.cakephp.org/docs?rev=1145033456 Docs:Index Page Here is a diagram of the cakephp system. Dave Merwin Click the “Download PDF” link. Another great diagram by Graham Bird. Models A model is an object that abstracts a database table. It is your handle on your data... text/html 2006-05-24T14:07:51+01:00 fr http://wiki.cakephp.org/fr?rev=1148497671 Vous cherchez sûrement la documentation française : DocumentationFr ... text/html 2006-11-24T18:48:12+01:00 guia_traduccion_manual_al_castellano http://wiki.cakephp.org/guia_traduccion_manual_al_castellano?rev=1164415692 Hay muchas maneras de colaborar con la traducción del manual al castellano, es la pauta que quiero seguir para elaborar esta modesta quía. Traductor (De momento solo puedo contar como yo lo hago, pero sería deseable que pronto hubiera nuevas estra... text/html 2006-06-11T01:04:30+01:00 inflectors http://wiki.cakephp.org/inflectors?rev=1150005870 Just in case you have a controller named in Spanish: By example, if you use “imagen” you can easily pluralize it as “imagenes” so you can access automaticly the right controller or class in Cake. Just edit the /cake/app/con... text/html 2006-07-20T02:00:07+01:00 integrating_pear_pager http://wiki.cakephp.org/integrating_pear_pager?rev=1153378807 PEAR (http://pear.php.net) has a decent Pager class that is easy to integrate Cake. Maybe too easy to have its place in Cake Wiki – please forgive me, it is the first tutorial I am writing 1 - Download and install Download the PEAR pager pac... text/html 2006-05-30T15:45:29+01:00 jeko http://wiki.cakephp.org/jeko?rev=1149021929 Find me on IRC making jokes and helping your ass. ... text/html 2006-11-24T17:52:02+01:00 manual_en_castellano http://wiki.cakephp.org/manual_en_castellano?rev=1164412322 Guia_Traduccion_Manual_Al_Castellano ... text/html 2006-08-29T14:54:54+01:00 multiple_local_project_tutorial http://wiki.cakephp.org/multiple_local_project_tutorial?rev=1156881294 This tutorial is for anyone who wants to setup multiple project that use only one set of the core cake files. I’m documenting my experience and hope that others can help this grow for anyone who isn’t using a similiar setup. Server Setu... text/html 2006-07-17T18:01:48+01:00 performance_tuning http://wiki.cakephp.org/performance_tuning?rev=1153177308 Cake makes it really, really easy to access your data - but there are times when you need to pull in the reins. For instance the standard syntax for a view function is function view($id) { $this->Post->id = $id; $this->set( 'd... text/html 2006-01-19T11:19:41+01:00 schmidt http://wiki.cakephp.org/schmidt?rev=1137691181 Created this page for things that I have learnt. 1. With RC2, the method for saving records and updating them has changed a bit. $this->ModelName->create(); //prepares for a new record $this->ModelName->save($data); To ... text/html 2006-10-20T04:12:08+01:00 showcase http://wiki.cakephp.org/showcase?rev=1161335528 Put your app in here to show off you skills. Applications built on 0.10.x.x: CakeMap: http://cakephp.org/maps/ A google maps helper with location adding. CakeBin: http://cakephp.org/pastes/ code is available for download rdOpenSource: http:... text/html 2006-09-29T14:58:31+01:00 start http://wiki.cakephp.org/start?rev=1159559911 Bye, Bye Wiki With the opening of The Bakery, it is time to say thank you and good bye to this fine wiki that has helped out for so long. The Bakery allows us to organize content a bit easier. Please, help us move the content from this wiki over ... text/html 2006-10-04T04:12:30+01:00 tutorials http://wiki.cakephp.org/tutorials?rev=1159953150 Tutorials Submitted tutorials are listed in the “Table of Contents” to the right. Beginning to use Cake is as easy as studying the A blog with Cake tutorial. For the wiki syntax visit the wiki syntax page. To play around with the... text/html 2006-02-22T03:01:55+01:00 tutorials_routes http://wiki.cakephp.org/tutorials_routes?rev=1140598915 : Describe Admin routes! This tutorial uses the deprecated $this→Model→setId($id), use $this→Model→id = $id instead Routes This text must be moved somewhere better. “Routing” is a pared-down pure-PHP mod_rewrite... text/html 2006-08-21T09:29:36+01:00 userchanges http://wiki.cakephp.org/userchanges?rev=1156170576 Since creating this page I’ve become aware of a better way to ask questions. That is to submit an RFC (Request for Comment) via Ticket https://trac.cakephp.org/. For each of the items below an RFC has been created - if you have a comment regar... text/html 2006-08-09T11:42:34+01:00 vendors http://wiki.cakephp.org/vendors?rev=1155141754 Vendors are the Cake way of including external libraries. There are two places where you can put them:     /vendors/     /app/vendors/ If you want to include a php-file you would do it via the vendor() function with the filename as a parameter, but... text/html 2006-05-18T12:05:07+01:00 your_page http://wiki.cakephp.org/your_page?rev=1147971907 Hi. I didn’t see a Cake forum - I hope this an appropriate place to start a discussion. Since Cake is advertised as an MVC app I think it’s fair to question if this is accurate. My problem lies with this statement in the docs: set($var,...