CMS?

2008-06-01 Thread [EMAIL PROTECTED]
cribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

afterFind - help - advice

2008-05-31 Thread [EMAIL PROTECTED]
e sense at all ? second : any help or insight really appreciated tia thomas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send

Re: Different performance between 1.1 and 1.2

2008-05-30 Thread [EMAIL PROTECTED]
Sorry there is an error I use print_r instead of pr because the debug is set on 0 On 30 Mag, 09:28, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Only one thing : A gentleman. > I a person use a forum It's for learn and not to say that your > framework is a crap.

Re: Different performance between 1.1 and 1.2

2008-05-30 Thread [EMAIL PROTECTED]
) ); } class UserController extends AppController { var $name = 'User'; var $uses=array('Ente','Network','User','Team'); var $components = array('Auth'); func

Re: Different performance between 1.1 and 1.2

2008-05-29 Thread [EMAIL PROTECTED]
On 29 Mag, 18:12, djiize <[EMAIL PROTECTED]> wrote: > Don't do benchmark with debug on, it's useless. > Even if Cake 1.1 is faster than 1.2 with debug on, it won't tell you > if it's the same when debug is off ! > The problem is that it's the sa

Re: Different performance between 1.1 and 1.2

2008-05-29 Thread [EMAIL PROTECTED]
On 28 Mag, 19:33, Joel Perras <[EMAIL PROTECTED]> wrote: > On May 28, 12:58 pm, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > With debug=2 the queries are exaclty equal except for the DESCRIBE > > operation on the joinTable. > > As I st

Conditions on FIndAll

2008-05-29 Thread [EMAIL PROTECTED]
); is wrong What is the correct form? Many Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more opti

Re: Different performance between 1.1 and 1.2

2008-05-28 Thread [EMAIL PROTECTED]
With debug=2 the queries are exaclty equal except for the DESCRIBE operation on the joinTable. Perhaps it'is a my feeling. Exist a instrument for evalute the time loading of a scripts? Is it possible to use eAccelarator with Cake 1.2? On 28 Mag, 18:43, "[EMAIL PROTECTED]" &l

Re: Different performance between 1.1 and 1.2

2008-05-28 Thread [EMAIL PROTECTED]
simple page) is slower in cake 1.2. On 28 Mag, 17:29, Joel Perras <[EMAIL PROTECTED]> wrote: > When you set your debug configure level above 0 (which you have done > to be able to see the relevant SQL queires), the model caches are > refreshed.  When in production mode (debug lev

Different performance between 1.1 and 1.2

2008-05-28 Thread [EMAIL PROTECTED]
ups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: TortoiseCVS

2008-05-24 Thread [EMAIL PROTECTED]
to have the last version of the cake directory https://svn.cakephp.org/repo/branches/1.2.x.x/cake/l On May 23, 9:26 am, Andraž <[EMAIL PROTECTED]> wrote: > Hello! > > How can I checkout from SVN with TortoiseCVS. I'm never did this. Whic > password, username and protocol

Sluggable behavior and recent cake 1.2 from svn

2008-05-24 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit thi

Re: Using Behaviors in Model

2008-05-23 Thread [EMAIL PROTECTED]
any case it's working as it should now :) thomas On May 23, 2:00 pm, Preloader <[EMAIL PROTECTED]> wrote: > Hello Thomas, > > as it is defined, the model "acts as" a tree, which means, you can use > the tree methods with the model. So the model does not "HA

Re: session garbage savehandler = cake

2008-05-23 Thread [EMAIL PROTECTED]
ssion handling by php I cant't access the session files. Or have you an idea to do that? Thanks Oliver On 22 Mai, 16:21, fr3nch13 <[EMAIL PROTECTED]> wrote: > By default cakephp uses php to manage sessions so check out the > session settings in php.ini > > check this out >

Re: How to create lang-paginator?

2008-05-23 Thread [EMAIL PROTECTED]
Closed I have personal bug in my routes ;-) On May 21, 9:36 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > When I use two (three) language, my Routes look like: > > /:lang/:controller/:action/ > > But, How to setup helperpaginatorfor creating url like this

Using Behaviors in Model

2008-05-23 Thread [EMAIL PROTECTED]
utes 'finds') How would I go about adding data to my results using the behavior ? thomas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@goo

Question on HABTM and finderQuery

2008-05-23 Thread [EMAIL PROTECTED]
that someone can help me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

session garbage savehandler = cake

2008-05-22 Thread [EMAIL PROTECTED]
yesterday. Thanks Oliver --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Fo

session garbage when savehandler = cake

2008-05-22 Thread [EMAIL PROTECTED]
yesterday. Thanks Oliver --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Fo

Re: Cake Book

2008-05-21 Thread [EMAIL PROTECTED]
Thank you. Much much better! Sean On May 21, 11:32 am, Action <[EMAIL PROTECTED]> wrote: > In the sidenav under "Menu" you can click "All In One Page": > > http://book.cakephp.org/complete/3/the-manual > > On May 21, 12:12 am, "[EMAIL PROTECTED]&q

Re: code completion in controllers for Model Behaviors + $this in Views

2008-05-21 Thread [EMAIL PROTECTED]
pers in view it was what I was doing already, was just wondering if it was possible with $this thomas On May 21, 5:05 pm, schneimi <[EMAIL PROTECTED]> wrote: > You already tried the following in your models or AppModel? It should > actually work, the var+phpdoc must just be visible wher

Re: code completion in controllers for Model Behaviors + $this in Views

2008-05-21 Thread [EMAIL PROTECTED]
Also I forgot : Is there a way to have code comppletion for the $this keyword in view files ? could not get this working tia thomas On May 21, 12:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm using eclipse + PDT. > > I was wond

code completion in controllers for Model Behaviors + $this in Views

2008-05-21 Thread [EMAIL PROTECTED]
Hello all, I'm using eclipse + PDT. I was wondering if someone found a way to have code completion working for Model Behaviors using the phpdoc trick to have completion on models works well : /** [EMAIL PROTECTED] Category * */ var $Category but this won't help when tryi

How to create lang-paginator?

2008-05-20 Thread [EMAIL PROTECTED]
o this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Cake Book

2008-05-20 Thread [EMAIL PROTECTED]
you Sean --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit

Re: Issue with displaying image - trailing slash on url causes issue

2008-05-20 Thread [EMAIL PROTECTED]
d a tag, which is what $html->image() generates, I just need a reference to the image. Thanks all, I still do not have this worked out, so all suggesstion are helpful On May 19, 5:36 pm, "3lancer.eu" <[EMAIL PROTECTED]> wrote: > Hi, > > > What does the generated H

Re: Auth Allow Problem

2008-05-19 Thread [EMAIL PROTECTED]
Hi there, You should never allow access to the login or logout actions that Auth uses. Auth will handle that on its own and the problem you describe matches prefectly. Only allow access to register and you should be fine. /Martin On May 19, 10:50 am, Crazy <[EMAIL PROTECTED]> wrote: &g

Re: Ajax not working with safari

2008-05-19 Thread [EMAIL PROTECTED]
pt errors there. /Martin On May 19, 11:00 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > my ajax is not working with safari, if there is 5 to 10 data element > in array than it works fine and if i fetch more data from > database(more than 10 rows) > than the saf

Re: Unwanted Session variables in on page links

2008-05-19 Thread [EMAIL PROTECTED]
uot;safe mode". Also show then the manuals installation chapter, specifically the list of requirements. See if they find anything that does not match. http://manual.cakephp.org/view/308/installing-cakephp hope any of this helps. /Martin On May 19, 3:44 pm, DieselDirk <[EMAIL PROTECTED]>

Re: Validation on fields not in model (1.2)

2008-05-19 Thread [EMAIL PROTECTED]
tch an error... Hope that helps. PS - this is my first post to this group, so please be gentle if there is a better way of doing this! On May 18, 2:43 am, Mike52 <[EMAIL PROTECTED]> wrote: > I have a problem setting the error text on a form field that is not > associated with the model

Ajax not working with safari

2008-05-19 Thread [EMAIL PROTECTED]
this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Routing for plugins: good idea, no implementation

2008-05-19 Thread [EMAIL PROTECTED]
I believe you could try a requestAction() as an example of a situation where two controllers are loaded at the same time. On May 17, 1:17 am, Sake <[EMAIL PROTECTED]> wrote: > How do the controller names create conflict? If, as an example, I > have /app/controllers/orders_contro

Re: weird dilemma

2008-05-18 Thread [EMAIL PROTECTED]
` = "post" AND `File`.`model_id` IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20) On May 17, 1:01 am, Abhimanyu Grover <[EMAIL PROTECTED]> wrote: > Can you paste the SQL query here, which Cake has generated for both? > > [EMAIL PROTECTED] w

weird dilemma

2008-05-16 Thread [EMAIL PROTECTED]
); Any suggestions anyone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at

Re: 1.2 Internationalization

2008-05-16 Thread [EMAIL PROTECTED]
th a "common" language like "eng" just to get basic setup right before trying some crazy sub-dialect of something like Spanish (there are many different versions of Spannish which can trip you up at first.) /Martin On May 16, 12:42 pm, Kukuda <[EMAIL PROTECTED]> wr

Re: Very Big Problem (I think) in HABTM with finderQuery

2008-05-15 Thread [EMAIL PROTECTED]
is there somebody can help me? On 14 Mag, 15:13, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I use cake 1.2 > With cake 1.1.13 it works > > On 14 Mag, 09:37, "[EMAIL PROTECTED]" > > > > <[EMAIL PROTECTED]> wrote: > > I try the

Re: Defining more than one hasMany relationship

2008-05-15 Thread [EMAIL PROTECTED]
Hi Tony, What do you have in the $patient variable when you debug it? debug($patient) /Martin On May 15, 5:37 pm, Tony Thomas <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm building a CakePHP app for tracking clinic patients, their visits, > their symptoms and questionnai

Re: Routing for plugins: good idea, no implementation

2008-05-15 Thread [EMAIL PROTECTED]
roller', $pluginPath . $controller)) { return $controller; }else if (App::import('Controller', $pluginPath . $pluginName . $controller)){ return $pluginName . $controller; } On May 15, 4:01 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I had a go at al

Re: Routing for plugins: good idea, no implementation

2008-05-15 Thread [EMAIL PROTECTED]
/Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more opti

Security::__validatePost blackholes "array-fields", is this bug or desired behavior?

2008-05-15 Thread [EMAIL PROTECTED]
is sort of the resulting problem for me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email

Re: Displaying swf files?

2008-05-14 Thread [EMAIL PROTECTED]
try not using html->url() and just using /_swf/test.swf On May 14, 5:18 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > pickme/index.php/_swf/test.swf' <-- that's not right > > On May 14, 5:01 pm, alxlevin <[EMAIL PROTECTED]> wrote: > >

Re: Displaying swf files?

2008-05-14 Thread [EMAIL PROTECTED]
pickme/index.php/_swf/test.swf' <-- that's not right On May 14, 5:01 pm, alxlevin <[EMAIL PROTECTED]> wrote: > I appreciate the help as I'm pretty stumped on this one. Firebug > doesn't seem to give any errors. As far as I can tell, the js file is > corr

Re: installing cakephp on a subdomain

2008-05-14 Thread [EMAIL PROTECTED]
there's not really anything to "install"; getting the Save As... window when you try and access a PHP file has nothing to do with Cake On May 14, 4:23 pm, onajide <[EMAIL PROTECTED]> wrote: > Huh? If there has been Cake running on that (shared) box how is it not > con

Re: Displaying swf files?

2008-05-14 Thread [EMAIL PROTECTED]
etting any Javascript errors On May 14, 4:41 pm, alxlevin <[EMAIL PROTECTED]> wrote: > Hi. I'm trying to use CakePHP with Flash and can't seem to actually > get the movie to appear. I'm trying to use the swfobject and have > some pretty simple code which isn't working.

Re: shared servers and absolute paths

2008-05-14 Thread [EMAIL PROTECTED]
did you replace the 'app' directory w/ 'myapp' or do you have /home/ username/myapp/app ? On May 14, 12:27 pm, Roon <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a setup issue on a shared server which i can't seem to find any > documentation for.

Re: (May be) strange behavior of Model for table with just one column

2008-05-14 Thread [EMAIL PROTECTED]
what's the point of a table with only an ID field? On May 14, 2:02 pm, senser <[EMAIL PROTECTED]> wrote: > Hi Bakers :). > > I already wrote about my problem > here:http://groups.google.com/group/cake-php/browse_thread/thread/bab2d3ac... > but decided to st

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

2008-05-14 Thread [EMAIL PROTECTED]
f you wanted to not allow a field to be saved, you can always unset(this->data[Model][field]) or I believe there's an 'expectedFields' attribute to the save function. On Apr 29, 2:55 pm, jonknee <[EMAIL PROTECTED]> wrote: > > well my thinking is, if you wanted a field v

Re: installing cakephp on a subdomain

2008-05-14 Thread [EMAIL PROTECTED]
as jonknee said, it's not a cake issue, your web server is not configured properly to run PHP; check the PHP manual for instructions to properly configure PHP in whatever environment you're using for your server On May 14, 8:45 am, onajide <[EMAIL PROTECTED]> wrote: > Thank yo

Re: Problem with html->image

2008-05-14 Thread [EMAIL PROTECTED]
Also, if you baked your app, you need to run 'bake' from your 'app' directory or specify this path to the bake script. Typically I just go into my app directory and execute the bake script using the full path to the cake directory On May 14, 12:10 pm, "[EMAIL PROT

Re: Problem with html->image

2008-05-14 Thread [EMAIL PROTECTED]
9/26/preparations-for-baking-an-application/ Hope this helps. On May 14, 5:04 am, Dovdimus Prime <[EMAIL PROTECTED]> wrote: > Hi all > > I'm trying to use html->image to place an image on the page like this: > > image("pasty.jpg", array(), false); ?

Re: Cookbook overhaul proposal

2008-05-14 Thread [EMAIL PROTECTED]
Thanks, I must have not looked hard enough in trac. I had not noticed there were milestones for the Cookbook. Hope I can be of help. On May 14, 1:26 pm, Sliv <[EMAIL PROTECTED]> wrote: > Have a look at the "CakePHP Tickets: How To Help" page in the pages > section for

Re: Very Big Problem (I think) in HABTM with finderQuery

2008-05-14 Thread [EMAIL PROTECTED]
I use cake 1.2 With cake 1.1.13 it works On 14 Mag, 09:37, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I try the blog tutorial in cake and all works fine. > Then I have add the model Tag(with its database table)  in HABTM with > the model Post. > Now I wou

Re: WebService in Cake 1.2

2008-05-14 Thread [EMAIL PROTECTED]
Many thanks Chris. Can I ask you if you can help me with http://groups.google.com/group/cake-php/browse_thread/thread/e450476193fcc39e Because I'm blocked at this point and I can't go ahead with my work Many Thanks On 14 Mag, 15:02, "Chris Hartjes" <[EMAIL PROTECTED]&g

Re: Cookbook overhaul proposal

2008-05-14 Thread [EMAIL PROTECTED]
ing I think I can handle. In the meanwhile I'll just keep posting small sections to the manual when I come across something not yet documented. On May 13, 4:30 pm, Sliv <[EMAIL PROTECTED]> wrote: > > There is only really one main thing I would like to see changed about > > t

Very Big Problem (I think) in HABTM with finderQuery

2008-05-14 Thread [EMAIL PROTECTED]
nsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: WebService in Cake 1.2

2008-05-14 Thread [EMAIL PROTECTED]
This is my situation: I have the same action that can be a normal page or a xml page. For example "/posts/view/1" or "/posts/view/1.xml" If is a normal page I would set Layout ajax. If is a xml page I would set Layout default. How can I do it? On 13 Mag, 19:54, francky0

Problem with multiple domains without a domain

2008-05-13 Thread [EMAIL PROTECTED]
rything. Regards, SimonJPA --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

WebService in Cake 1.2

2008-05-13 Thread [EMAIL PROTECTED]
o cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Question about Cake 1.2.0

2008-05-13 Thread [EMAIL PROTECTED]
would say that this controller works on cakephp 1.1.13 and on cakephp 1.1.19 On 13 Mag, 13:09, gmwebs <[EMAIL PROTECTED]> wrote: > You are referencing the gruppo_id in your first AND clause. Why don't > you create the Gruppo model and see if th

Re: Question about Cake 1.2.0

2008-05-13 Thread [EMAIL PROTECTED]
Has someone an example of use of finderQuery in HABTM association without use of jointable,'foreignKey' and 'associationForeignKey'? On 13 Mag, 13:00, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I haven't 'GruppoTeam' model in my

Re: Question about Cake 1.2.0

2008-05-13 Thread [EMAIL PROTECTED]
I haven't 'GruppoTeam' model in my application. I don't understand from where Cake gets this model. In my controller I set $uses=array('Ente'); On 13 Mag, 12:47, francky06l <[EMAIL PROTECTED]> wrote: > Maybe I am wrong but it seems to me that the error

Re: Question about Cake 1.2.0

2008-05-13 Thread [EMAIL PROTECTED]
po_team for model GruppoTeam was not found." --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: file_get_contents() to get response from Cake app?

2008-05-13 Thread [EMAIL PROTECTED]
ation with every request, eg: "true", so I do not get the result I expect. You should see the timestamp (if you are reading the plain source) But why you are outputting nothing is strange indeed. On May 13, 9:24 am, David Christopher Zentgraf <[EMAIL PROTECTED]> wrote: > No

Re: Question about Cake 1.2.0

2008-05-13 Thread [EMAIL PROTECTED]
ery is executed. I have controlled the query directly on mysql and it returns correct result. But in the model the HABTM is empty. If I must control direcly on core code i will become crazy. On 13 Mag, 11:10, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > Well, 1.2 has a

Question about Cake 1.2.0

2008-05-13 Thread [EMAIL PROTECTED]
o post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Use model inside helper

2008-05-13 Thread [EMAIL PROTECTED]
If I use & ClassRegistry::getInstance(); in the helper the model is present. If I use $Model=& ClassRegistry::getObject('ModelName'); I get that $Model =null On 13 Mag, 10:17, grigri <[EMAIL PROTECTED]> wrote: > > Only it works for some model and for other it does

Re: Use model inside helper

2008-05-13 Thread [EMAIL PROTECTED]
this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: file_get_contents() to get response from Cake app?

2008-05-13 Thread [EMAIL PROTECTED]
). Anyway, you should see something other than an OK 200 response. On May 13, 6:31 am, David Christopher Zentgraf <[EMAIL PROTECTED]> wrote: > Okay, that's weird. > Setting Debug to 1 in core.php suddenly gives me an output. > Even though in my remote action I explicitly cal

Re: Cookbook overhaul proposal

2008-05-12 Thread [EMAIL PROTECTED]
distribute the workload and result in higher quality content sooner. /Martin On May 13, 7:25 am, nate <[EMAIL PROTECTED]> wrote: > On May 12, 1:15 pm, Aaron  Shafovaloff <[EMAIL PROTECTED]> wrote: > > > I propose that the Cake team use MediaWiki with the Flagged

Re: Routing for plugins: good idea, no implementation

2008-05-12 Thread [EMAIL PROTECTED]
o along with it :) /Martin On May 12, 6:05 pm, "Jonathan Snook" <[EMAIL PROTECTED]> wrote: > >  I'll go with your suggestion for now and also do a little poking > >  around in the router to see if I can make sense of it. > > Oh, were you hoping for something automati

HABTM relation without jointable

2008-05-12 Thread [EMAIL PROTECTED]
eived this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Routing for plugins: good idea, no implementation

2008-05-12 Thread [EMAIL PROTECTED]
ll go with your suggestion for now and also do a little poking around in the router to see if I can make sense of it. Thanks. /Martin On May 12, 3:59 pm, "Jonathan Snook" <[EMAIL PROTECTED]> wrote: > On Mon, May 12, 2008 at 9:31 AM, [EMAIL PROTECTED] > > <[EMAIL PROTECT

Routing for plugins: good idea, no implementation

2008-05-12 Thread [EMAIL PROTECTED]
ou are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Insallation

2008-05-12 Thread [EMAIL PROTECTED]
May 12, 12:51 pm, Killmon <[EMAIL PROTECTED]> wrote: > On May 12, 3:36 am, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > I am not familiar with appserv but you seem to be running a very picky > > version of PHP 5 that complains about everything in

Re: Problems with open_basedir

2008-05-12 Thread [EMAIL PROTECTED]
#x27;); define('APP_DIR', 'app'); define('CAKE_CORE_INCLUDE_PATH', ''); Thank you so much! Silviu On May 10, 7:27 pm, Mathew Nik Foscarini <[EMAIL PROTECTED]> wrote: > Did you define your absolute paths using your /home/username account for your > web s

Re: forced download

2008-05-12 Thread [EMAIL PROTECTED]
n May 11, 9:44 pm, crazyDavid <[EMAIL PROTECTED]> wrote: > Thank you Traique and jonknee for the reply. > > But as i'm using session, it doesn't allow me to send header info > later. > > On May 7, 5:32 pm, jonknee <[EMAIL PROTECTED]> wrote: > > > >

Can requestAction authenticate itself to an action protected by SecurityComponent?

2008-05-12 Thread [EMAIL PROTECTED]
p, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Insallation

2008-05-12 Thread [EMAIL PROTECTED]
is to make absolutely sure you are letting CakePHP override Apache and PHP settings. And also of-course that all the .htaccess-files have actually being copied to the server. On May 12, 1:31 am, Killmon <[EMAIL PROTECTED]> wrote: > I am new to php and is why I want to install cakephp (to

Re: Setting up Cake as an Intranet framework?

2008-05-11 Thread [EMAIL PROTECTED]
app. /Martin On May 11, 12:32 am, Dave <[EMAIL PROTECTED]> wrote: > Hi All, > > I've been thinking about using Cake as a framwork for the company > intranet, but am coming unstuck as how to share the libraries and > structure things. > > The Intranet is made up of t

Problems with open_basedir

2008-05-10 Thread [EMAIL PROTECTED]
this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: temporary download - header trouble

2008-05-09 Thread [EMAIL PROTECTED]
r. On May 9, 2:55 am, acl68 <[EMAIL PROTECTED]> wrote: > Hello, > > I program a contract management software, where the contracts can be > uploaded as pdf and later be viewd as a download. > > Since not everybody should be able to see every contract I don't want >

Re: app_model not being loaded

2008-05-09 Thread [EMAIL PROTECTED]
yeah this should work, double check that it is in app_model.php that's the only thing I can think of. On May 9, 1:05 pm, guigouz <[EMAIL PROTECTED]> wrote: > Hi, we use Cake on several projects, and now we're starting a new one > with the lastest beta (6311). > The

Re: Cake command line

2008-05-09 Thread [EMAIL PROTECTED]
=>"the linux command", "Windows"=>"the windows command"), "command 3" =>array("Linux"=>"the linux command", "Windows"=>"the windows command"), ); var operatingSystem = "Windows"; function ex

Re: Autofill form with AJAX from different models

2008-05-09 Thread [EMAIL PROTECTED]
stomer; $this->data["Document"]=$document; view echo $form->input("Customer.name",); echo $form->input("Document.date",); On May 9, 1:51 pm, pamorale <[EMAIL PROTECTED]> wrote: > Hi... > I`d like to know if is possible to autofill some fields

Re: Problem with Javascript helper in default.ctp

2008-05-09 Thread [EMAIL PROTECTED]
try posting the code from your view that is causing this error (line 14 of default.ctp) Dave On May 8, 6:01 pm, mdrisser <[EMAIL PROTECTED]> wrote: > Hi all, > I'm having a problem I can't quite seem to figure out. I'm trying to > use the Javascript helper in app

Re: How to access Cake Session Variables from a Stand Alone PHP script

2008-05-09 Thread [EMAIL PROTECTED]
n't do that. Setting CAKE_SESSION_COOKIE is sufficient for php to find the cookie that has the session id of the session store. Good luck. Integrating legacy code with cake code can be tricky, but it can be done. On May 7, 3:50 am, "bharath kumar" <[EMAIL PROTECTED]> wrote: >

Re: OT: Shitty Community

2008-05-09 Thread [EMAIL PROTECTED]
) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: 1.2 Documentation has made amazing progress

2008-05-09 Thread [EMAIL PROTECTED]
proper manual that is not just a bunch of tutorials but which explains what pieces there are to the Cake puzzle and how they fit together. /Martin On May 9, 10:44 am, AD7six <[EMAIL PROTECTED]> wrote: > On May 9, 9:50 am, Knud Soerensen <[EMAIL PROTECTED]> wrote: > > > Yes

Re: OT: Shitty Community

2008-05-09 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: What kind of authentication script?, tutorial? do you use?

2008-05-08 Thread [EMAIL PROTECTED]
i use and have been happy with othAuth; there's articles about it in (on?) the bakery; it works w/ 1.2 with a few modifications that can be found with a quick googling On May 8, 1:28 pm, "Louie Miranda" <[EMAIL PROTECTED]> wrote: > I am looking for a authentication scri

Re: OT: Shitty Community

2008-05-08 Thread [EMAIL PROTECTED]
#x27;t before I started messing with RoR and CakePHP. /Martin On May 8, 5:34 pm, seb <[EMAIL PROTECTED]> wrote: > > I feel that if someone comes to the group with a question, EVEN IF > > IT'S BEEN ASKED BEFORE, it deserves an answer, or at least a _polite_ > > point in th

Re: Cake best practices for mobile browser development

2008-05-08 Thread [EMAIL PROTECTED]
(a mobile browser should probably accept wap content and that is the "fallback" in isMobile) /Martin On May 8, 11:22 am, "Marcin Domanski" <[EMAIL PROTECTED]> wrote: > On Thu, May 8, 2008 at 10:32 AM, [EMAIL PROTECTED]<[EMAIL PROTECTED]> wrote: > > >  I

Re: Cake best practices for mobile browser development

2008-05-08 Thread [EMAIL PROTECTED]
You could possibly even use extension parsing once the mobile browser has been detected www.example.com/products.wap or something similar. Look for parseExtension in the manual for a start. On May 8, 10:11 am, "Marcin Domanski" <[EMAIL PROTECTED]> wrote: > Hey > > >  I

Re: Responding quickly as a WebService?

2008-05-07 Thread [EMAIL PROTECTED]
tead: echo "Hi there \n"; // notice the newline added to the end of the string. Now I can see the reply before the 3 seconds begin. /Martin On May 7, 4:20 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote: > Well, I think you can put $this->autoRender = fa

Re: Responding quickly as a WebService?

2008-05-07 Thread [EMAIL PROTECTED]
n May 7, 2:28 pm, "dr. Hannibal Lecter" <[EMAIL PROTECTED]> wrote: > I don't understand. How can you know it's "All OK" if your processing > is not done yet?? > > On May 7, 12:38 pm, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> w

Responding quickly as a WebService?

2008-05-07 Thread [EMAIL PROTECTED]
eived this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Mass edit in CakePHP?

2008-05-06 Thread [EMAIL PROTECTED]
added, do a query on this table with GROUP BY fieldname, you can then generate input boxes for each one in your view and populate them with any existing data. This will be much easier than actually changing the structure of your database whenever you want to add a new field. Dave On May 6, 8:47 a

Re: Help - Error validation wipes out database/record id during "edit"

2008-05-05 Thread [EMAIL PROTECTED]
that or add $form->input('id') to your form; that should create a hidden field w/ the ID On May 5, 12:21 pm, LucyFur3d <[EMAIL PROTECTED]> wrote: > That worked, thanks so much! --~--~-~--~~~---~--~~ You received this message because you

Re: Pages without the "pages" in the URL

2008-05-05 Thread [EMAIL PROTECTED]
, array('controller' => 'pages', 'action' => 'display', 'about')); On May 5, 7:03 am, basstech <[EMAIL PROTECTED]> wrote: > Is there an easy way to configure my CakePHP app to construct URLs > without the "pages/" part

How to check if a user is logged in by 3rd Party

2008-05-04 Thread [EMAIL PROTECTED]
quot; group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

<    1   2   3   4   5   6   7   8   9   10   >