Re: Need help w/ Sanitize

2006-09-24 Thread Toby (The Balloon Guy) Parent

Oh, yeah, gwoo - too quick to respond. It's the model, stupid! sheesh. 
thanks for catching that.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Setting a page id for static pages?

2006-09-18 Thread Toby (The Balloon Guy) Parent

Hey, I know that I can specify a pageTitle and Layout in my view (and 
the PagesController doesn't upchuck it), but can I specify an ID 
attribute for an element outside my content_for_layout DIV? 
Specifically, I'd like to be able to add an ID to the page body from 
within the view itself.

Ideas, pros/cons?

Thanks!
 -Toby (bigClown) Parent


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Migrating to Cake and Few General Questions

2006-09-08 Thread Toby (The Balloon Guy) Parent

On OSX, check out Colloquy (http://colloquy.info/) - works well, free.

On Windows, I'm using HydraIRC (http://www.hydrairc.com/) - works, free, 
not as pretty as colloquy, but I have yet to find a single Windows app 
that comes close in elegance to even a crappy OSX app... sigh.. I miss 
my Mac!

 The IRC information is right on the cakephp front page - just join the 
irc.freenode.net server, and join the #cakephp channel.

Regards!
 -Tobias (bigclown) parent


Tony wrote:
 John,

 That would be great to join into IRC but what client should I use for
 IRC, is there one that is free?

 And yeah I know my set up sucks. It's not so much mine but one of those
 things that IT set up and I'm looking at it going WTF? I wanted it a
 much better way but they insisted that it be the way it is now and now
 I'm getting screwed over for it.

 BTW what's the IRC channel?

 - Tony


 

   



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: cake setup -- does it have to be so difficult?

2006-08-31 Thread Toby (The Balloon Guy) Parent

On OS X, what I found to be the easiest way of getting this working was 
via virtual hosting, specificially a virtualhost.sh script. Executable 
from the command line on OS X, it lets you put your site directory 
wherever you want, point to it as a virtual host, then simply browse to 
http://virtualhostname/; (assuming you used virtualhostname for the 
name of your... never mind). It's available as a download and pretty 
well documented at:

http://patrickgibson.com/utilities/virtualhost/

I understand you're working now, but this script a) works, b) doesn't 
require intimate knowledge of your httpd.conf and c) is cheaper than 
Headdress. FWIW.

Regards!
 -Toby Parent

stevenL wrote:
 OK it appears to be working now. I had to build a new copy of
 httpd.conf from backup to get rid of the bad request errors (Must've
 corrupted it somehow). Thanks for all the support.


 

   



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: cake setup -- does it have to be so difficult?

2006-08-31 Thread Toby (The Balloon Guy) Parent

Don't think it's incompatible - I just ran it ten minutes ago with 
10.4.7, no problems. Are you pointing to the webroot folder in your cake 
install, or to the cake folder itself? I mucked with things a bit, to 
make it match my Linux server, so I did have to edit the paths in the 
index.php, but that shouldn't be a problem in your case. Hmm...

Regards!
 - Toby

stevenL wrote:
 Also this is a script from 2003...maybe something in Tiger is
 incompatible?
   



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



From a MySQL datetime field into a $form-generateDateTime() field

2006-08-31 Thread Toby (The Balloon Guy) Parent

I have a table with a datetime field. The generateDateTime() isn't the 
prettiest, but it's prettier than if I built something and will provide 
until I set up something more permanent. The problem is, I don't know of 
a Cake-ized way of pulling a datetime into a generateDateTime().

ideas? suggestions? or do I gotta parse and pizzle the sucker?

Thanks!
-Toby



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---