Blogs about: Cakephp

Featured Blog

CakePHP - created and modified field

nontster wrote 2 months ago: ใน CakePHP ถ้าเราอยากรู้ว่า record ของ model ถูกสร้างขึ้นเมื่อไหร่ และถูก update ตอนไหน เราสามารถเพิ … more →

แท็ก: php

CakePHP กับการติดต่อฐานข้อมูลด้วย Unicode1 comment

nontster wrote 2 months ago: blog ช่วงหลังๆคงได้เขียนเกี่ยวกับ CakePHP กันเยอะหน่อย เพราะงานในช่วงนี้ต้องกลับมาใช้ PHP ถ้าใครเข้า … more →

แท็ก: mysql, php, Unicode

Useful cakephp links

ekkman wrote 8 months ago: สะสม link ของ cakephp ไว้ก่อนกันลืม เผื่อเรียกใช้ด้วย http://book.cakephp.org/view/22/CakePHP-Conve … more →

แท็ก: study, Links, php, MVC Framework

Cache not configured...CakePHP 1.2

sukita wrote 11 months ago: ปัญหานี้อาจเกิดขึ้นได้ถ้าเราไม่ได้สร้าง cache folder ใน app/tmp (ลองใน OS X) วิธีแก้ง่ายๆก็แค่สร้าง … more →

แท็ก: Programming

การระบุชื่อ class สำหรับ input div ใน CakePHP

sukita wrote 1 year ago: ปกติเวลาใช้ $form->input() CakePHP จะสร้างโค๊ดประมาณนี้ให้เรา: <div> class="input text" … more →

แท็ก: Programming

CakePHP regexp for unicode alphaNumeric

sukita wrote 1 year ago: Don’t know if it’s the perfect one, but at least it works for Thai words. /[pLpM]+/iu … more →

แท็ก: Programming

CakePHP ออก 1.2 RC1 แล้ว

वीर wrote 1 year ago: CakePHP ออก 1.2 RC1 แล้ว หลังจากเป็น Beta อยู่นานเหมือนกัน. และตามมาด้วยต้องออกแรงกันนิดหน่อยเพื่อที … more →

แท็ก: 1,2, 12x, beta, migrate, mvc, php, Programming, RC1, Release

ใส่ text หลัง input ใน CakePHP

sukita wrote 1 year ago: คุณสามารถใส่เนื้อหาต่อท้าย input() ใน CakePHP ได้โดยที่เนื้อหานั้นยังอยู่ใน div ของ label/input ที่ … more →

แท็ก: Programming

อีกหนึ่งวิธีในการแสดง password field ใน CakePHP 1.2

sukita wrote 1 year ago: นอกจากการใช้ $html->password(’User.password’) เพื่อแสดง field สำหรับ input password ย … more →

แท็ก: Programming

CakePHP + timestamp1 comment

वीर wrote 1 year ago: เวลา save แล้วอยากให้ CakePHP ใส่ timestamp ให้ด้วยเวลาที่ row ที่ add เข้าไปถูก create เป็นครั้งแรก … more →

แท็ก: model, timestamp, Hook, aftersave, Created, beforesave

CakePHP 1.2 + ภาษาไทย + UTF-8 + MySQL

वीर wrote 1 year ago: default encoding ของ MySQL เท่าที่ผมใช้ไม่ได้เป็น UTF-8. เวลาใช้ CakePHP ก็เลยต้องแก้ configuration … more →

แท็ก: 1,2, 12x, ภาษาไทย, ไทย, cake, charset, Configuration, encoding, mysql

ปรับแต่ง Pluralization บน CakePHP

वीर wrote 1 year ago: ก่อนที่จะใช้ CakePHP และ Ruby on Rails ก็คิดว่าโปรแกรมพวกนี้เจ๋งจริงๆ ทำ Pluralization ให้ได้เลย ไม่ … more →

แท็ก: 1,2, 12x, ปรับ, Customization, Inflection, Pluralization

Fixing CakePHP Tutorial 403/404 problems in Leopard

sukita wrote 1 year ago: In case your newly created CakePHP site looks weird without any styling, try enabling the mod_rewrit … more →

แท็ก: ไม่มีหมวดหมู่

เรียก cake acl ... ได้โดยไม่ต้องแก้ dbo_source.php แล้ว

वीर wrote 1 year ago: ทีแรกผมลองเอา code จาก svn trunk (svn co https://svn.cakephp.org/repo/trunk/cake/1.2.x.x cake12) ของ … more →

แท็ก: 1,2, 12x, acl, Bug, cake, checkout, Co, command line interface, Console

CakePHP 1.2.0.6311b: Group + ACL + AuthComponent2 comments

वीर wrote 1 year ago: หลังจากที่ใช้ ACL กับ AuthComponent ได้แล้ว … ก็จะลองเปลี่ยนตัวอย่างเก่าให้ใช้ Group ได้ดู ก็แ … more →

แท็ก: 1,2, 1.2.0.6311b, 12x, access control list, acl, aclbehavior, Action, action-basd, authcomponent

CakePHP 1.2.x: Action-based ACL3 comments

वीर wrote 1 year ago: หลังจากที่ลองใช้ AuthComponent อย่างง่ายไปแล้ว. ผมก็อยากจะลอง ACL (Access control list) บ้าง ไม่รู้ว … more →

แท็ก: 1,2, 12x, access control list, acl, Action, action-basd, authcomponent, authication, ภาษาไทย

ใช้ AuthComponent ของ CakePHP 1.2.x อย่างง่าย5 comments

वीर wrote 1 year ago: หลังจากติดตั้ง CakePHP เรียบร้อยแล้ว. นอกจากนั้นเพื่อให้การทดลองเป็นได้โดยสะดวกผมคิดว่าควรจะสร้าง vi … more →

แท็ก: 1,2, 12x, access control list, acl, authcomponent, authetication, cake, HowTo, php

เตรียม model (+ db) สำหรับ AuthComponent ใน CakePHP 1.2.x

वीर wrote 1 year ago: ก่อนที่จะใช้ AuthComponent ได้ก็ต้องมีการเตรียมการสร้าง database และ model กันนิดๆ หน่อยๆ หลังจากติด … more →

แท็ก: 1,2, 12x, access control list, acl, authcomponent, authentication, cake, Database, model

CakeSchema4 comments

वीर wrote 1 year ago: CakeSchema จริงๆ แล้วผมก็ไม่ค่อยเข้าใจเท่าไหร่ว่ามันเอาไว้ทำอะไรบ้าง. เข้าไปดูในเว็บต่างๆ[1] เขาบอกว … more →

แท็ก: 1,2, 12x, cakeschema, Database, model, SQL


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

Find other items tagged with “cakephp”:
Technorati Del.icio.us IceRocket