PHP/CakePHP Doc: Unterschied zwischen den Versionen

Aus crazylinux.de
< PHP
Zur Navigation springen Zur Suche springen
K (dashboard)
K (!requestAction)
Zeile 77: Zeile 77:
*[http://bakery.cakephp.org/articles/view/ticket-component-resetting-user-passwords Ticket Component - i.e. password reset]
*[http://bakery.cakephp.org/articles/view/ticket-component-resetting-user-passwords Ticket Component - i.e. password reset]


= Elements =
= Elements =


[http://www.hackthenet.de/weblog/132/requestactions-in-cakephp-eine-anleitung requestActions in CakePHP - Eine Anleitung]  
*[http://teknoid.wordpress.com/2008/08/20/dynamic-menus-without-requestaction-in-cakephp-12/ Dynamic menus without requestAction() in CakePHP 1.2]<br>
*[http://www.hackthenet.de/weblog/132/requestactions-in-cakephp-eine-anleitung requestActions in CakePHP - Eine Anleitung]
 
<br>


= SQL =
= SQL =

Version vom 11. Januar 2009, 04:50 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

Creating a Contact Form in CakePHP 1.2
Multiple rules of validation per field in CakePHP 1.2
Pagination, Ajax etc.
Filling a select tag
Input Validation
CakePHP: Update a select box using ajax
CakePHP 1.2 FormHelper Function Examples
CakePHP 1.2 HTMLHelper Function Examples
SecureGet Component

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


Behavior

Generic File Upload Behavior Download files
ActAs Image column behavior

Component

Elements


SQL

How to use SQL functions in conditions
Aktuelle Geburtstage aus MySQL-Datenbank auslesen
ConfComponent DB based configuration Tutorial DB Migrations v3

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

Calling controller actions from cron and the command line