Click here to create your personal news page. The news that appears on CakePHP will appear there and be constantly updated. You can then modify the page, share it with your friends, or export it and have it appear elsewhere.

You can also create a personal news page and follow the news that interests you by clicking on the tab labelled 'New page'.
 

topics : related - allExplore

Wikio Shopping (beta)

  1. 1. Computers
  2. 2. Electronics
  3. 3. Communication
  4. 4. Household Appliances
  5. 5. Car/Motor Bike
  6. 6. Digital Camera
  7. 7. Mobile Phone
  8. 8. Smartphone
  9. 9. PDA
  10. 10. GPS
  11. 11. LCD Monitor
  12. 12. Printer

New products

  1. 1. Denon AVC-2809
  2. 2. Zepto Nox A15
  3. 3. NZXT Guardian 921
  4. 4. Point Of View TFTV22W9BSD01
  5. 5. Toshiba Qosmio G-55-140
  6. 6. LG X110
  7. 7. PowerColor Radeon HD 4870 1 GB
  8. go to Shopping

Participate



CakePHP


Sort by : relevance - date - popularity
+Vote!

Jonathan Snook's Blog: Creating a Contact Form in CakePHP 1.2

In a new blog post today Jonathan Snook shows how to create a contact form for your CakePHP application (version 1.2). Most contact forms take a name and feedback from a user and mail it off to the administrator but don't store any information in the database. This tutorial will show how to use CakePHP's models, even when no table is being used. He shows how to define the model class, set up the mapping...

1Vote!

Jonathan Snook's Blog: Multiple Validation Sets in CakePHP 1.2

Jonathan Snook has posted two methods for creating multiple validation sets in the latest version of your CakePHP application. In CakePHP, you define how your data should be validated by setting parameters on the validate property of your model. In version 1.2, there is an on option that can be set on a specific rule that, when set, is either create or update. [...] Despite that, I developed a slightly...

1Vote!
1Vote!
1Vote!
1Vote!
1Vote!
1Vote!

Re: Entire site not working

Thanks for all the responses. I've taken the website directly off the linux server and straight onto my windows WAMP5 server and it works perfectly on Windows. So it must be a setup issue with the linux server, domain name or the hosting package. But what could possibly make CakePHP just stop working on linux? - I've got mod_rewrite enabled - I *think* I've got the hosting setup correctly (are there...

2Vote!
2Vote!
2Vote!

Jonathan Snook's Blog: CakePHP Debug Styles

Jonathan Snook hands off (http://snook.ca/archives/cakephp/debug_styles/) a handy tip for the CakePHP developers out there concerning the debugging...

2Vote!

Jonathan Snook's Blog: CakePHP Debug Styles

Jonathan Snook hands off a handy tip for the CakePHP developers out there concerning the debugging information that can be displayed at the bottom of your application's pages. I just wanted to document this somewhere but whenever I work on a CakePHP project, there's always the debug info that sits at the bottom of the page. It's big and bulky and once I'm off the default CakePHP styles, it's usually...

1Vote!

Site News: Popular Posts for the Week of 07.11.2008

Popular posts from PHPDeveloper.org for the past week: Mike Bernat's Blog: Installing Xdebug - Best Decision You Will Ever Make Lukas Smith's Blog: Making PHP 5.3 Happen Doug Brown's Blog: Zend_Cache is Saving me Money! SaniSoft Blog: Code sniffs for CakePHP and then some more Site News: Popular Posts for the Week of 07.04.2008 Developer Tutorials Blog: Benchmarking PHP frameworks Site News: Job Postings...

2Vote!

CakePHP Debug Styles

I just wanted to document this somewhere but whenever I work on a CakePHP project, there's always the debug info that sits at the bottom of the page. It's big and bulky and once I'm off the default CakePHP styles, it's usually pretty ugly. I've done various stylings but I finally took a moment to implement a really simple idea: Fixed position the table and then use hover styles to toggle the visibility...

2Vote!

Blog.szajbe.pl: Not so obvious behavior of $uses in CakePHP

In this new post to the blog.szajbe.pl site a dilemma is presented - CakePHP models are not working they way one would think they should. In CakePHP you declare what models you're going to use in a controller by defining $uses variable. You can also define it in AppController to have a certain set of models available in every controller. However be careful when doing it because you may put yourself...