Reporting Bugs

2006-11-28 Thread Larry E. Masters aka PhpNut
support -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @access public */ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: Reporting Bugs

2006-11-28 Thread Larry E. Masters aka PhpNut
* @returns string aka PhpNut * @access public */ --~--~-~--~~~---~--~~ 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

Re: Does cake protect against SQL hacks automatically?

2006-11-27 Thread Larry E. Masters aka PhpNut
Cake handles it automatically -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @access public */ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Why so slow???

2006-11-10 Thread Larry E. Masters aka PhpNut
you I never sleep, that is not true, I do lay down once in a while to rest... -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you

Re: Protect controller actions from outside requests

2006-11-08 Thread Larry E. Masters aka PhpNut
Already covered this in the group before...if($this-params['requested'] === true){//do your thing here}-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received

Re: A process question for core developers: how are fixes to 1.x.x.x ported to 1.2.x.x

2006-11-08 Thread Larry E. Masters aka PhpNut
1.2 has not been released.End of discussion-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Anyone have pagination working in 1.2.xx?

2006-11-08 Thread Larry E. Masters aka PhpNut
Again 1.2 IS NOT RELEASEDOn 11/8/06, nate [EMAIL PROTECTED] wrote: The paginate() method of the controller is working, the helper is not.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic

Re: requestAction issue

2006-11-05 Thread Larry E. Masters aka PhpNut
if($this-params['requested'] === true){// do your thing here}-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic */ --~--~-~--~~~---~--~~ You received this message because you are subscribed

CakePHP 1.1.10.3825 Fix

2006-11-03 Thread Larry E. Masters aka PhpNut
releases, just replace the cake directory.Download: http://cakeforge.org/frs/?group_id=23release_id=156 Change Log: https://trac.cakephp.org/wiki/changelog/1.1.x.x-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic

Re: Scaffold: A few more features

2006-10-30 Thread Larry E. Masters aka PhpNut
/scaffold/scaffold.*.thtmlor app/views/*/scaffold.*.thtmlWith all of this available to you, doing what you need can be done already without having to add it to the core. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/On 10

Re: Problems connecting to the database using MAMP on Mac OS X

2006-10-22 Thread Larry E. Masters aka PhpNut
>From the MAMP control web page that opens when you start the applicationHost: localhost [Port: 8889] User: root Password: root-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspub

Re: Using Zendguard

2006-10-14 Thread Larry E. Masters aka PhpNut
. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: Trying to assemple a cake group in Columbus Ohio

2006-10-13 Thread Larry E. Masters aka PhpNut
in some way, let me know. I'd love to help as much as I can.No word on an IDE yet-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because

Re: findCount on models that are associated with themselves.

2006-09-22 Thread Larry E. Masters aka PhpNut
None needed,It has already been fixed in svn.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic */ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

CakePHP 1.1.8.3544... the start of something new

2006-09-22 Thread Larry E. Masters aka PhpNut
CakePHP 1.1.8.3544 is the latest release and brings us to the point of some more exciting new changes. While this release signals the end of the 1.1 series, it also provides the starting point for the next year. About this time last year 0.10 was released, then a mere 6 months ago 1.0 hit the

Re: Problem of using ereg_replace before saving data to database

2006-09-18 Thread Larry E. Masters aka PhpNut
string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Security Exploit.

2006-09-17 Thread Larry E. Masters aka PhpNut
is important to correct since it would allow reading files outside of the vendors/_javascript_ directory when magic_quotes_gpc = Off. Thank you,-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic

Re: email component for 1.2.x.x release

2006-09-15 Thread Larry E. Masters aka PhpNut
Not yet, I have not finished it.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Re: Partials

2006-09-12 Thread Larry E. Masters aka PhpNut
http://manual.cakephp.org/chapter/views-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: acts_as_list

2006-09-12 Thread Larry E. Masters aka PhpNut
I have a very, very good memory.What are we talking about again? -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you

Re: Simple question about $this-set

2006-09-11 Thread Larry E. Masters aka PhpNut
Felix mentioned. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: IMPORTANT CakePHP Security Fix

2006-09-04 Thread Larry E. Masters aka PhpNut
You should not be writting session data from a view anyway, it is not broken.There is no $session-write();-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You

Re: How can I add admin directory under cakephp framework?

2006-09-01 Thread Larry E. Masters aka PhpNut
$realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: Re: Date Format in Query

2006-08-24 Thread Larry E. Masters aka PhpNut
Agreed you are the Old Fart-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group

Re: Using Subversion for both site and cake

2006-08-08 Thread Larry E. Masters aka PhpNut
Did you see the screencast I did a few months ago on using TortoiseSVN?http://cakephp.org/screencasts-- /*** @author Larry E. Masters* @var string $userName * @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 8/7/06, Shutter [EMAIL PROTECTED] wrote: Hey,I've set up

IMPORTANT CakePHP Security Fix

2006-08-05 Thread Larry E. Masters aka PhpNut
* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: lot's of add lately

2006-08-02 Thread Larry E. Masters aka PhpNut
I have banned the user who spammed today...-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: View cache

2006-07-28 Thread Larry E. Masters aka PhpNut
It has already been fixed in both 1.1.x.x and 1.2.x.x branches.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic */ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: overwrite save function of model

2006-07-18 Thread Larry E. Masters aka PhpNut
and not needed!-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/On 7/18/06, Sonic Baker [EMAIL PROTECTED] wrote: I'm also concerned about having to use an 'id' field as a primary key to every table. Now bare in mind that I am

Re: Webalizer and cakephp

2006-07-14 Thread Larry E. Masters aka PhpNut
$realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

CakePHP 1.1.6.3264 Released

2006-07-14 Thread Larry E. Masters aka PhpNut
] Changelog: http://cakeforge.org/frs/shownotes.php?release_id=114[3] SitePoint: http://sitepoint.com [4] International PHP Magazine: http://phpmag.net[5] Fabio Cevasco: http://h3rald.com-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut

Re: CakePHP 1.1.6.3264 Released

2006-07-14 Thread Larry E. Masters aka PhpNut
Way to go...progress is fast around here! Can I upgrade from 1.1.5.3148by simply replacing the /cake directory? Yes, it is that simple -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic

Re: missing component

2006-07-12 Thread Larry E. Masters aka PhpNut
I was going to send you a link to the conventions section of the manual then I looked myself and it is incorrect.language.phpnotlanguage_component.php-- /*** @author Larry E. Masters * @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic

Re: missing component

2006-07-12 Thread Larry E. Masters aka PhpNut
Out of curiosity, I thought I had wrote the debug messages detailed enough that it would have shown the proper file name, is this working for you?-- /*** @author Larry E. Masters* @var string $userName * @param string $realName* @returns string aka PhpNut* @accesspublic

Re: Newbie question - user-defined classes?

2006-07-12 Thread Larry E. Masters aka PhpNut
that the var $useTable = false;This tells cake not to use a database table. Other then that look at the components also...-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic

Re: hasAndBelongsToMany issue

2006-07-10 Thread Larry E. Masters aka PhpNut
Open a ticket on the trac site-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 7/10/06, kiniu [EMAIL PROTECTED] wrote: Hi all,Today I've found that in my application when I try to edit one of mymodels after save result

Re: Saving date from generateDateTime

2006-07-06 Thread Larry E. Masters aka PhpNut
use this before the save();$this-cleanUpFields();-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic */ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Saving date from generateDateTime

2006-07-06 Thread Larry E. Masters aka PhpNut
That should work.Is your database field datetime or date?Add your full controller code, model and sql table here http://cakephp.org/pastes/add Then send the url generated back to the list. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut

Re: Pluralisation of Download[s] when using HABTM

2006-07-03 Thread Larry E. Masters aka PhpNut
* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: Controller argument causing update instead of insert

2006-07-02 Thread aka
Hi! I was having similar problems, but Nate helped me out in this thread: http://groups.google.com/group/cake-php/browse_thread/thread/d06d4f9f84bb343d/7225681b65c6ce43 Berhaps you are facing similar situation as I were? -Antti --~--~-~--~~~---~--~~ You

Re: php doc

2006-06-22 Thread Larry E. Masters aka PhpNut
http://www.phpdoc.org/-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic */ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group

Re: php doc

2006-06-22 Thread Larry E. Masters aka PhpNut
aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: Saving strings to database - problem, becouse the string is numeric

2006-06-21 Thread aka
Upgraded for latest version of Cake and it works. It seemed that the version on the server was quite old :) Thanks for the replies. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this

Re: Saving strings to database - problem, becouse the string is numeric

2006-06-20 Thread aka
Yes I pass an array of data for the method. I was just making long story short there ;) Can I force single quotes around each value? I can't, for example, add +1 to the database becouse cake handles it as it were a number, not a string. That is quite an annoying feature.

Re: CakePHP versions

2006-06-19 Thread Larry E. Masters aka PhpNut
While I do keep the trunk stable, it is better unless your told otherwise by me or someone else on the development team to use the trunk or a nightly build.-- /*** @author Larry E. Masters* @var string $userName * @param string $realName* @returns string aka PhpNut* @accesspublic*/On 6/19/06

Re: CakePHP versions

2006-06-19 Thread Larry E. Masters aka PhpNut
Let me try this again, lack of sleep is killing me.Unless I or someone else on the development team tells you otherwise, always use the latest releases under stable.-- /*** @author Larry E. Masters * @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic

Bug Release: 1.1.5.3148

2006-06-19 Thread Larry E. Masters aka PhpNut
://cakeforge.org/frs/shownotes.php?release_id=108 Enjoy and happy baking!-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Setting the primary key for a table in cake

2006-06-18 Thread Larry E. Masters aka PhpNut
var $primaryKey = 'blah';-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group

Re: Delete multiple Rows / Empty Table?

2006-06-18 Thread Larry E. Masters aka PhpNut
Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake

Re: CakePHP Wiki: In Loving Memory

2006-06-15 Thread Larry E. Masters aka PhpNut
Manual site is CakePHP. And a custom parser for the docbook xml. The site also uses the cake caching.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/ On 6/15/06, Mika [EMAIL PROTECTED] wrote: In that list only

Re: CakePHP 1.1.4.3083

2006-06-15 Thread Larry E. Masters aka PhpNut
This fixed package should correct your errorshttp://cakeforge.org/frs/?group_id=23release_id=105-- /*** @author Larry E. Masters * @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/On 6/15/06, davide [EMAIL PROTECTED] wrote:I've downloaded this[1] version

Re: ajax autocomplete.

2006-06-15 Thread Larry E. Masters aka PhpNut
Better pay $50 for each version of CakePHP I release. That should have read:Better then donating, pay $50 for each version of CakePHP I release. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic

Re: recursive problem

2006-06-15 Thread Larry E. Masters aka PhpNut
string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 6/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've got a find that I'm running that needs to have $recursive set to 3however the other strands of my models don't go that deep and Cakethrows

Re: ajax autocomplete.

2006-06-15 Thread Larry E. Masters aka PhpNut
]-- /*** @author Larry E. Masters* @var string $userName * @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email

Re: ajax autocomplete.

2006-06-15 Thread Larry E. Masters aka PhpNut
string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: TestSuite: where is loadModelTest?

2006-06-08 Thread Larry E. Masters aka PhpNut
It is not badly integrated as I am the one who wrote it. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic */On 6/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:Hi again,I currently got around the bugs I described before

Re: Problems while saving more than one entry

2006-06-04 Thread aka
Thanks! That did the trick! --~--~-~--~~~---~--~~ 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

Problems while saving more than one entry

2006-06-03 Thread aka
Hi. I have a form that has a select tag from which users can select multiple elements. Now I have to make multiple $this-model-save()'s in foreach loop, but only the first element gets saved and after that it only gets updated. Is there a workaround for this? -Antti

Re: using CakePHP in unusual way

2006-06-02 Thread Larry E. Masters aka PhpNut
I think you need to get new designers. If this is a project you are in charge of, your make decisions not them.http://www.help2go.com/Tutorials/Web_Page_Design/CakePHP_and_Dreamweaver_8.html -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka

Re: Important topic ::derived fields in model ?

2006-06-01 Thread Larry E. Masters aka PhpNut
the idea what a model can be and do for you.-- /*** @author Larry E. Masters * @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake

Re: Can I access a model from a helper ?

2006-06-01 Thread Larry E. Masters aka PhpNut
No-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group

Re: Cake Software Foundation Certification

2006-06-01 Thread Larry E. Masters aka PhpNut
E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: selection lists

2006-06-01 Thread Larry E. Masters aka PhpNut
/class_model.html#273890c78b6e0990e987d8d5b50cfb0b -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: fundamental dispatcher strategy flawed?

2006-05-31 Thread Larry E. Masters aka PhpNut
* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ 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

Re: form action without mod rewrite

2006-05-31 Thread Larry E. Masters aka PhpNut
Try doing it the cake way. form action="" echo $html-url('/executions/index/'); ? method=postWill make your app portable.-- /*** @author Larry E. Masters * @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/On 5/31/06, [EMAIL PROTECTED] [EMAIL

Re: form action without mod rewrite

2006-05-31 Thread Larry E. Masters aka PhpNut
. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 5/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes, It works well too and it's like the the cake wayBut is it normal than I should add it to all my baked form

Re: form action without mod rewrite

2006-05-31 Thread Larry E. Masters aka PhpNut
clemos,No the way I showed it is the cake way.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 5/31/06, clemos [EMAIL PROTECTED] wrote: hi allthe following goes probably even further on the path to the cake way

Re: Need hints for getting started with my own web-application

2006-05-31 Thread Larry E. Masters aka PhpNut
. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send

Re: Social Relationships?

2006-05-30 Thread Larry E. Masters aka PhpNut
upgrade to the latest release and the id notice should go away. -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @accesspublic */ On 5/30/06, Nick [EMAIL PROTECTED] wrote: Thanks!That helped - least got me on the right track

Re: Error after installing oceancms

2006-05-30 Thread Larry E. Masters aka PhpNut
Have you thought of using the cakeforge project to track these bugs and notify the developer?-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/On 5/30/06, John Zimmerman [gmail] [EMAIL PROTECTED] wrote: That would be app

Re: Prettier Static Pages Snippet

2006-05-30 Thread Larry E. Masters aka PhpNut
@John,Refactored: if (!empty($path[$count - 1])) { $title = Inflector::humanize($path[$count - 1]); }uses less code.@Langdon,I suggest you get the latest release also. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic

Re: fundamental dispatcher strategy flawed?

2006-05-30 Thread Larry E. Masters aka PhpNut
, why should we add prefixes to all methods for these few words in php? Cake is for people who are willing to learn and use the conventions we have wrote for it, simplicity is the key.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut

Re: Scaffold vs. Baking

2006-05-29 Thread Larry E. Masters aka PhpNut
Latest version is 1.1.3.2967Released a few days ago.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 5/29/06, jgoforth [EMAIL PROTECTED] wrote: my version.txt says 1.0.1.2708 which as far as I know is the mostrecent

Quick Fix Release

2006-05-26 Thread Larry E. Masters aka PhpNut
.-- /** * @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group

Re: CakePHP 1.1.2.2955 Release

2006-05-26 Thread Larry E. Masters aka PhpNut
Olivier,A new release has been announced, download it and the problem should be gone.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/On 5/26/06, Olivier percebois-Garve [EMAIL PROTECTED] wrote: Natehave you

Re: Scaffold vs. Baking

2006-05-26 Thread Larry E. Masters aka PhpNut
Are you using the latest version of Cake?-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 5/26/06, jgoforth [EMAIL PROTECTED] wrote: Maybe I have missed something along the way, but my initialunderstanding of what

Re: Need Cake developer(s) to join project

2006-05-24 Thread Larry E. Masters aka PhpNut
[EMAIL PROTECTED]-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/On 5/24/06, stephenrs [EMAIL PROTECTED] wrote: Hello,I'm working on a fairly large project using Cake as the foundation, andI need to hire/partner with 1

Re: Very Frustrated - No help for newbies !!!!

2006-05-23 Thread Larry E. Masters aka PhpNut
for my time, and others who offer help to people in IRC for free. -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 5/23/06, DavePorter [EMAIL PROTECTED] wrote: HI All,I still can't get things workingI cannot find

Re: Cake PHP in PHP 5

2006-05-21 Thread Larry E. Masters aka PhpNut
Not true,You can write your app in PHP 5 only if you want.Extending classes in PHP 5 is done the same way as in PHP 4.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic*/On 5/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED

Re: While store the data to mysql, it must use UTF-8 charset?

2006-05-19 Thread Larry E. Masters aka PhpNut
MySQL 4.0 or greater is needed for cake to fully function-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ On 5/19/06, magicbug [EMAIL PROTECTED] wrote: I use the mysql3.25, php 4.3.4, when post any data to database, when

Re: Unit Testing

2006-05-19 Thread Larry E. Masters aka PhpNut
You can svn co from cakeforge.But I will be created a download package when I get time-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/On 5/19/06, Mika [EMAIL PROTECTED] wrote: The component has been moved out of the main

Re: bug field($name, $conditions, $order)

2006-05-17 Thread Larry E. Masters aka PhpNut
* @returns string aka PhpNut* @accesspublic */ On 5/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: version cake_1.0.1.2708.zipfield($name, $conditions, $order)there have space before 'order 'eg. ORDER BY ` id` DESCbut should ORDER BY `id` DESC

Re: Puzzling problems with bake.php results

2006-05-15 Thread Larry E. Masters aka PhpNut
Are you using the latest nightly release? I not there are errors that have been corrected so you should use it.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/ --~--~-~--~~~---~--~~ You

Re: Bug in the blog tutorial

2006-05-12 Thread Larry E. Masters aka PhpNut
chmod the app/tmp/* directories to world writable.And the fix you found for you other problem was not the answer. We do not use capitals in file names.-- /*** @author Larry E. Masters * @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/On 5/12/06

Re: Cake Nightly 10_05 problems

2006-05-11 Thread Larry E. Masters aka PhpNut
It looks like you are trying to use the trunk version of the 2.0 code which does not work.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut * @accesspublic*/ --~--~-~--~~~---~--~~ You received this message

Re: Cake Nightly 10_05 problems

2006-05-11 Thread Larry E. Masters aka PhpNut
It is for our 2.0 branch when we start working in it.I am removing the build now so others do not get confused.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic*/ Larry,Yep, thats it thanks !!So what is the 2.x.x.x. build

Re: Screencasts lack audio

2006-05-11 Thread Larry E. Masters aka PhpNut
The 2 screencast on the site have no sound at the moment.I will be create a few with sound over the next few days-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic*/On 5/11/06, Brenton Simpson [EMAIL PROTECTED] wrote: Am I

Re: Session issue

2006-05-10 Thread Larry E. Masters aka PhpNut
the time when I suggest something on this list I am correct. If this does not correct your problem, then we can debug more. But until you do what I suggest, I think it will be wasted time... -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut

Re: Session issue

2006-05-09 Thread Larry E. Masters aka PhpNut
to app/webroot this should not be an issue. -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @accesspublic */ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Session issue

2006-05-09 Thread Larry E. Masters aka PhpNut
Ok so, the favicon.ico location is not the problem because I neverchanged roots. Is the favicon.ico in your DOCUMENT ROOT? -- /** * @author Larry E. Masters * @var string $userName * @param string $realName * @returns string aka PhpNut * @accesspublic

Re: Session issue

2006-05-09 Thread Larry E. Masters aka PhpNut
to your webservers root pathThis would be www.example.com/ where ever this would be directedAnd correct me if I am wrong this only happens with Fire Fox? -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/On 5/9/06, [EMAIL

Re: Multi-templates in CakePHP apps

2006-05-09 Thread Larry E. Masters aka PhpNut
=snippetid=18-- /*** @author Larry E. Masters* @var string $userName * @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: dbACL Problems and fixes

2006-05-08 Thread Larry E. Masters aka PhpNut
https://trac.cakephp.org/-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic */ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group

Re: CakePHP layout help please

2006-05-08 Thread Larry E. Masters aka PhpNut
Why are you not using cake admin routes?Do you plan to have a non admin side to this app also, that will use the same controller names?-- /*** @author Larry E. Masters* @var string $userName * @param string $realName* @returns string aka PhpNut* @accesspublic

Re: MVC 101? Please forgive this really basic question

2006-05-08 Thread Larry E. Masters aka PhpNut
. Posts is the modelfindAll is a method in the core model which is a parent class to Posts.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message

Re: MVC 101? Please forgive this really basic question

2006-05-08 Thread Larry E. Masters aka PhpNut
the variable $posts for the view using data retrieved from the Post model.-- /*** @author Larry E. Masters * @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/On 5/9/06, calzone [EMAIL PROTECTED] wrote:Look at the blog tutorial: http://manual.cakephp.org/chapter

Re: findAll() when used with order parameter returns nothing

2006-05-06 Thread Larry E. Masters aka PhpNut
with -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @accesspublic*/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group

Re: findAll() when used with order parameter returns nothing

2006-05-06 Thread Larry E. Masters aka PhpNut
goes into the core, and this one will be in the next bug release. Do not let this turn into a flame thread over one not very well thought out comment in a ticket.-- /*** @author Larry E. Masters* @var string $userName* @param string $realName * @returns string aka PhpNut* @accesspublic

Re: When (Document Root != /app/webroot) Cake works anyway?

2006-05-04 Thread Larry E. Masters aka PhpNut
$realName * @returns string aka PhpNut* @accesspublic*/On 5/4/06, calzone [EMAIL PROTECTED] wrote: So I did my first test installation of cake on my powerbook and got itworking np.I untarred the cake folder inside OS X's webroot at /Library/WebServer/Documents/ and renamed it to cake. I then setDocument

Re: controller\controller.php bug

2006-05-03 Thread Larry E. Masters aka PhpNut
Michael,Is your question in another email? You are replying to another topic that has nothing to do with your problem, either repost to your topic or open one of your own if it is not showing -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka

<    1   2   3   4   5   >