Re: 1.2 Data Validation Without Corresponding Field in Model

2007-08-30 Thread McFadly
How about the jQuery validation plugin? http://bassistance.de/jquery-plugins/jquery-plugin-validation/ That way the form doesn't even get submitted if the checkbox isn't checked. On Aug 30, 8:03 am, MikeK <[EMAIL PROTECTED]> wrote: > Using the latest 1.2 alpha cakePHP I am trying to add a simpl

Re: Searching across HABTM relationships

2007-08-30 Thread KingJackaL
I should have searched less API/manual/Google, and more in this group :x. The solution has been posted several times here - with the way I've fixed it having been posted by Tijs Teulings here: http://groups.google.com/group/cake-php/browse_thread/thread/f23b1825050ad543/014092749592de70?rnum=3#01

Re: DBDesigner to CakePHP Scaffold Tool Release Candidate.

2007-08-30 Thread luke BAKING barker
this sounds interesting, good work! About the requirements: is it designed to be all cake version compatible? Also I use a Mac (Os x 10.4). Do you know if it is compatible with mysql WorkBench (is that what db designer became?) or if anyone knows a port of dbdesigner for os x? I would be interes

Re: formatting of log file

2007-08-30 Thread rtanz
yes you are right i was opening with notepad thats why thanks sorted now --~--~-~--~~~---~--~~ 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 unsubscrib

Re: I hate the bakery

2007-08-30 Thread oceanguy
On Aug 28, 6:49 pm, francky06l <[EMAIL PROTECTED]> wrote: > What I found useful for Bakery is to create the article with my own > editor. Copy/Paste to bakery saves a lot of time and frustration.. That brings up a good point. I'm not an active user of the Bakery (at least not the backend), but c

Re: Regarding installing cakephp

2007-08-30 Thread Pablo Viojo
Well... I really don't know...Try reinstalling XAMPP, and Cake, and try again. If you still can't get it to work...I really don't know, maybe red some xampp, apache, cake manual...After that, if you still can't make it work contact me, send me some money, allow me to access your pc remotely, and t

Re: ACL Implementation Discussion

2007-08-30 Thread AJ
> When querying data from the database I limit the data set with a "WHERE > [field.name] IN ([list, of, ACOs])" clause. This means that each user > can only retrieve the data that they have permission to see. This is exactly what I've been trying to do for the last couple days. Can you be more

Re: DBDesigner to CakePHP Scaffold Tool Release Candidate.

2007-08-30 Thread Tom.Maiaroto
It's already fairly easy to setup your db structure and run bake, but I think anything that would make it easier and tie into something more visual/wysiwyg ... and hopefully Eclipse IDE, would be amazing. Thanks for working on this. On Aug 30, 1:14 pm, Dérico Filho <[EMAIL PROTECTED]> wrote: > H

CakePHP app to Refactor Database...

2007-08-30 Thread [EMAIL PROTECTED]
I need to refactor a database with a lot of data. I'd like to create an app that connects to both databases (at the same time) to read tables and refactor them, then insert/update into the new database. I would basically be using CakePHP for its DB abstraction. Is there a better simpler way to do

Re: DBDesigner to CakePHP Scaffold Tool Release Candidate.

2007-08-30 Thread rtconner
I didnt really see this in the specs, what version(s) of cake will this work with? On Aug 30, 11:14 am, Dérico Filho <[EMAIL PROTECTED]> wrote: > Hi All, > > I released the dbdesigner2cake 1.0.0RC1, it's available for download > at > > http://www.cirello.org/dbdesigner2cake/download.html > > and

Re: How do you determine (in code) the main model for a controller ?

2007-08-30 Thread rtconner
Most of the time its just the model with the Singular name of the controller. Cake yells at you if it does not exist. If you are using the $uses array the rules change a bit. The primary model for a controller becomes the first model specified in $uses. -Rob http://unend.com On Aug 30, 12:05 p

Re: DBDesigner to CakePHP Scaffold Tool Release Candidate.

2007-08-30 Thread Mech7
Nice never really used DbDesigner allot so am looking forward to the tutorial :D On Aug 30, 7:14 pm, Dérico Filho <[EMAIL PROTECTED]> wrote: > Hi All, > > I released the dbdesigner2cake 1.0.0RC1, it's available for download > at > > http://www.cirello.org/dbdesigner2cake/download.html > > and > >

Re: fields: created, modified. In CakePHP 1.2

2007-08-30 Thread [EMAIL PROTECTED]
alleluia! You save my mind from general fault error ;-) Thanks! On Aug 30, 6:55 pm, MattC <[EMAIL PROTECTED]> wrote: > I had the same problem. You have to set the default value for the > column to null. > > See:https://trac.cakephp.org/ticket/2595 > > On Aug 30, 8:56 am, "[EMAIL PROTECTED]" <[

How do you determine (in code) the main model for a controller ?

2007-08-30 Thread keymaster
I was using: $this->name to determine the controller, and: $this->modelClass to determine the model (for that controller). But, $this->modelClass does not always seem to be set to the current controller's model. There is another variable: $this->modelKey. Anyone know what that is? I also th

DBDesigner to CakePHP Scaffold Tool Release Candidate.

2007-08-30 Thread Dérico Filho
Hi All, I released the dbdesigner2cake 1.0.0RC1, it's available for download at http://www.cirello.org/dbdesigner2cake/download.html and http://cakeforge.org/frs/?group_id=162 Soon I shall make a tutorial for it which shall approach from the database modelling up to source code generation.

Multiple projects/clients, same code base, but different views, layouts, webroot files

2007-08-30 Thread Humble Groups
All, I have a requirement where I would like to have single codebase/project but maintain multiple clients. In this case I would like to have default for everything (views, layouts, webroot css, js, etc.,). But if there is anything specific to client, then I should be able to override. I saw

Re: error in bake.php

2007-08-30 Thread mejpark
Did you manage to solve this issue? I have the same problem trying to bake using console in PDT. Definately not MySQL connection, can connect okay. On Aug 12, 9:53 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > Looks like your database connection isn't working. > > On 8/12/07, yudhi prasetyo

Re: Is $title a reserved name?

2007-08-30 Thread Samuel DeVore
On 8/30/07, Chris Hartjes <[EMAIL PROTECTED]> wrote: > > On 8/30/07, Chris Hartjes <[EMAIL PROTECTED]> wrote: > > On 8/30/07, LS <[EMAIL PROTECTED]> wrote: > > > > > > nate... > > > I can't... as the variable that g

Re: Is $title a reserved name?

2007-08-30 Thread Chris Hartjes
On 8/30/07, Chris Hartjes <[EMAIL PROTECTED]> wrote: > On 8/30/07, LS <[EMAIL PROTECTED]> wrote: > > > > nate... > > I can't... as the variable that goes in the html title tag is > > $title_for_layout > > It's a reserved variable being used by Controller::set. If you look > at the set function in

Re: Is $title a reserved name?

2007-08-30 Thread Chris Hartjes
On 8/30/07, LS <[EMAIL PROTECTED]> wrote: > > nate... > I can't... as the variable that goes in the html title tag is > $title_for_layout It's a reserved variable being used by Controller::set. If you look at the set function in cake/libs/controller.php you'll see a line (513 in bleeding-edge Ca

Re: Is $title a reserved name?

2007-08-30 Thread LS
nate... I can't... as the variable that goes in the html title tag is $title_for_layout On Aug 30, 12:33 pm, nate <[EMAIL PROTECTED]> wrote: > It is a reserved name. Can you guess what it's reserved for? ;-) > > On Aug 30, 10:44 am, Mech7 <[EMAIL PROTECTED]> wrote: > > > I was trying to put titl

Re: Are HABTM really worth their trouble?

2007-08-30 Thread Mech7
Is there any example other then the db_acl.php model as that file is not really like a "normal" model. And with the code from the presentation i can't seem to get good results, even the beforeSave function in the model will prevent me from saving anything. On Aug 30, 2:58 pm, Geoff Ford <[EMAIL P

Re: Regarding installing cakephp

2007-08-30 Thread sukumar
I have uncommented the line u told me to do and I have done Allowoverride All everywhere I saw that. I don't know what could be the problem. Pls help me. Thanks. On Aug 30, 8:45 am, "Pablo Viojo" <[EMAIL PROTECTED]> wrote: > Look for a line containing LoadModule rewrite_module > modules/mod_rewri

Re: fields: created, modified. In CakePHP 1.2

2007-08-30 Thread LS
They are supposed to be auto. Mine are. I'm using the latest 1.2 version (not svn). are you 100% sure that the fields are spelled properly? are they set to 'DATETIME'? Regards [EMAIL PROTECTED] wrote: > After cake baking I get code like: > > function add() { > if(!empty($this->data

Re: fields: created, modified. In CakePHP 1.2

2007-08-30 Thread snowdog
Thanks... I tried this method before but forgot to clear the cache/ model, that is why it didn't work. It definitely should be mentioned in the future manual. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PH

Re: fields: created, modified. In CakePHP 1.2

2007-08-30 Thread MattC
I had the same problem. You have to set the default value for the column to null. See: https://trac.cakephp.org/ticket/2595 On Aug 30, 8:56 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > After cake baking I get code like: > > function add() { > if(!empty($this->data)) { >

Re: 1.2 resources

2007-08-30 Thread Ahsan
Thanks all! On Aug 30, 12:17 am, Gwoo <[EMAIL PROTECTED]> wrote: > Im happy to see you found my OCPHP presentation. I tried to sum up > most of the features for 1.2, but the presentation was already 2 hours > long, so I left some things out. Great article. Thanks for putting it > together. It may

Re: Unable to Bake anything apart from new apps

2007-08-30 Thread mejpark
Sorted! It turns out that you must explicitly specify active project as an argument in PDT Bake config: bake.php "${project_name:name_of_project}" On Aug 30, 12:44 pm, mejpark <[EMAIL PROTECTED]> wrote: > Hello fellow Bakers, hope everyone is well. > > Okay, I've successfully completed the tut

Re: Is $title a reserved name?

2007-08-30 Thread nate
It is a reserved name. Can you guess what it's reserved for? ;-) On Aug 30, 10:44 am, Mech7 <[EMAIL PROTECTED]> wrote: > I was trying to put title var in a view, but i always got an error > undefined var? is this a reseverd name for something? > > public function admin_saveTitle() >

Re: fields: created, modified. In CakePHP 1.2

2007-08-30 Thread snowdog
I have the same problem (posted it twice here: http://groups.google.com/group/cake-php/browse_thread/thread/e7eaaf4563c4ea6f). Hope somebody will find a solution... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "C

Re: Bakery Article : How to use ACL in 1.2.x

2007-08-30 Thread AJ
Great article that's really helped me a lot, thank you. However, I'm still having a block on ACL that I can't find answers for. So in your basic example, you can easily allow/deny access to 'posts' as a whole. However, if each post is an ACO, how do you query the database to only show records tha

Re: Bakery Article : How to use ACL in 1.2.x

2007-08-30 Thread AJ
Great article that's really helped me a lot, thank you. However, I'm still having a block on ACL that I can't find answers for. So in your basic example, you can easily allow/deny access to 'posts' as a whole. However, if each post is an ACO, how do you query the database to only show records tha

Re: override dbo

2007-08-30 Thread Jeff Loiselle aka phishy
Adwin, I wrote the Oracle DBO. The version in the latest 1.2 nightly works and is supported. As Chris Hartjes said, if you have any problems with that version, submit a ticket to Trac. I would love to get more Oracle people on board. Please let us know if you have any further problems. Regards,

"setting-up-eclipse-to-work-with-cake" Bake issue

2007-08-30 Thread mejpark
Hello fellow Bakers, hope everyone is well. Okay, I've successfully completed the Bakery tutorial entitled "Setting up Eclipse to work with Cake" and everything is sweet, but I'm having trouble Baking anything apart from new applications. When I envoke Bake from PDT's internal console, I ALWAYS

Unable to Bake anything apart from new apps

2007-08-30 Thread mejpark
Hello fellow Bakers, hope everyone is well. Okay, I've successfully completed the tutorial entitled "Setting up Eclipse to work with Cake" on the Bakery and everything is sweet, but I'm having trouble Baking anything apart from new applications. When I envoke Bake from PDT's internal console, Ba

1.2 Data Validation Without Corresponding Field in Model

2007-08-30 Thread MikeK
Using the latest 1.2 alpha cakePHP I am trying to add a simple checkbox to a form to indicate the user's acceptance of certain conditions etc. ex: echo $form->checkbox('AcceptRules'); However 'AcceptRules' is not a valid field in the model or database. Currently I manually validate in the contr

PHP & MySQL Camp (UnConference) India

2007-08-30 Thread Vineet
Hi, I am writing this mail to share about two exciting MySQL Camps that we are organizing in India. One of the camps is being held in Delhi on September 08-09, 2007 (http://www.osscamp.in/OSSCampDelhi/index.php?title=OSS_Camp_Delhi ) and second mysql camp in Mumbai on 29 September 2007 (http://

Salam dari member baru

2007-08-30 Thread seagatephp
Hallo, member baru nih aku bener2 baru di php framework, ini aja baru belajar, bantuin ya... --~--~-~--~~~---~--~~ 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@google

regarding making upload function work in Cake php

2007-08-30 Thread cake php
hi we changed our server and suddenly the upload function with the browse button stopped working. we have recently got this job, we are hard core php programmers , we dont know anything about cake php can we get some help DJ --~--~-~--~~~---~--~~ You received thi

Re: help

2007-08-30 Thread Al PropNut
Take a look at this - http://bakery.cakephp.org/articles/view/using-tinymce-with-cakephp On Aug 30, 12:44 am, Rizwan <[EMAIL PROTECTED]> wrote: > i'm php developer plz tell me how i can define TinyMCE in > controller.plz reply --~--~-~--~~~---~--~~ You received

I'm a new member

2007-08-30 Thread seagatephp
Hi all ... I'm absolutely new in framework, so i'd like to start n make effort it by joining this group Thanks, n Bravo CakePHP --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group

Removing Cache for a model/method

2007-08-30 Thread joe
Hi, In my controller I call a model method twice, I expect the second call to return a modified db record but it returns the original non- modified one. I think this is something to do with Model Cache. Could someone show me the code snippet to reset the cache so that the second model method ca

Re: CakePHP 1.2, paginator and two table

2007-08-30 Thread [EMAIL PROTECTED]
Top: var $hasMany = array( 'Post' => array('className' => 'Post', 'foreignKey' => 'top_id'), ); Post model var $belongsTo = array( 'Top' => array('className' =>

Re: how to use translate in controller

2007-08-30 Thread candesprojects
It seems that is still a problem. I use the cake console and I extract all the translations in default.po. How to use this file. How this file work. I download poEditor and I edit a string but I do not appear in the browser, just the source. What should I do.? On Aug 30, 5:38 pm, candesprojects

Is $title a reserved name?

2007-08-30 Thread Mech7
I was trying to put title var in a view, but i always got an error undefined var? is this a reseverd name for something? public function admin_saveTitle() { // Use ajax layout $this->layout = "ajax"; // Check if the form has been s

Re: CakePHP 1.2, paginator and two table

2007-08-30 Thread Chris Hartjes
On 8/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > mmm. > > SQL not contain this conditions. > Only > WHERE `Post`.`top_id` IN (1) > And no contain Post.approved = 1... > > SELECT `Post`.`id`. FROM `posts` AS `Post` WHERE `Post`.`top_id` > IN (1) > > ;( Then I suggest you examine yo

Re: how to use translate in controller

2007-08-30 Thread candesprojects
Thanks, It works! On Aug 30, 5:31 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On 8/30/07, candesprojects <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I've been search on the cake group but I didn't find the answer to my > > problem. > > How to use the translate feature in controller or mo

Re: CakePHP 1.2, paginator and two table

2007-08-30 Thread [EMAIL PROTECTED]
mmm. SQL not contain this conditions. Only WHERE `Post`.`top_id` IN (1) And no contain Post.approved = 1... SELECT `Post`.`id`. FROM `posts` AS `Post` WHERE `Post`.`top_id` IN (1) ;( On Aug 30, 5:19 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On 8/30/07, [EMAIL PROTECTED] <[EMAIL PROT

Re: how to use translate in controller

2007-08-30 Thread Chris Hartjes
On 8/30/07, candesprojects <[EMAIL PROTECTED]> wrote: > > Hi, > > I've been search on the cake group but I didn't find the answer to my > problem. > How to use the translate feature in controller or model. > > I have $this->Session->setFlash('The Book has been saved'); > and I want to translate th

how to use translate in controller

2007-08-30 Thread candesprojects
Hi, I've been search on the cake group but I didn't find the answer to my problem. How to use the translate feature in controller or model. I have $this->Session->setFlash('The Book has been saved'); and I want to translate the flash message. $this->Session->setFlash(_('The Book has been saved'

Re: CakePHP 1.2, paginator and two table

2007-08-30 Thread Chris Hartjes
On 8/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > This: doesn't work > var $paginate = array('limit' => 10, 'conditions' => 'Post.approved = > 1'); > > function index() { > $this->Top->recursive = 0; > $this->set('tops', $this->paginate());

Re: Saving with hasMany in 1.2

2007-08-30 Thread LS
If anyone wants... Here is the function I did to put into AppModel class, so that any other model can use it if needed (just call $this->saveHasMany() into Model::afterSave function)... Grab at will... =) /** * Checks if the model has 'hasMany' relationships. For each of the

CakePHP 1.2, paginator and two table

2007-08-30 Thread [EMAIL PROTECTED]
How to add conditions in case: Tops - hasMany posts Posts - belongsTo Tops. When I view Top, I get all related post. But, I want get Only post where field 'approved' = 1. This: doesn't work var $paginate = array('limit' => 10, 'conditions' => 'Post.approved = 1'); function ind

Re: Saving with hasMany in 1.2

2007-08-30 Thread LS
Phang, Your solution hasnt solved it. I dug into the model.php function, and there is no support to add hasmany relations automagically. only hasandbelongstomany. I've added a afterSave() function into the Transaction model... For transparency, I need to check the $hasMany array, find the

Re: Regarding installing cakephp

2007-08-30 Thread Pablo Viojo
Look for a line containing LoadModule rewrite_module modules/mod_rewrite.so and uncomment it (if commented with #) -- Pablo Viojo [EMAIL PROTECTED] http://pviojo.net On 8/30/07, Pablo Viojo <[EMAIL PROTECTED]> wrote: > Try checking your httpd.conf (I suppose it is > xampp/apache/conf/httpd.co

Re: Regarding installing cakephp

2007-08-30 Thread Pablo Viojo
Try checking your httpd.conf (I suppose it is xampp/apache/conf/httpd.conf) and see if mod_rewrite is enabled (when i've installed mine it was disabled by default). -- Pablo Viojo [EMAIL PROTECTED] http://pviojo.net On 8/30/07, grandpa <[EMAIL PROTECTED]> wrote: > > I guess... have you verif

Re: Password edits/validation

2007-08-30 Thread Charlie van de Kerkhof
Thnx! I read irt before, but I forgot. Exactly what I needed for my situation. --~--~-~--~~~---~--~~ 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 unsu

Re: SWF object

2007-08-30 Thread Chris Hartjes
On 8/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > But this code is wrong.I think that the path is wrong . > Can someone help me? > Many Thanks > Marco Marco, I did a tutorial on my web site showing how to integrate PHP/SWF Charts into a Cake application. It will probably help you out

SWF object

2007-08-30 Thread [EMAIL PROTECTED]
Hi I would insert a swf object in a view My code is: http://www.macromedia.com/go/getflashplayer"; /> I have create the swf directory in the webroot directory. But this code is wrong.I think that the path is wrong . Can someone help me? Many Thanks Marco --~--~-~--~~--

Re: hasMany association without normal foreign key

2007-08-30 Thread Geoff Ford
You can override the foreign key by defining it in the association array. This is from the manuals Model Chapter about half way down in the section titled "Defining and Querying with hasMany" var $hasMany = array('Comment' => array('className' => 'Comment',

Re: Are HABTM really worth their trouble?

2007-08-30 Thread Geoff Ford
The Acl (db_acl.php) in 1.2 has used the with parameter for quite some time, before the alpha release even. Geoff -- http://lemoncake.wordpress.com On Aug 30, 5:36 am, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On 8/29/07, Mech7 <[EMAIL PROTECTED]> wrote: > > > > > Does the with only works o

fields: created, modified. In CakePHP 1.2

2007-08-30 Thread [EMAIL PROTECTED]
After cake baking I get code like: function add() { if(!empty($this->data)) { if ($this->User->create($this->data) && $this->User->validates()) { $this->cleanUpFields(); $this->User->create();

Re: formatting of log file

2007-08-30 Thread djiize
if you look at source: http://api.cakephp.org/1.2/cake__log_8php-source.html#l00092 you'll see that write() add a "\n" for each log, so I don't know why you don't have new lines With which text editor do you open your log file? On 30 août, 12:55, rtanz <[EMAIL PROTECTED]> wrote: > is this thing p

Re: 1.2 resources

2007-08-30 Thread etng
What a pity,In China ,the wordpress blog is blocked by GFW!I can not see it. On 8/30/07, citrus <[EMAIL PROTECTED]> wrote: > > > Nice article. It's definitely a must read for me! > > I've just stumbled upon it while trying the Tag Surfer of > WordPress.com before seeing your post here ;) > > On Au

Re: Why can't AddModule statement can't be added to htpd.conf????????

2007-08-30 Thread Martin Schapendonk
2007/8/29, SIXS <[EMAIL PROTECTED]>: > Hi, When I add the AddModule statement to httpd.conf and I restart the > server it doesn't restart successfully. > Any ideas? Check your errorlog or run 'apachectl configtest'. Martin -- Martin Schapendonk, [EMAIL PROTECTED] --~--~-~--~~---

Re: 1.2 resources

2007-08-30 Thread citrus
Nice article. It's definitely a must read for me! I've just stumbled upon it while trying the Tag Surfer of WordPress.com before seeing your post here ;) On Aug 30, 3:48 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi folks! > > I have tried to compile an article about all the present re

Re: Baffling error when trying to put ACL check in beforeFilter

2007-08-30 Thread Jon Bennett
> ...I think you may be right (from looking at dispatcher.php in the > cake source code). > > However, that's got me wondering... how do any of those examples > (including some in the bakery I seem to recall) that put ACL calls in > beforeFilter ever work...? add parent::beforeFilter(); above you

Re: formatting of log file

2007-08-30 Thread rtanz
is this thing possible or do i have to store the logs in a db in order to achieve this? --~--~-~--~~~---~--~~ 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.co

Re: Saving with hasMany in 1.2

2007-08-30 Thread LS
Hum... Nice... I'm gonna try that... But... When I do the $this->Transaction- >findAll() it returns everything to me as expected Thats why I never tought of expanding the hasMany parameter... I'll post back with my results! =) If that does not do the trick, I'll just add a AfterSave function t

Re: help

2007-08-30 Thread majna
define? try: http://bakery.cakephp.org/articles/view/using-tinymce-with-cakephp On Aug 30, 7:44 am, Rizwan <[EMAIL PROTECTED]> wrote: > i'm php developer plz tell me how i can define TinyMCE in > controller.plz reply --~--~-~--~~~---~--~~ You received this messa

Re: 1.2 resources

2007-08-30 Thread luke BAKING barker
yeah, this is a great summary - many thanks for the thoroughness of your post! Luke On Aug 30, 12:17 am, Gwoo <[EMAIL PROTECTED]> wrote: > Im happy to see you found my OCPHP presentation. I tried to sum up > most of the features for 1.2, but the presentation was already 2 hours > long, so I left

Re: Password edits/validation

2007-08-30 Thread ianh
You can tell cake 1.2 to only apply rules under certain circumstances. Have a look at http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/ for more on this. In particular the code under the "Construct 2: Single Rule per field" heading where there is the ability to define

Re: Regarding installing cakephp

2007-08-30 Thread grandpa
I guess... have you verified that xampp is even working properly? Have you tried placing some simple file in there like: hello.html (just put it in www/) which could just contain "hello", and see if you can reach it. Your problem could really be just about anything so you will not get a straigh

Re: aro errors in IBM tutorial part 2

2007-08-30 Thread Wimg
did u try to echo something in ur controller ? On Aug 30, 11:40 am, "SIXS" <[EMAIL PROTECTED]> wrote: > Hello, > I am running the Cake IBM part 2 and creating the aro files. > I got an error-- running acl and aro > -