Re: Do I have to change webroot config ? Cake Newbie

2008-08-26 Thread Chris Hartjes
On Mon, Aug 25, 2008 at 1:00 PM, pmit [EMAIL PROTECTED] wrote: I am not clear about what to do next. If I had to I could switch to development on a Mac but that would mean giving up the convenience of developing on a laptop ? http://book.cakephp.org/view/32/installation -- Chris Hartjes

Re: Auth Component - I'm going crazy

2008-08-25 Thread Chris Hartjes
://www.littlehart.net/atthekeyboard/2007/09/11/a-hopefully-useful-tutorial-for-using-cakephps-auth-component/ There are some other links there that deal with the Auth component as well. -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net

Re: Preventing Cache Reload In Case of Database Failure?

2008-08-23 Thread Chris Hartjes
: Your caching logic should be cache the update box until a news update comes along. In your code that adds items that should show up in the news update section should clear out the old information at that time and cache the new stuff. I hope I've explained myself properly. -- Chris Hartjes Motto

Re: Problems with the Bake (Windows Vista + Xampp + MinGW)

2008-08-21 Thread Chris Hartjes
On Thu, Aug 21, 2008 at 9:53 PM, giulio [EMAIL PROTECTED] wrote: Is there some tutorials? If you can't send me a tutorial, i'll ask you the excact problem i find. http://cakephp.org/screencasts -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes

Re: Problems with the Bake (Windows Vista + Xampp + MinGW)

2008-08-21 Thread Chris Hartjes
On Thu, Aug 21, 2008 at 10:22 PM, giulio [EMAIL PROTECTED] wrote: Thank you very much for the help. Can i find also a text help insted of videos?... i've some problems with my connection to see videos. I don't know of any off-hand, but you can probably find them via Google. -- Chris

Re: Multiple Inserts without a loop

2008-08-20 Thread Chris Hartjes
performance whether it's 2 or 1000. If it *does* matter, then congratulations are in order because you've built an application with more users than 99% of CakePHP apps out there and you will have other problems not related to Cake to worry about. -- Chris Hartjes Motto for 2008: Moving from herding

Re: License issues

2008-08-18 Thread Chris Hartjes
guidance. I am not an intellectual property lawyer, but the answer to your question is Yes, you can use CakePHP to develop commercial applications. -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Loading a component with App::import() doesn't work

2008-07-25 Thread Chris Hartjes
(); App::import('component', 'Auth'); } Results in: Undefined property: GameController::$Auth Well, usually you load a component by setting the $components array var $components = array('Auth'); What is it you are trying to do? -- Chris Hartjes Motto for 2008: Moving from herding elephants

Re: Paginate Custom Sql ..... Is there a better way to do this ?

2008-07-22 Thread Chris Hartjes
here. http://www.littlehart.net/atthekeyboard/2008/03/04/custom-cakephp-12-pagination-queries/ -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You

Re: var $uses(), a better way?

2008-07-17 Thread Chris Hartjes
'); etc. You can also use App::import(...) to instantiate models on the fly. Just my experience, that's all. -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Trying to map findAll to $form-select()

2008-07-15 Thread Chris Hartjes
option value=3Stage 3/option /select $this-Stage-find('list') should generate an array that you can pass to form-select() -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: phpThumb Helper

2008-07-14 Thread Chris Hartjes
reviewers, or more? It seems so strange in such an active and knowledgeable community to take 2 weeks to approve something. Does that mean you're volunteering? -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net

Re: Can't Get Validation to Work

2008-07-14 Thread Chris Hartjes
-validation -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post

Re: Cake php ajax pagination

2008-07-14 Thread Chris Hartjes
into session) is there any other way to store condition, so that we can get on second page. Plz let me know http://book.cakephp.org/view/164/pagination -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: ACL

2008-07-14 Thread Chris Hartjes
that it is not good enough documentation. Having not done any ACL myself, I cannot confirm that. -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: calling helper functions from within the controller

2008-07-11 Thread Chris Hartjes
, not controllers. Perhaps you can place that function somewhere else? Like in a model? -- Chris Hartjes Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: Linking to RSS feeds?

2008-07-10 Thread Chris Hartjes
. One line of code in CakePHP or one line of code in HTML. It really makes little difference, but putting it in HTML means just a little bit less work for PHP. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http

Re: Request for the Devs to take into consideration concerning print

2008-07-09 Thread Chris Hartjes
that these people have never been in a situation where they needed reports to be printed from cake php. One person's 'integral part' is another's 'edge case'. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http

Re: Linking to RSS feeds?

2008-07-09 Thread Chris Hartjes
is not a good idea. Not everyone uses Firefox. Secondly, what's so hard about adding it by hand to your layout file? It's just one line. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Request for the Devs to take into consideration concerning print

2008-07-09 Thread Chris Hartjes
a requirement for looks pretty when printed output. I understand your frustration, but please look at the problem objectively. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Paginate Order By COUNT()

2008-07-08 Thread Chris Hartjes
in this case? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: FCKeditor

2008-07-08 Thread Chris Hartjes
you are? Try this link as a starting point, and next time try searching for an answer before asking for help. http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes

Re: Model

2008-07-08 Thread Chris Hartjes
controller via associations. As helpful as Grant's response is, I think it doesn't really answer the question WHAT are you trying to do. That is more important than HOW. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http

Re: Model

2008-07-08 Thread Chris Hartjes
not misunderstanding the problem. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Paginate Order By COUNT()

2008-07-07 Thread Chris Hartjes
://www.littlehart.net/atthekeyboard/2008/03/04/custom-cakephp-12-pagination-queries/ -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: Paginate Order By COUNT()

2008-07-07 Thread Chris Hartjes
) add a field to your table Doing it the paginateCount() way, all you have to do it 1) write your own how we count things for pagination purposes query I am making these assumptions based on the following link: http://blog.matsimitsu.nl/code/163/cakephp-countercache -- Chris Hartjes Internet

Re: Controller question

2008-07-05 Thread Chris Hartjes
this information? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Session does not expire after closing Browser

2008-07-04 Thread Chris Hartjes
. Not a CakePHP issue at all. Hope that helps. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because

Re: Dynamic drop down

2008-07-02 Thread Chris Hartjes
On Wed, Jul 2, 2008 at 10:05 AM, kaushik [EMAIL PROTECTED] wrote: I want to make a drop down of categories from category table in Product page. How to do it? Please help me. $categories = $this-Product-Category-find('list'); -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from

Re: AuthComponent sessions not working in firefox or ie7

2008-06-30 Thread Chris Hartjes
() method in your user controller: beforeFilter() { parent::beforeFilter(); } Without that, the user controller does not know that you are trying to use Auth. At least, that has been my experience. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling

Re: Is there a CakePHP API/Manual mirror?

2008-06-30 Thread Chris Hartjes
just a local issue for you. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Protect admin page

2008-06-29 Thread Chris Hartjes
'em via Google or your preferred search engine). -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you

Re: User Account Administration using Auth Component - Password reset/Forgot Password Functionality

2008-06-29 Thread Chris Hartjes
in the Auth component section. Hope that helps. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you

Re: Auth loginAction Question

2008-06-29 Thread Chris Hartjes
to the login action if you are already logged in, so you might want to consider sending them to another page and using an element that contains your login form. Just a thought, not tested, etc, etc. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes

Re: table driven select box example for cakePHP ver 1.2.0.xxxxx

2008-06-26 Thread Chris Hartjes
to the CakePHP manual except themselves. If you choose to direct your energies into complaining about the documentation, that is obviously your choice. Just don't be shocked when people disagree with your tactics and suggest other things. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from

Re: Documentation

2008-06-24 Thread Chris Hartjes
On Tue, Jun 24, 2008 at 12:17 PM, Wayne Madison [EMAIL PROTECTED] wrote: Hello, Thanks for showing no social skills and hijacking a thread! -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net

Re: Problems with query functions on production server

2008-06-24 Thread Chris Hartjes
probably crashing because you have cached model and other information in APP/tmp. Always good practice to delete stuff in APP/tmp every time you put a change into production as well. Just my opinion. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling

Re: dateTime bug?

2008-06-23 Thread Chris Hartjes
interval when 24 hours format is used ;) Please file a ticket over at http://trac.cakephp.org -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Auth Component the most failment of Cakephp

2008-06-23 Thread Chris Hartjes
and can only think of a onef time in the last year where an update truly broke something in my application. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Auth Component the most failment of Cakephp

2008-06-23 Thread Chris Hartjes
. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group

Re: Cache problem ?

2008-06-20 Thread Chris Hartjes
that helps. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: password not hashed by edit user

2008-06-20 Thread Chris Hartjes
why you're not using it (this is a trick question)? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because

Re: password not hashed by edit user

2008-06-20 Thread Chris Hartjes
. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group

Re: Localization and Internationalization: Can't switch languages

2008-06-20 Thread Chris Hartjes
things but I still can't get it to work. Any takers? Thanks in advance. Please don't double post. People will respond if they have an answer. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net

Re: how do I handle foreign keys??

2008-06-20 Thread Chris Hartjes
AppController { var $uses = array('Entry', ...) ... } Hope that helps. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Importing a helper

2008-06-19 Thread Chris Hartjes
if it would work. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Ajax in Cakephp

2008-06-19 Thread Chris Hartjes
and prototype 1.6.0.1 libs, please help How about you share some code via http://bin.cakephp.org, because you've given us (meaning the mailing list) nothing to work with. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http

Re: Does SimpleTest v1.01 break Test Suite v1.2.0.0??

2008-06-19 Thread Chris Hartjes
in filing tickets when you find something. What's the worst thing that can happen? It gets rejected, and life moves on. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Which find to use on controller?

2008-06-19 Thread Chris Hartjes
('conditions' = array('Post.category_id' = 1))); -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you

Re: Best Upgrade Path

2008-06-18 Thread Chris Hartjes
. Fortunately, Cake does tend to send out quite verbose framework-related error messages and I have on occasion done a simple diff between a stock APP/config/core.php and my current core.php file to see if anything major has changed. Hope that helps. -- Chris Hartjes Internet Loudmouth Motto

Re: 1.2 RC1 Release Notes - wood and trees

2008-06-18 Thread Chris Hartjes
have to agree that sometimes, it would be nice to see documentation with the releases that says we've added this cool new feature, and here's how to use it. Given the massive size of the change log, I don't know if that's even feasible. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from

Re: Does SimpleTest v1.01 break Test Suite v1.2.0.0??

2008-06-18 Thread Chris Hartjes
things like this. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Importing a helper

2008-06-18 Thread Chris Hartjes
points of an application. No, you can't include it from the view either. Did you try this in your index controller (assuming you are using 1.2): App::import('Helper', 'Time'); $timeHelper = new TimeHelper; Hope that helps, and beware of premature optimization. -- Chris Hartjes Internet Loudmouth

Re: Importing a helper

2008-06-18 Thread Chris Hartjes
that you do not understand the question. It's not about RAM, it's about performance. It's likely that it will take more resources to talk to your database than to hold the time helper in memory. Just my opinion, but others share it. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from

Re: Simple Auth not working when models are defined

2008-06-17 Thread Chris Hartjes
that you file a ticket at trac.cakephp.org so that the issue will get looked at it. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You

Re: Using bootstrap to load app_controller

2008-06-16 Thread Chris Hartjes
On Mon, Jun 16, 2008 at 3:45 PM, Corie [EMAIL PROTECTED] wrote: I'm using the bootstrap file to load up default controllers and other stuff. Why would you do it this way when none of the examples out there do anything remotely similar to this. -- Chris Hartjes Internet Loudmouth Motto

Re: Using bootstrap to load app_controller

2008-06-16 Thread Chris Hartjes
sites) I do not have an answer, but from what I do know about building CakePHP apps, it is definitely not that way. Perhaps you could explain a little more what it is you are trying to do. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes

Re: Using bootstrap to load app_controller

2008-06-16 Thread Chris Hartjes
route to go, but that would require having to update all the sites for every small change I make. It has been my experience that CakePHP is not well suited to that task. If others have done it, I'm sure they will share their experiences. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving

Re: Using bootstrap to load app_controller

2008-06-16 Thread Chris Hartjes
On Mon, Jun 16, 2008 at 4:45 PM, Samuel DeVore [EMAIL PROTECTED] wrote: It is documented in the manual http://manual.cakephp.org/view/32/installation#advanced-installation-35 Thanks for pointing that out, Sam. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants

Re: 1.2 revamped

2008-06-14 Thread Chris Hartjes
with php4. Yes, it was built in PHP 4 originally but it works just fine in PHP 5. Cake 2.0 will be the first release of CakePHP that will be PHP 5 only. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net

Re: Bake - problems with Slashes in path (windows)

2008-06-13 Thread Chris Hartjes
, that is an old bug that was supposed to have been fixed. Can anyone else baking on Windows using RC1 confirm this? If I get a lull at work I'll fire up WinXP in Parallels and see what's going on. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes

Re: AjaxHelp editor missing submitOnBlur option

2008-06-12 Thread Chris Hartjes
love cakephp thanks for all the great work! If you really want to say thanks, go and file a ticket for this over at trac.cakephp.org -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: How i do date validation?

2008-06-09 Thread Chris Hartjes
On Mon, Jun 9, 2008 at 12:56 PM, GreyWolf [EMAIL PROTECTED] wrote: What's wrong? Thanks. What version of CakePHP are you using? If you're using 1.2, have you looked at this: http://book.cakephp.org/view/125/data-validation -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from

Re: Routing

2008-06-06 Thread Chris Hartjes
http://c7y.phparch.com/c/entry/1/art,cake-seo -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you

Re: Proper debugging of CakePHP

2008-06-06 Thread Chris Hartjes
other debugging tools. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Best Upgrade Path

2008-06-06 Thread Chris Hartjes
environment is configured. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: find('list') in view - noob problem

2008-06-06 Thread Chris Hartjes
. find('list') is generally used when you want to create a list of entries for a form select field. I think you need to go to http://book.cakephp.org and read through it so you understand what you might be doing wrong. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding

Re: find('list') in view - noob problem

2008-06-06 Thread Chris Hartjes
On Fri, Jun 6, 2008 at 2:04 PM, Rich [EMAIL PROTECTED] wrote: Kinda figured i'd get a response like that. . . . Don't take it personally, I never do. What do you need the data to look like? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes

Re: Keep current password

2008-06-06 Thread Chris Hartjes
']['password'] Totally untested. Hope that helps. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you

Re: Keep current password

2008-06-06 Thread Chris Hartjes
can say if you're accessing this via my edit method, unset the password. I'm not 100% on where in the whole save process that Auth hashes the password, so putting it in beforeSave() hopefully does the trick. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants

Re: a bit confused (n00b warning)

2008-06-05 Thread Chris Hartjes
= $this-Item-Unit-find('all', conditions go here) = gives you all units that match your conditions Hope that helps (and I hope I did that right :) ) -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net

Re: Model::find(). Condition handled as an integer when it should be handled as a string

2008-06-05 Thread Chris Hartjes
. /me smacks himself in the forehead. I had thought that was the case, but is that *really* what is going on? It looks to me like Cake is not honouring that for whatever reason. I wonder if this is something that works properly in 1.2? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving

Re: Complex CMS routing

2008-06-05 Thread Chris Hartjes
that I could see are: This link should help you out: http://c7y.phparch.com/c/entry/1/art,cake-seo -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: reset Session variables without any visible cause

2008-06-05 Thread Chris Hartjes
about having problems bothered to provide code samples, so who the hell knows what the problem really is. Show us a sample in http://bin.cakephp.org of your code that is not working properly and that might point these people in the right direction. -- Chris Hartjes Internet Loudmouth Motto

Re: Validation - some things are more alphanumeric than others

2008-06-02 Thread Chris Hartjes
it as well, and I'd be willing to bet that this thread will be ignored if there is no ticket filed. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Recommendations for changes to Cake manual.

2008-06-02 Thread Chris Hartjes
. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group

Re: Recommendations for changes to Cake manual.

2008-06-02 Thread Chris Hartjes
please. If someone did indeed tell that to you before, don't let one bad apple spoil the whole bunch. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Recommendations for changes to Cake manual.

2008-06-02 Thread Chris Hartjes
, I'll do a blog post apology where many people can see it. Seriously, when did his happen because that is not current ticket-responding policy as far as I am aware. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http

Re: replacement for beforeFilter?

2008-05-30 Thread Chris Hartjes
funcname() { } } What is the new way of using this type of functionality? function beforeFilter() { // do whatever was in funcname here } -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net

Re: Validation - some things are more alphanumeric than others

2008-05-30 Thread Chris Hartjes
for alphaNumeric might not be UTF-8 friendly. Don't panic, just file a ticket while your head regrows. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Need a lightbox type app

2008-05-29 Thread Chris Hartjes
: http://tinyurl.com/6orb8o -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: InPlaceEditor

2008-05-29 Thread Chris Hartjes
this? Thank you as always. /me throws hands up in the air over unwillingness of poster to utilize internet search engines to find answers -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Different performance between 1.1 and 1.2

2008-05-29 Thread Chris Hartjes
from the beginning of the thread: Upgrade to 1.2 because it is light-years ahead of 1.1 in available features. Now get off my lawn! -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Recommended User Authentication setup?

2008-05-28 Thread Chris Hartjes
with recent nightlies? Yes, it should be fine as the Auth component hasn't really changed much since I wrote it. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: when is cakephp 1.2 stable release?

2008-05-28 Thread Chris Hartjes
On Wed, May 28, 2008 at 10:05 PM, kknd [EMAIL PROTECTED] wrote: but when the 1.2 stable is release? When it's ready. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Htmlhelper link and passing value to controller function

2008-05-27 Thread Chris Hartjes
('conditions')); Hope that helps. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Upgrading Cake

2008-05-22 Thread Chris Hartjes
are in the web path. So, when I upgrade the core, nothing in my app gets overwritten. Best way, if you ask me. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Why CakePHP always uses var?

2008-05-21 Thread Chris Hartjes
be replaced with the correct visibility of that member variable. CakePHP 1.x is PHP 4 compatible, so that is why 'var' is being used. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Multiple rule Validation causes Redirect to fail.

2008-05-20 Thread Chris Hartjes
with EmailComponent = Helpers with whitespace It can also be whitespace issues in your templates, couldn't it? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Newcomer with feedback and question with a concern

2008-05-16 Thread Chris Hartjes
on trac.cakephp.org asking that this be reopened again. The worst thing that is going to happen is that they will reject the ticket. And again, you should never take it personally when a ticket is rejected, no matter what it says in the comments. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving

RFC: cake deploy

2008-05-16 Thread Chris Hartjes
keep in mind that I am under no obligation to accept any of your ideas. :) -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You

Re: Paginator and subdirectory

2008-05-15 Thread Chris Hartjes
('Routing.admin') . '_' , '', $url['action']); } in /cake/libs/router.php, line 749 aprox. Please file a ticket over at trac.cakephp.org about this, as it might be something that can be fixed in a more generic way. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from

Re: WebService in Cake 1.2

2008-05-14 Thread Chris Hartjes
default. http://c7y.phparch.com/c/entry/1/art,mvc_and_cake -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: possible bug? validation successful even though required fields are not empty

2008-05-14 Thread Chris Hartjes
' = 'Required') ); If I am misunderstanding the issue, please correct me. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received

Re: strange counter cache behavior - is this supposed to be like that?

2008-05-14 Thread Chris Hartjes
you have an association in your models between foo and bar? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message

Re: strange counter cache behavior - is this supposed to be like that?

2008-05-14 Thread Chris Hartjes
for then? It's not a question of needing the join, it seems to be doing it automatically. You should file a ticket for this over at trac.cakephp.org. I'm betting it's a relatively easy fix. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes

Re: strange counter cache behavior - is this supposed to be like that?

2008-05-14 Thread Chris Hartjes
a ticket is that it will be rejected along with an explanation. There might be a snarky comment associated with it, but that's it. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard

Re: Ajax form submission

2008-05-14 Thread Chris Hartjes
. Thanks in advance for any help I get. Was book.cakephp.org no help to you? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You

Re: Current Id - wie bekomme ich diese heraus

2008-05-13 Thread Chris Hartjes
wie komme ich auf die id des Posts den ich gerade offen hab grüße Mein Herr, Es tut mir leid aber wir sprechen English auf dieser Postsendungliste. Koennte Sie die Frage auf Englisch wieder stellen? (My German is a bit rusty...) -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving

Re: Auth::allowedActions appear seriously messed up

2008-05-13 Thread Chris Hartjes
everywhere? -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling snakes... @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

  1   2   3   4   5   6   7   8   9   10   >