PHP/CakePHP Doc: Unterschied zwischen den Versionen
< PHP
Zur Navigation springen
Zur Suche springen
(db-settings) |
K (typo) |
||
Zeile 38: | Zeile 38: | ||
=SQL= | =SQL= | ||
[http://cakebaker.42dh.com/2007/05/04/how-to-use-sql-functions-in-conditions/ How to use SQL functions in conditions]<br> | [http://cakebaker.42dh.com/2007/05/04/how-to-use-sql-functions-in-conditions/ How to use SQL functions in conditions]<br/> | ||
[http://www.hackthenet.de/weblog/83/aktuelle-geburtstage-aus-einer-mysql-datenbank-auslesen Aktuelle Geburtstage aus MySQL-Datenbank auslesen] | [http://www.hackthenet.de/weblog/83/aktuelle-geburtstage-aus-einer-mysql-datenbank-auslesen Aktuelle Geburtstage aus MySQL-Datenbank auslesen]<br/> | ||
[http://bakery.cakephp.org/articles/view/confcomponent-db-based-configuration-tutorial ConfComponent DB based configuration Tutorial] | [http://bakery.cakephp.org/articles/view/confcomponent-db-based-configuration-tutorial ConfComponent DB based configuration Tutorial] | ||
=i18n/i10n= | =i18n/i10n= | ||
[http://www.mail-archive.com/cake-php@googlegroups.com/msg19576.html How do I use i18n and l10n in CakePHP] | [http://www.mail-archive.com/cake-php@googlegroups.com/msg19576.html How do I use i18n and l10n in CakePHP] | ||
[[Kategorie:HTML]] | [[Kategorie:HTML]] |
Version vom 7. Juni 2007, 03:26 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
Views
http://www.thinkingphp.org/2006/10/11/basic-cakephp-templating-skills/
Auth
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
http://bakery.cakephp.org/articles/view/brief-overview-of-the-new-emailcomponent
Controller
How to list all controllers
UUID component
SQL
How to use SQL functions in conditions
Aktuelle Geburtstage aus MySQL-Datenbank auslesen
ConfComponent DB based configuration Tutorial