PHP/CakePHP Doc: Unterschied zwischen den Versionen

Aus crazylinux.de
< PHP
Zur Navigation springen Zur Suche springen
K (typo)
K (new urls)
Zeile 71: Zeile 71:
= Controller  =
= Controller  =


*[http://teknoid.wordpress.com/2008/10/27/editing-multiple-records-with-saveall/ Editing multiple records with saveAll()]<br>
*[http://teknoid.wordpress.com/2008/10/27/editing-multiple-records-with-saveall/ Editing multiple records with saveAll()]<br>  
*[http://teknoid.wordpress.com/2008/12/16/how-to-build-a-dashboard-for-your-application-in-cakephp/ How to build a “dashboard” for your application in CakePHP]<br>  
*[http://teknoid.wordpress.com/2008/12/16/how-to-build-a-dashboard-for-your-application-in-cakephp/ How to build a “dashboard” for your application in CakePHP]<br>  
*[http://cakebaker.42dh.com/2006/07/21/how-to-list-all-controllers/ How to list all controllers]  
*[http://cakebaker.42dh.com/2006/07/21/how-to-list-all-controllers/ How to list all controllers]  
*[http://cakebaker.42dh.com/2007/01/24/uuid-component-for-cakephp/ UUID component]  
*[http://book.cakephp.org/view/573/uuid UUID component]  
*[http://cake-php.blogspot.com/2006/09/how-to-make-model-without-table-easy.html How To Make Controller Without a Model?]  
*[http://cake-php.blogspot.com/2006/09/how-to-make-model-without-table-easy.html How To Make Controller Without a Model?]  
*[http://www.m3nt0r.de/blog/2007/07/29/cakephp-sanitize-fur-alle-controller/ CakePHP Sanitize für alle Controller]<br>
*[http://www.m3nt0r.de/blog/2007/07/29/cakephp-sanitize-fur-alle-controller/ CakePHP Sanitize für alle Controller]<br>
<br>


= Model<br> =
= Model<br> =

Version vom 16. Februar 2009, 22:38 Uhr

private FAQ for CakePHP1.2

Help

Google Custom Search
News-Akregator
FAQ

Tutorials

Cook up Web sites fast with CakePHP

Blogs

http://www.thinkingphp.org/
http://cakebaker.42dh.com/

General

Views

http://www.thinkingphp.org/2006/10/11/basic-cakephp-templating-skills/

Auth


Form


Email

http://bakery.cakephp.org/articles/view/brief-overview-of-the-new-emailcomponent
EmailComponent in a (cake) Shell

Paginate

paginating (with-fulltext-searches/custom sql query)
filter/search/paginate
Pagination Recall: Remember your settings

File

Multiple files upload in v1.2

Controller

Model

Behavior


Component

Elements


SQL

i18n/i10n

p28n, the top to bottom persistent internationalization tutorial. How do I use i18n and l10n in CakePHP
Multilingual apps with CakePHP

Cache

Optimizing your CakePHP elements and views with caching

cmd/crons


Router