PHP/CakePHP Doc: Unterschied zwischen den Versionen

Aus crazylinux.de
< PHP
Zur Navigation springen Zur Suche springen
(→‎Behavior: files)
(stuff)
Zeile 15: Zeile 15:
=General=
=General=
[http://www.thinkingphp.org/2006/06/04/yummy-cakephp-functions-you-should-know-about/ Yummy CakePHP functions you should know about!]<br>
[http://www.thinkingphp.org/2006/06/04/yummy-cakephp-functions-you-should-know-about/ Yummy CakePHP functions you should know about!]<br>
[http://bin.cakephp.org/saved/2610 Firebug-Extension]<br>
[http://bin.cakephp.org/saved/2610 Firebug-Extension]<br>[http://bakery.cakephp.org/articles/view/firecake-helper]
[http://ahsanity.wordpress.com/2007/08/29/cakephp-12-the-romance-continues/ CakePHP 1.2: The Romance Continues …]
[http://ahsanity.wordpress.com/2007/08/29/cakephp-12-the-romance-continues/ CakePHP 1.2: The Romance Continues …]


Zeile 36: Zeile 36:


=Email=
=Email=
http://bakery.cakephp.org/articles/view/brief-overview-of-the-new-emailcomponent
http://bakery.cakephp.org/articles/view/brief-overview-of-the-new-emailcomponent<br>
[http://bakery.cakephp.org/articles/view/emailcomponent-in-a-cake-shell EmailComponent in a (cake) Shell]


=Paginate=
=Paginate=
[http://groups.google.ch/group/cake-php/browse_thread/thread/f5343abd944f6bb5/585688416fe8a5b9  filter/search/paginate]
[http://groups.google.ch/group/cake-php/browse_thread/thread/f5343abd944f6bb5/585688416fe8a5b9  filter/search/paginate]
=File=
[http://bakery.cakephp.org/articles/view/multiple-files-upload-in-v1-2- Multiple files upload in v1.2]


=Controller=
=Controller=
Zeile 48: Zeile 52:


=Behavior=
=Behavior=
[http://www.ad7six.com/MiBlog/Blogs/view/GenericFileUploadBehavior Generic File Upload Behavior] [http://cakeforge.org/frs/?group_id=152&release_id=355 Download files]
[http://www.ad7six.com/MiBlog/Blogs/view/GenericFileUploadBehavior Generic File Upload Behavior] [http://cakeforge.org/frs/?group_id=152&release_id=355 Download files]<br>
[http://bakery.cakephp.org/articles/view/actas-image-column-behavior ActAs Image column behavior]


=Component=
[http://bakery.cakephp.org/articles/view/ticket-component-resetting-user-passwords Ticket Component - i.e. password reset]


=Elements=
=Elements=
Zeile 60: Zeile 67:


=i18n/i10n=
=i18n/i10n=
[http://bakery.cakephp.org/articles/view/p28n-the-top-to-bottom-persistent-internationalization-tutorial p28n, the top to bottom persistent internationalization tutorial.]
[http://www.mail-archive.com/cake-php@googlegroups.com/msg19576.html How do I use i18n and l10n in CakePHP]<br>
[http://www.mail-archive.com/cake-php@googlegroups.com/msg19576.html How do I use i18n and l10n in CakePHP]<br>
[http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/  Multilingual apps with CakePHP]
[http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/  Multilingual apps with CakePHP]
=Cache=
[http://bakery.cakephp.org/articles/view/optimizing-your-cakephp-elements-and-views-with-caching Optimizing your CakePHP elements and views with caching]


=cmd/crons=
=cmd/crons=

Version vom 18. Dezember 2007, 03:08 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

Yummy CakePHP functions you should know about!
Firebug-Extension
[1] CakePHP 1.2: The Romance Continues …

Views

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

Auth

Simple User Authentication
Tutorial For Using CakePHP’s Auth Component

Form

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

filter/search/paginate

File

Multiple files upload in v1.2

Controller

How to list all controllers
UUID component
How To Make Controller Without a Model?
CakePHP Sanitize für alle Controller

Behavior

Generic File Upload Behavior Download files
ActAs Image column behavior

Component

Ticket Component - i.e. password reset

Elements

requestActions in CakePHP - Eine Anleitung

SQL

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

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