Re: cakephp.org homepage

2009-04-13 Thread Drinkspiller
For determining which JS framework a site used: http://blog.olicio.us/2008/11/08/wtframework-bookmarklet/ https://addons.mozilla.org/en-US/firefox/addon/10500 On Apr 13, 2:29 pm, Gwoo gwoo.cake...@gmail.com wrote: Jquery --~--~-~--~~~---~--~~ You received this

.htaccess lines fix one thing but break Cake

2009-04-09 Thread Drinkspiller
instructions for that here: http://wiki.dreamhost.com/Custom_PHP.ini#Set_up_the_.htaccess_file But when I add the lines they say to Drinkspiller the .htacess that comes with CakePHP in /app/webroot the app stops working. When the lines they specify are the sole contents of the .htaccess or combined

Re: .htaccess lines fix one thing but break Cake

2009-04-09 Thread Drinkspiller
Awesome. Thanks, Sam! On Apr 9, 1:28 am, Sam Sherlock sam.sherl...@gmail.com wrote: Hi, Ihave not tried this myself - I am not on dreamhost but give this a read it maybe what your looking for http://www.thoughtglade.com/posts/custom-php-dreamhost-cakephp hth - S 2009/4/9 Drinkspiller

How to get records for a model based on it's id existing in a linking table?

2009-03-29 Thread Drinkspiller
I have two models, Collection and Recipient that have a HABTM relationship. The database has a collections_recipients liking table. Using a specific collection_id, how do I do a find() that gets all Recipients that are associated with the collection_id in the linking table? I want the end SQL to

Wamp alias Bad Request (400) Error

2009-02-07 Thread Drinkspiller
For as many links as there are on this issue, I can't seem to get a clean install of Cakephp working with WAMP. I get a 400 Bad Request error. Mod rewrite is on. AllowOverride all is set. A clean install works if the directory is a sub directory of the WAMP default root (C:\wamp\www\test) but

Re: Wamp alias Bad Request (400) Error

2009-02-07 Thread Drinkspiller
I did this and modified my hosts file (C:\Windows\System32\drivers\etc \hosts) and now it works. Thanks, Miles J! On Feb 8, 12:07 am, Miles J mileswjohn...@gmail.com wrote: This is how my apache vhosts is setup. Instead of localhost/milesj/ it would just be milesj/ VirtualHost *:80        

Re: Radio button value null after post, but appears in post headers upon inspection

2009-01-03 Thread Drinkspiller
Can you show us the HTML code for the form including the radio buttons and the hidden field you mention, and also could you supply the PHP you are using to create the form? Can you show us the HTML code for the form including the radio buttons and the hidden field you mention, and also

Re: Radio button value null after post, but appears in post headers upon inspection

2009-01-03 Thread Drinkspiller
Can you show us the HTML code for the form including the radio buttons and the hidden field you mention, and also could you supply the PHP you are using to create the form? Can you show us the HTML code for the form including the radio buttons and the hidden field you mention, and also

Re: Radio button value null after post, but appears in post headers upon inspection

2009-01-03 Thread Drinkspiller
WebbedIt: When you submit this form does the selected radio button's valueshow up or does it arrive at validation and the SQL as null like it does for me? Cheers! On Jan 3, 11:01 am, WebbedIT p...@webbedit.co.uk wrote: The resulting HTML output is this: form method=post

Radio button value null after post, but appears in post headers upon inspection

2009-01-02 Thread Drinkspiller
I am rendering a series of radio buttons using $form-input. Validation in the model specifies 'numeric' for the field. Even whena radio button is selected, this displays after submit:'This field cannot be left blank' (note: the message does not say 'must be numeric', it says blank, suggesting no

Re: ModelBaker ... umm... yummy

2009-01-02 Thread Drinkspiller
There was a web based thing floating around I saw posted on this group WebBaker? http://nio.infor96.com/webbaker/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to