deckleberryfrye
Questions Asked
1 answer
page does not render when debug > 0
I recently wrote a page that has a strange quirk in its behavior. When debug is set to anything...
0 answers
How can I extend the onClick event with Ajax Helper?
I'm using the Ajax helper to submit a form from a popup window. The form is being submitted...
1 answer
Why is FPDF not generating pdfs properly?
Hello,
I recently began working on a site that uses the FPDF to generate documents for printing. ...
Answers
0
Help with database design
You're right that Match hasMany Match is a little awkward. There are two ways you could go about improving the design.
First of all, if there is always a fixed number of matches per tournament you...
0
CSS
A pretty standard place to call styles is in app/views/layouts/default.ctp. (App might be called something else on your server, like www). They might be called with the Html helper, like...
Comments
- Member since:
- February 22nd, 2010
- Last active:
- 2010-04-04 18:21:54
- Questions asked:
- 3
- Answers:
- 2
- Correct Answers:
- 0
- Comments:
- 1
Why is FPDF not generating pdfs properly?
Ok, turns out I had to set 'debug' to 0 in cake/core.php. Not sure why, but it's working now.