PHP/CakePHP Doc: Unterschied zwischen den Versionen
K (!requestAction) |
K (router) |
||
Zeile 96: | Zeile 96: | ||
[http://bakery.cakephp.org/articles/view/optimizing-your-cakephp-elements-and-views-with-caching Optimizing your CakePHP elements and views with caching] | [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 = | ||
[http://bakery.cakephp.org/articles/view/calling-controller-actions-from-cron-and-the-command-line Calling controller actions from cron and the command line] | *[http://bakery.cakephp.org/articles/view/calling-controller-actions-from-cron-and-the-command-line Calling controller actions from cron and the command line] | ||
<br> | |||
[[ | = Router<br> = | ||
[[ | |||
*[http://teknoid.wordpress.com/2008/11/17/get-yourself-a-new-home-alternative-to-homectp/ Get yourself a new home (alternative to home.ctp)]<br> | |||
*[http://www.pagebakers.nl/2008/12/04/cakephp-router-and-prefixes/ Cakephp router and prefixes]<br> | |||
<br> | |||
[[Category:WWW]] [[Category:PHP]] | |||
<br> |
Version vom 11. Januar 2009, 04:05 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
- 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
- [1] 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
Views
http://www.thinkingphp.org/2006/10/11/basic-cakephp-templating-skills/
Auth
- Using CakePHP's Auth Component
- CakePHP Auth Component - Tutorial
- Simple User Authentication
- Tutorial For Using CakePHP’s Auth Component
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
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
- 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
Behavior
Generic File Upload Behavior Download files
ActAs Image column 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 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
Router