PHP/CakePHP Doc: Unterschied zwischen den Versionen
< PHP
Zur Navigation springen
Zur Suche springen
(displayfield) |
(eclipse) |
||
Zeile 27: | Zeile 27: | ||
= General = | = General = | ||
*[http://bakery.cakephp.org/articles/view/how-to-add-autocomplete-to-eclipse-aptana How to Add AutoComplete to Eclipse/Aptana]<br> | |||
*[http://code.google.com/p/fredistrano/ Fredistrano is a deployment tool for web applications]<br> | *[http://code.google.com/p/fredistrano/ Fredistrano is a deployment tool for web applications]<br> | ||
*[http://bakery.cakephp.org/articles/view/where-should-my-code-go Where should my code go?]<br> | *[http://bakery.cakephp.org/articles/view/where-should-my-code-go Where should my code go?]<br> | ||
Zeile 34: | Zeile 35: | ||
*[http://teknoid.wordpress.com/2008/06/09/15-essential-cakephp-tips/ 15 Essential CakePHP Tips] | *[http://teknoid.wordpress.com/2008/06/09/15-essential-cakephp-tips/ 15 Essential CakePHP Tips] | ||
*[http://www.thinkingphp.org/2006/06/04/yummy-cakephp-functions-you-should-know-about/ Yummy CakePHP functions you should know about!] | *[http://www.thinkingphp.org/2006/06/04/yummy-cakephp-functions-you-should-know-about/ Yummy CakePHP functions you should know about!] | ||
*[http://bin.cakephp.org/saved/2610 Firebug-Extension] [http://bakery.cakephp.org/articles/view/firecake-helper [Source]] | *[http://bin.cakephp.org/saved/2610 Firebug-Extension] [http://bakery.cakephp.org/articles/view/firecake-helper [Source]] | ||
*[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 …] | ||
*[http://cricava.com/blogs/index.php?blog=6&title=using_configure_on_your_cakephp_applicat Using Configure in CakePHP applications] | *[http://cricava.com/blogs/index.php?blog=6&title=using_configure_on_your_cakephp_applicat Using Configure in CakePHP applications] |
Version vom 5. August 2009, 21:34 Uhr
private FAQ for CakePHP1.2
Help
Tutorials
Blogs
General
- How to Add AutoComplete to Eclipse/Aptana
- Fredistrano is a deployment tool for web applications
- Where should my code go?
- How To Display Page When Cannot Connect To Database
- Creating robots.txt for CakePHP apps
- Basic SEO and CakePHP
- 15 Essential CakePHP Tips
- Yummy CakePHP functions you should know about!
- Firebug-Extension [Source]
- CakePHP 1.2: The Romance Continues …
- Using Configure in CakePHP applications
- Pushing a CakePHP app from dev to prod
- Fancy routing examples with CakePHP 1.2
- An alternative approach for static pages
Core
Views
Auth
- Using CakePHP's Auth Component
- CakePHP Auth Component - Tutorial
- Simple User Authentication
- Tutorial For Using CakePHP’s Auth Component
Form
- Automagical selects or checkboxes
- 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
- 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
Controller
- $displayField - Displaying multiple fields
- Editing multiple records with saveAll()
- How to build a “dashboard” for your application in CakePHP
- How to list all controllers
- UUID component
- How To Make Controller Without a Model?
- CakePHP Sanitize für alle Controller
Model
Behavior
Component
- Using Model in Custom Component (ClassRegistry::init())
- Component for forcing a secure connection
- Ticket Component - i.e. password reset
Elements
SQL
- How to use SQL functions in conditions
- Aktuelle Geburtstage aus MySQL-Datenbank auslesen
- ConfComponent DB based configuration Tutorial
- DB Migrations
i18n/i10n
- p28n, the top to bottom persistent internationalization tutorial. How do I use i18n and l10n in CakePHP
- Multilingual apps with CakePHP
Cache
cmd/crons
Router