Re: session serialize handler

2007-05-15 Thread Chris Hartjes
On 5/15/07, Chris Hartjes [EMAIL PROTECTED] wrote: On 5/15/07, jyrgen [EMAIL PROTECTED] wrote: i need access to *all* existing valid sessions in the table, so i can test, if a user is already logged in . Why can't you set a cookie? Way easier. Although now that I think about

Re: session serialize handler

2007-05-15 Thread Chris Hartjes
to read and write values from / to the db So why don't you go into the source of CakePHP and look at the code? -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: session serialize handler

2007-05-15 Thread Chris Hartjes
be giving a similar answer. The source contains everything you need to figure to solve your problem. Now get to it! :) -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: session serialize handler

2007-05-15 Thread Chris Hartjes
On 5/15/07, jyrgen [EMAIL PROTECTED] wrote: Wouldn't it better for you to learn how it works instead of someone just spoon-feeding you an answer? now that's a great help ! :-) Sorry you feel differently. If you have the source, you should be able to figure it out. -- Chris Hartjes My

Re: session serialize handler

2007-05-15 Thread Chris Hartjes
it might point you in the right direction. Without learning how to build one of these things, I'd say you have no hope of solving your problem. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: session serialize handler

2007-05-15 Thread Chris Hartjes
. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: session serialize handler

2007-05-15 Thread Chris Hartjes
pull the data you want out of a session. I know I keep saying it, but you need to go read on how PHP stores the data in a sessions table. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net

Re: Cake 1.1 vs 1.2

2007-05-14 Thread Chris Hartjes
close to stable and it has a lot of better features than 1.1. Plus you're more likely to get cutting-edge help from people if you use 1.2. Not that it will be from me, as I'm just grumpy. And misinformed. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http

Re: Database Table Management

2007-05-14 Thread Chris Hartjes
-migrations-v2-1 Hope that helps (my karma :) ) -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message

Re: How to get the content of a 'custom' POST-Request

2007-05-14 Thread Chris Hartjes
is what I always use, not familiar with all the choices in PHP 4. Hope that helps. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: How to get the content of a 'custom' POST-Request

2007-05-14 Thread Chris Hartjes
access the $_POST variable at all? (in this case we have a XML snippet in the POST request but it's also possible that we have plain text here) Why can't it always be XML in the response? -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net

Re: How to get the content of a 'custom' POST-Request

2007-05-14 Thread Chris Hartjes
you have an action that you are sending your POST request to, correct? -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: othAuth Performance

2007-05-14 Thread Chris Hartjes
... does anyone have experience regarding any slowdowns by using the othAuth component? That's how I personally would do it. Keep the auth stuff for the areas that need it. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark

Re: Trouble with the Router

2007-05-13 Thread Chris Hartjes
. If I am wrong, I'm sure others are rubbing their hands in glee at a chance to point out the mistakes of the Grumpy Old Man of the List. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net

Re: Will CakePHP work for this?

2007-05-13 Thread Chris Hartjes
in-line, but it's not entirely necessary. I have done a sortable grid before using jQuery and CakePHP so, yes, it can be done. Better get your Ajax skills ready. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: Trouble with the Router

2007-05-13 Thread Chris Hartjes
On 5/13/07, Chris Hartjes [EMAIL PROTECTED] wrote: On 5/13/07, Aaron Shafovaloff [EMAIL PROTECTED] wrote: Here are the routes that got it working: http://bin.cakephp.org/view/1621988238 Crucial to it working was me sending an empty string (instead of null) as the action parameter

Re: Need help for pushing CakePHP for a high traffic project

2007-05-12 Thread Chris Hartjes
suited for building high traffic web sites over another. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: Cast your vote for CakePHP!

2007-05-11 Thread Chris Hartjes
it is to hack it, but anyway, you get the idea... Still, you are grumpy. I've never seen Chris in a terribly good mood so it's hard to tell when he is grumpy and when he is not ;-) - Gonzalo Bah! All I want is for you no-good kids to get off my lawn! -- Chris Hartjes My motto for 2007

Re: Cast your vote for CakePHP!

2007-05-11 Thread Chris Hartjes
(name dropping here) friend Amy Hoy's article about 'Help Vampires' http://slash7.com/pages/ -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: Cast your vote for CakePHP!

2007-05-11 Thread Chris Hartjes
page we can direct people to that will stop us from pointing at specific things. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: Cast your vote for CakePHP!

2007-05-11 Thread Chris Hartjes
On 5/11/07, John David Anderson (_psychic_) [EMAIL PROTECTED] wrote: Which CakePHP veteran is grumpier? [ ] - Sam DeVore [ ] - Chris Hartjes [Vote] HAHAHAH! Vote for Sam. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net

Re: Printing in PHP

2007-05-09 Thread Chris Hartjes
, the printing of the report will start directly. Also the report printing should be fast enough in dot matrix printer. Please let me know how to do this Regards Best site ever for stuff like this: google.com -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http

Re: Cake not allowing JavaScript?

2007-05-08 Thread Chris Hartjes
practices. Essential tool for debugging Javascript problems. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: Arabic text in mysql

2007-05-08 Thread Chris Hartjes
right. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: cleanArray() Strange Behavior

2007-05-08 Thread Chris Hartjes
. If you don't want to take the time to read the manual (or at least confirm that you've read the manual) then don't be surprised if people don't want to help. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: Cake not allowing JavaScript?

2007-05-07 Thread Chris Hartjes
it harder to implement Javascript functionality. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message

Re: Problem using the prototype function $F()

2007-05-07 Thread Chris Hartjes
try this view with my browser I get this error: Notice: Undefined variable: F in .. While this is not a CakePHP-related question, first thing you should do is make sure that Prototype is actually being loaded. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark

Re: searching for a newsletter component

2007-05-06 Thread Chris Hartjes
On 5/6/07, jyrgen [EMAIL PROTECTED] wrote: has anybody implemented a newsletter component or plugin ? couldn't find anything here as well as in the bakery . thanks, jyrgen When you say newsletter component or plugin, what do you think that should contain? -- Chris Hartjes My motto

Re: searching for a newsletter component

2007-05-06 Thread Chris Hartjes
tried to stay away from building spam components, hurts my reputation on the streets. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: searching for a newsletter component

2007-05-06 Thread Chris Hartjes
that specialized in spam, so I feel I'm uniquely qualified to label mass-mailing tools as spamming tools. Feel free to disagree. Sounds too complicated to be just a component or plugin, more like a full application. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http

Re: Problems with ob_gzhandler

2007-05-04 Thread Chris Hartjes
in Cake down the road. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: CakePHP vs Symfony

2007-05-03 Thread Chris Hartjes
files, which Symfony seems to want. Convention over configuration is my motto. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: CakePHP vs Symfony

2007-05-03 Thread Chris Hartjes
build it. Don't ever confuse the two. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because

Re: thread created count for cakephp sites

2007-05-02 Thread Chris Hartjes
. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: thread created count for cakephp sites

2007-05-02 Thread Chris Hartjes
. MySQL was keeping connections open when a PHP script crashed until it could clean up the connection itself. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: Performance Time (debug variable)

2007-05-02 Thread Chris Hartjes
request in CakePHP's trac system. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you

Re: Controller - hasMany - Class not found

2007-04-23 Thread Chris Hartjes
to archieve this? I've been reading tutorials but found no reference to this... Thanks! -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: no mod_rewrite - does it matter in the greater scheme of things?

2007-04-22 Thread Chris Hartjes
On 4/22/07, Steve Boyd [EMAIL PROTECTED] wrote: does it matter for anything else?? It's about elegant-looking URL's. You can have your ugly URL's with a ? in it. I'll make sure mod_rewrite works with my stuff. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread Chris Hartjes
On 4/16/07, Schubidu [EMAIL PROTECTED] wrote: How I switch of this message (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead? Um, by following the instructions and use FormHelper. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http

Re: Count clicks

2007-04-15 Thread Chris Hartjes
On 4/15/07, jonern [EMAIL PROTECTED] wrote: And to Chris Hartjes: My motto for 2007: Just build it, damnit! - you can't go around beeing lazy with that motto, hehe :) Of course you can. Being lazy means you want the simplest solutions to your problems, writing for yourself only what you

Re: Count clicks

2007-04-12 Thread Chris Hartjes
tracking systems, and I gave up and found someone smarter than me who's already figured all the stuff that I was getting wrong or found annoying. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: Count clicks

2007-04-12 Thread Chris Hartjes
concerns crop up pretty early when you're tracking your own clicks. Just my experience, that's all. I see the value in tracking your own clicks...but I'm lazy and prefer that someone else track all the data for me. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http

Re: Creating a support wiki for CakePHP, any interest?

2007-04-12 Thread Chris Hartjes
, the wiki was taken down because it was full of junk, and a lot of incorrect junk at that. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: Cake 1.2 - Data Validation - Multiple rules per field

2007-04-11 Thread Chris Hartjes
. -- Chris Hartjes My motto for 2007: Just build it, damnit! @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: DIssapearing/reappearing Session variables

2007-04-09 Thread Chris Hartjes
On 4/9/07, dangerd [EMAIL PROTECTED] wrote: Hello, Thought I'd try this forum as I got some useful help from here before. Here's some really useful help for you: If it's not CakePHP related, this is the wrong place to ask someone else to fix your problems. -- Chris Hartjes My motto

Re: routing: custom sitename before EACH controller

2007-04-08 Thread Chris Hartjes
. Is there a way to do this without having to make custom routes for every controller and action? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: mysterious SQL query

2007-04-08 Thread Chris Hartjes
? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: Making REST Requests to a web-server like yahoo

2007-04-08 Thread Chris Hartjes
: Hi Chris I need to handle session and cookie this is why I will use the pear class. I found also this class http://sourceforge.net/projects/snoopy/ Tonyz On 7 Apr, 19:24, Chris Hartjes [EMAIL PROTECTED] wrote: On 4/7/07, Tonyz [EMAIL PROTECTED] wrote: I have no need to parse

Re: Making REST Requests to a web-server like yahoo

2007-04-07 Thread Chris Hartjes
? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message

Re: Making REST Requests to a web-server like yahoo

2007-04-06 Thread Chris Hartjes
developer network because I would like in my cake app to display search results from yahoo. The article is at http://developer.yahoo.com/php/howto-reqRestPhp.html There is some built in class of cake who can perform rest request to a webserver with curl or file_get_contents? -- Chris

Re: Making REST Requests to a web-server like yahoo

2007-04-06 Thread Chris Hartjes
it uses a method which is deprecated in PHP5, so watch it. Hope this helps. On 4/6/07, Chris Hartjes [EMAIL PROTECTED] wrote: I second what Kjell said: file_get_contents is your easiest solution if using PHP 5, otherwise use the curl functions. XML parsing sucks in PHP 4, so I hope you can

Re: Choice of Version

2007-04-05 Thread Chris Hartjes
for production use, but I guess it depends on what Those You Answer To think about the use of beta or release candidate software. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark

Re: find session entries / force session _gc / (de)serialization

2007-04-05 Thread Chris Hartjes
with a particular serialized value of data. I'm curious as to what you're trying to accomplish by doing this? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: find session entries / force session _gc / (de)serialization

2007-04-05 Thread Chris Hartjes
in. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because

Re: Unit Testing Emails

2007-04-04 Thread Chris Hartjes
your best bet to simulate the EmailComponent. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: self-join cake recipe?

2007-04-04 Thread Chris Hartjes
'. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because

Re: self-join cake recipe?

2007-04-04 Thread Chris Hartjes
On 4/4/07, John David Anderson (_psychic_) [EMAIL PROTECTED] wrote: (Self joins need not always be HABTM) -- John That's cool and everything, but can someone provide me with an example of when a self-join is needed? I'm curious. -- Chris Hartjes My motto for 2007: Just build it, damnit

Re: self-join cake recipe?

2007-04-04 Thread Chris Hartjes
Thank you gwoo and John for pointing out to me when a self-join is cool and how to do it with CakePHP. You should learn something new every day. :) -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http

Re: need suggestion on caching

2007-03-30 Thread Chris Hartjes
user data cached until it has been changed by the user themselves or until your cache limit has been reached. This isn't a CakePHP issue at all, it's a generally program architecture and strategy issue. Google is your friend for finding hints on how to do it. -- Chris Hartjes My motto for 2007

Re: Proposal for killer app

2007-03-29 Thread Chris Hartjes
no reason why we shouldn't be stealing that idea and using it ourselves. Perhaps http://plugins.cakephp.org should spring into being, with an explanation of how plugins work and documentation on how to actually create a plugin. -- Chris Hartjes My motto for 2007: Just build it, damnit

Re: Proposal for killer app

2007-03-29 Thread Chris Hartjes
evidence, even if that position makes me unpopular with bosses and people on this list. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: hasOne on param...

2007-03-29 Thread Chris Hartjes
* FROM games ... LEFT JOIN picks_users As MyPick ON (MyPick.game_id = Game.id AND MyPick.user_id='1') ... As you can see, now all games will be returned ... Should I open a ticket? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt

Re: CakePHP based projects

2007-03-28 Thread Chris Hartjes
, chango! you have a complete application that you can use. Why bother learning CakePHP when you can just have someone else do all the hard work for you? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http

Re: CakePHP based projects

2007-03-28 Thread Chris Hartjes
to mine in response if I had asked a similar question. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: Proposal for killer app

2007-03-28 Thread Chris Hartjes
mind that several of the biggest web applications out there use PHP (Yahoo! ring a bell?). To steal a phrase from Microsoft, it's all about developers, developers, DEVELOPERS!!!. We (as in the community using CakePHP) need to find constructive ways to convince developers to use CakePHP. -- Chris

Re: Proposal for killer app

2007-03-28 Thread Chris Hartjes
console to complement testing. Is that a killer app? I dunno, but hopefully lots of people will benefit from it. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: Proposal for killer app

2007-03-28 Thread Chris Hartjes
at step 2 with some built-in rich text editing solution, and to have cake under the hand at step 3 when serious coding starts. Won't this lead to CakePHP being labeled the framework you can only build a CMS with? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital

Re: a technical statistics feature?

2007-03-24 Thread Chris Hartjes
conferences about how to use it. Go to talks.php.net and look for his various talks on the topic. Hope that helps. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: Mailing List Suggestion

2007-03-23 Thread Chris Hartjes
. --~--~-~--~~~---~--~~ Please add a filter to your email software that puts any messages from cake-php@googlegroups.com to a separate folder. You can do it through your email software's control panel. Thanks. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger

Re: bug on $html-charset()

2007-03-22 Thread Chris Hartjes
=UTF-8 / Solves the issue (notice the semicolon) See ya Hold on, where are you going? You're not done yet! Please file a bug in the trac system. I'm willing to bet nothing will get patched unless there is an official bug report for this problem. -- Chris Hartjes My motto for 2007: Just

Re: CakePHP Session expiring problems...

2007-03-20 Thread Chris Hartjes
, and expired sessions are left forever in db. Shoul I clean this somehow, or it's already implemented but buggy. As I mentioned above, PHP itself will take care of calling the correct methods and/or functions to handle garbage collection of expired sessions. Honest. -- Chris Hartjes My motto

Re: CakePHP Session expiring problems...

2007-03-20 Thread Chris Hartjes
On 3/20/07, majna [EMAIL PROTECTED] wrote: or use autosave, with ajax, save as draft, like gmail do. Now *that* is a good solution. Autosave will then update your session, causing it to not expire. Pretty slick. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com

Re: CakePHP Session expiring problems...

2007-03-19 Thread Chris Hartjes
properly. At least that's how I've done it in the past. Your garbage collection routine will take care of deleting any expired data. Again, that's how I've done it in the past. Hope that helps. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt

Re: AJAX - Possible to update DB with textarea content from the textarea onblur()??

2007-03-16 Thread Chris Hartjes
... It occurs to me that you would have to do the following: 1) create an event in javascript that submits the form based on the onBlur even 2) write the code that accepts the form post 3) profit!!! Dunno about the tabs out thing, but am I missing something else from the above problem? -- Chris

Re: Hello, World in CakePHP

2007-03-16 Thread Chris Hartjes
files you are missing. Follow the instructions in the messages until they error messages all go away. Trust me on this one. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard

Re: Variable to find Current Controller

2007-03-14 Thread Chris Hartjes
into a situation in my application where I needed to know what controller or action I was currently using. Are there certain problems that are only solvable if you know this info? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http

Re: Variable to find Current Controller

2007-03-14 Thread Chris Hartjes
. :) -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because

Re: Web Services in Cake 1.2.x.x

2007-03-14 Thread Chris Hartjes
in 1.2!), but I found a strange particularity when I wanted to use the Post-model (var $uses = 'Post';) to generate the feed from: Can't help you there as I haven't moved beyond that simple example. :) -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo

Re: Confirmation after form validation

2007-03-13 Thread Chris Hartjes
out a lengthly form all in one shot. Well, I'm saying this without actually having done it, but I'm pretty sure you can get it to validate your input *without* saving the record. Any examples from the list? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital

Re: Confirmation after form validation

2007-03-13 Thread Chris Hartjes
--- Remember, smart coders answer ten questions for every question they ask. So be smart, be cool, and share your knowledge. BAKE ON! blog: http://www.MarianoIglesias.com.ar -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Chris Hartjes

Re: Best testing option for Cake?

2007-03-13 Thread Chris Hartjes
can hook Selenium and PHPUnit together. I remember talking with the author of PHPUnit at a conference and he mentioned that where he worked (EZSystems) they had hired someone to figure out how to link them together so that Selenium results can be piped through PHPUnit. -- Chris Hartjes My motto

Re: Details about Cake PHP

2007-03-10 Thread Chris Hartjes
do I use CakePHP then we'll be glad to help you. For best results on this list, make sure that you know how to program in PHP and have made the effort to search the manual, the web site, the Bakery and google before you ask. -- Chris Hartjes My motto for 2007: Just build it, damnit

Re: Cake Php + AJAX

2007-03-09 Thread Chris Hartjes
On 3/9/07, Mariano Iglesias [EMAIL PROTECTED] wrote: I'll answer if you answer me this question: How to drive a car? -MI C'mon now Mariano, you know I'm the one who is supposed to giving out the rude answers... -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com

Re: SQLite

2007-03-08 Thread Chris Hartjes
*guess* about the configuration. Go and find out. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: So confused

2007-03-05 Thread Chris Hartjes
not necessarily one of the fix it if you don't like it kind of guys, but I get that way sometimes. What my complaint is about usually involves the blanket documentation sucks complaint. Show us what sucks and we'll do our best to fix it. Honest. -- Chris Hartjes My motto for 2007: Just build it, damnit

Re: INSERT into databases

2007-03-04 Thread Chris Hartjes
give you the proper answers. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: INSERT into databases

2007-03-02 Thread Chris Hartjes
. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message

Re: Turn off all http headers

2007-03-02 Thread Chris Hartjes
headers attached to it? Cake uses headers for sessions, so that would break Cake for sure, wouldn't it? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: So confused

2007-03-02 Thread Chris Hartjes
mean you are offering to contribute some documentation that is not-so-terrible? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: multi-page forms

2007-02-27 Thread Chris Hartjes
should still be there (unless the session has timed out of course). My personal experience has been that you have to design your multi-page forms around the idea that they WILL screw you up by using the browser back button. Hope that helps. -- Chris Hartjes My motto for 2007: Just build

Re: INSERT into databases

2007-02-27 Thread Chris Hartjes
. Honestly, you expect people to give you working code for free? If you're having problems getting your models to work with non-conventional database configurations, that's one thing. If you're looking for someone to write code for you because you don't want to do it, that's another. -- Chris

Re: WEBSERVICES doesn't work

2007-02-22 Thread Chris Hartjes
/atthekeyboard/2006/11/29/using-cakephps-native-web-service-support/ Hope that helps/ -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

Re: WEBSERVICES doesn't work

2007-02-22 Thread Chris Hartjes
Groups ate the URL. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You

Re: WEBSERVICES doesn't work

2007-02-22 Thread Chris Hartjes
On 2/22/07, Sergei [EMAIL PROTECTED] wrote: Thank you. So why this BUG haven't been fixed yet? I don't know if you could call it a BUG as much as a FEATURE. Feel free to create a ticket in Trac with information on how to fix it. -- Chris Hartjes My motto for 2007: Just build

Re: WEBSERVICES doesn't work

2007-02-22 Thread Chris Hartjes
trying to accomplish? I'm sure somebody here can help. Do you have multiple feeds you're trying to make available? Is it not possible to give them all a unique path like rss/main/feed1 or rss/main/feed2? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo

Re: Password validation

2007-02-22 Thread Chris Hartjes
to do it. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: What editor do you use for CakePHP?

2007-02-15 Thread Chris Hartjes
On 2/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What do you use for Cake cooking? I use Komodo 4.0. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http

Re: Textbox validation

2007-02-14 Thread Chris Hartjes
Please check the manual and search the mailing list via Google Groups to find an answer before asking on the mailing list. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard

Re: problem with date format

2007-02-14 Thread Chris Hartjes
save it? -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Screencast of my talk at the Vancouver PHP Conference 2007

2007-02-14 Thread Chris Hartjes
the material I covered, let me know. -- Chris Hartjes My motto for 2007: Just build it, damnit! rallyhat.com - digital photo scavenger hunt @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard

<    4   5   6   7   8   9   10   11   12   >