Re: Pathing

2007-02-01 Thread [EMAIL PROTECTED]
Nevermind, I fixed it. On Feb 1, 5:45 pm, Eric C Blount [EMAIL PROTECTED] wrote: Add this to the top of the .htaccess in the root install directory of CakePHP, before the current contents of the file: IfModule mod_rewrite.c RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI

Re: Finally a good Editor for Windows

2007-02-01 Thread [EMAIL PROTECTED]
On Jan 25, 9:29 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: sorry but that doesn't much sense to me. the product is still in very early stage of development, miles away from being finished. If you first build very common features like undo/redo, you have nothing to show off. But without

Re: Stability of Cake 1.2

2007-02-01 Thread [EMAIL PROTECTED]
in trac decreases. --~--~-~--~~~---~--~~ 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 PROTECTED] For more

CakePHP Developer Position: idiomag.com

2007-02-01 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

How to propose cakephp modification ?

2007-02-02 Thread [EMAIL PROTECTED]
and regards. Cbabayou. --~--~-~--~~~---~--~~ 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 PROTECTED

.ctp extensions

2007-02-02 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http://groups.google.com

Re: .ctp extensions

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

Re: How can I save a setting in session?

2007-02-02 Thread [EMAIL PROTECTED]
I am new to CakePHP, but you can try this in your controller method: $this-Session-write('language', 'deu'); Then, when you need it, use this: $lang = $this-Session-read('language'); More on http://manual.cakephp.org/chapter/session On Feb 2, 5:48 pm, Kathrin [EMAIL PROTECTED] wrote: I want

Re: For basic page_controller what is the typical setup

2007-02-04 Thread [EMAIL PROTECTED]
Cake PHP 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: persistent login

2007-02-04 Thread [EMAIL PROTECTED]
) --~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http

Re: A Super Release

2007-02-05 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

A Read Before and After a 'Save' Causes Problems...

2007-02-05 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: E-mail validation regular expressions.

2007-02-05 Thread [EMAIL PROTECTED]
Besides Cake's built-in e-mail validation, there is another one someone suggested: https://trac.cakephp.org/ticket/1457 On Feb 5, 10:20 am, Tazz [EMAIL PROTECTED] wrote: Trying to use the reg express:http://regexlib.com/Search.aspx?k=email By Philippe Benthien and I get: Parse error: syntax

Re: A Read Before and After a 'Save' Causes Problems...

2007-02-05 Thread [EMAIL PROTECTED]
I figured it was something like that. Thanks! On Feb 5, 3:13 pm, Grant Cox [EMAIL PROTECTED] wrote: The query is being cached. $this-Product-cacheQueries = false; On Feb 6, 4:02 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My site has a backend that uses one function for CRU, and one

mod_rewrite problem solved (for me anyways)

2007-02-05 Thread [EMAIL PROTECTED]
! --~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake

help with data model in cake

2007-02-05 Thread [EMAIL PROTECTED]
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 -~--~~~~--~~--~--~---

Model with no direct database access, instead use our existing API

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

Global Error Logging

2007-02-07 Thread [EMAIL PROTECTED]
to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Can someone help?

2007-02-07 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Can someone help?

2007-02-07 Thread [EMAIL PROTECTED]
. On Feb 7, 3:37 pm, nate [EMAIL PROTECTED] wrote: First of all, you need to kick up your error level so you can see something. Usually this can be accomplished by setting DEBUG to 1 or 2 in /app/config/core.php. Second, addMessage(test); should be $this-addMessage(test); Third

Adding edit in place functionality

2007-02-07 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: How to have multiple sessions open?

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

Problems with generateList and selectTag ... generateList adding a Where clause that I don't want...

2007-02-07 Thread [EMAIL PROTECTED]
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: Strange behaviour

2007-02-07 Thread [EMAIL PROTECTED]
How do you have your site unpacked? Give me a break down of the directory structure. Are you using mod_rewrite or are you using the ENV script variable thingy? What version of PHP. Is php a module on Apache or is it CLI(cgi)? On Feb 7, 2:17 pm, apalankat [EMAIL PROTECTED] wrote: Hi, I

Re: Strange behaviour

2007-02-07 Thread [EMAIL PROTECTED]
What is your directory structure? How was cake installed onto the server? Is PHP installed as a module or as cgi? To me, it looks like PHP is installed as CGI and the server itself is running Virtual Hosting. Can you confirm these? On Feb 7, 2:17 pm, apalankat [EMAIL PROTECTED] wrote: Hi, I

Firefox Dropping CSS

2007-02-07 Thread [EMAIL PROTECTED]
Cake PHP 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: Fatal Error

2007-02-08 Thread [EMAIL PROTECTED]
] /IfModule Put that code into your main root .htaccess file eg: http:// localhost/.htaccess Then just change ^/stats/ to ^/phpmyadmin/ or whatever other folder name that you use and doesn't need cake to control. Hope this helps! On Feb 7, 2:50 pm, zafoeta [EMAIL PROTECTED] wrote: Hi all, I hope

Routes, pages and controllers

2007-02-08 Thread [EMAIL PROTECTED]
PHP 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 -~--~~~~--~~--~--~---

how to use mysql specific function ?

2007-02-08 Thread [EMAIL PROTECTED]
. Any Idea? --~--~-~--~~~---~--~~ 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 PROTECTED] For more

Re: Routes, pages and controllers

2007-02-08 Thread [EMAIL PROTECTED]
of a page called members. Ian On 8 Feb, 09:32, MrTufty [EMAIL PROTECTED] wrote: I _think_, if you're going to make this work the way you expect it to, you should specify the other controllers in routes above the final routing. So in your example you'd have: $Route-connect('/members', array

Re: how to use mysql specific function ?

2007-02-08 Thread [EMAIL PROTECTED]
Can you give me a litte bit more explaination on how to make it in the model? thanks On 8 fév, 12:23, Ámon Tamás [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I'm trying to execute a query like this one : SELECT Resultat.id , IF ( Resultat.message IS NULL , NULL , 1) FROM `resultats

Re: Routes, pages and controllers

2007-02-08 Thread [EMAIL PROTECTED]
Thanks, I will give it a try On 8 Feb, 11:31, MrTufty [EMAIL PROTECTED] wrote: Ok... not sure of the exact syntax of this, but give this a try: $Route-connect('/members/:action', array('controller' = 'members')); You may also want to go a completely different way round the problem

Re: Problems with generateList and selectTag ... generateList adding a Where clause that I don't want...

2007-02-08 Thread [EMAIL PROTECTED]
with four rows of data (may have five or six rows in the future, but never more than 10), and how to get this data out with the $html- selectTag() method? Thanks, --P On Feb 7, 7:32 pm, lloydhome [EMAIL PROTECTED] wrote: Shouldn't getList be more like function getList() { $return

Does Cake have the ./script/console similar to ruby on rails

2007-02-08 Thread [EMAIL PROTECTED]
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: Does Cake have the ./script/console similar to ruby on rails

2007-02-08 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 -~--~~~~--~~--~--~---

Recommend any awesome Cake books?

2007-02-08 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 -~--~~~~--~~--~--~---

rails vs cake

2007-02-08 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: Recommend any awesome Cake books?

2007-02-08 Thread [EMAIL PROTECTED]
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: mod rewrite issue with 1and1 servers

2007-02-08 Thread [EMAIL PROTECTED]
://manual.cakephp.org/appendix/blog_tutorial (Section 5). Skip to this part define ('BASE_URL', env('SCRIPT_NAME'));. On Feb 8, 3:56 pm, Sam Sherlock [EMAIL PROTECTED] wrote: I have managed to extract information from the support guys at the hosting company here is what they say about the mod_rewrite

Re: mod rewrite issue with 1and1 servers

2007-02-08 Thread [EMAIL PROTECTED]
but, you probably have to tell it which directory for it to work on. Anyways, try that. Just add it to all your .htaccess files (I think there are 3). Let me know how it goes! On Feb 8, 10:28 pm, Sam Sherlock [EMAIL PROTECTED] wrote: Thanks for the response. Changing AllowOverride from None

Re: Strange behaviour

2007-02-08 Thread [EMAIL PROTECTED]
$this-webroot will give you the the webroot. I am going to set up an apache server this weekend with cgi php instead of using modules. I'll see what I can figure out. Hang in there and don't give up, I am searching for an answer :) On Feb 8, 12:54 am, apalankat [EMAIL PROTECTED] wrote: hi

Re: Strange behaviour

2007-02-08 Thread [EMAIL PROTECTED]
= In core.php define('BASE_URL', $_SERVER['PATH_INFO'].'?url='); (There's an identical line in cake/index.php - but I think the core overwrites it, though it should really only be defined in one place) Deleted the .htaccess, etc. On Feb 8, 12:54 am, apalankat [EMAIL PROTECTED] wrote: hi, i think it's

Re: Regarding http://cakephp.org page layout

2007-02-10 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: On 2/9/07, nate [EMAIL PROTECTED] wrote: But as for your client, I propose an alternative solution: tell them you have chosen a different framework, but then use Cake anyway. I wouldn't recommend lying to a client. they are dense enough to believe that a server-side

Re: Regarding http://cakephp.org page layout

2007-02-10 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 -~--~~~~--~~--~--~---

Component can't create a model

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

Odd Query contruction in the tutorial, with latest version of Cake

2007-02-10 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl

Trouble with the blog tutorial and newest version of Cake

2007-02-10 Thread [EMAIL PROTECTED]
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: Trouble with the blog tutorial and newest version of Cake

2007-02-10 Thread [EMAIL PROTECTED]
Thanks so much! On Feb 10, 5:44 pm, Mariano Iglesias [EMAIL PROTECTED] wrote: See the fix on this bug, it has been solved already: https://trac.cakephp.org/ticket/2085 -MI --- Remember, smart coders answer ten

Re: Component can't create a model

2007-02-10 Thread [EMAIL PROTECTED]
Brilliant, thank you both so much! --~--~-~--~~~---~--~~ 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

how to use guiListTree?

2007-02-11 Thread [EMAIL PROTECTED]
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: Associations trouble

2007-02-11 Thread [EMAIL PROTECTED]
... just an id. Try changing that foreign key for me to either blank or just id. ) --Chris On Feb 11, 5:28 pm, Erich C. Beyrent [EMAIL PROTECTED] wrote: I had added the belongsTo association to the states table, and that didn't make a difference - I got the same results. Here's

Re: Help! Invalid argument supplied for foreach() dbo_mysql.php

2007-02-11 Thread [EMAIL PROTECTED]
Hmmm. Looks like a simple describe table query in the code that's returning nothing, hence the error. Did the database transfer OK? Have you got something like phpMyAdmin running on the Linux server to check the tables? On Feb 12, 1:58 pm, DominiqueM [EMAIL PROTECTED] wrote: Hija, Problem

What editor do you use for CakePHP?

2007-02-12 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: What editor do you use for CakePHP?

2007-02-12 Thread [EMAIL PROTECTED]
Legend! very nice indeed. On Feb 13, 12:21 am, nate [EMAIL PROTECTED] wrote: On Feb 12, 7:02 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Currently I'm usingDreamweaver8 and I've found it to be quite good when dealing with .php files. It's not great when editing .thtml files though

Re: What editor do you use for CakePHP?

2007-02-12 Thread [EMAIL PROTECTED]
Top stuff. Thanks to you and nate On Feb 12, 11:43 pm, wedge [EMAIL PROTECTED] wrote: I'm usingDreamweaver8 too. And there's a way to make .thtmlfiles editable like .php files. Found the text here, forgot to note the author. - Just a couple of tips for developers who prefer

Re: What editor do you use for CakePHP?

2007-02-12 Thread [EMAIL PROTECTED]
phpeclipse On Feb 12, 1:41 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Top stuff. Thanks to you and nate On Feb 12, 11:43 pm, wedge [EMAIL PROTECTED] wrote: I'm usingDreamweaver8 too. And there's a way to make .thtmlfiles editable like .php files. Found the text here, forgot

Re: Finally a good Editor for Windows

2007-02-12 Thread [EMAIL PROTECTED]
what part of alpha stage is it that you don't understand? On Feb 2, 2:33 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Jan 25, 9:29 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: sorry but that doesn't much sense to me. the product is still in very early stage of development, miles

Re: Routes, pages and controllers

2007-02-12 Thread [EMAIL PROTECTED]
, 3:22 pm, CreepieDeCrapper [EMAIL PROTECTED] wrote: Good information guys, thanks. I'm trying to do the opposite of Ian, in a way. I would like to setup a route that connects a particular controller if a request is made that is not found. Iow, something like this: domain.com/anythingyouwant

Re: How do I stop the return of unwanted associated data?

2007-02-12 Thread [EMAIL PROTECTED]
. 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: What editor do you use for CakePHP?

2007-02-13 Thread [EMAIL PROTECTED]
I also like Notetab Light --~--~-~--~~~---~--~~ 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

Cake debugging: Firecake!

2007-02-13 Thread [EMAIL PROTECTED]
nice indeed. --~--~-~--~~~---~--~~ 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 PROTECTED] For more

Re: email component example

2007-02-13 Thread [EMAIL PROTECTED]
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: What editor do you use for CakePHP?

2007-02-13 Thread [EMAIL PROTECTED]
On Feb 13, 4:00 pm, fr3nch13 [EMAIL PROTECTED] wrote: I use dreamweaver 8 with their site settings for editing, etc. I'm stuck on windows cuz i have to test in IE too. blah! BTW, great resource:http://tredosoft.com/Multiple_IE you can run IE on linux too, with ies4linux this is actually very

change debug level inside some of the controllers

2007-02-13 Thread [EMAIL PROTECTED]
() { imaginary_function_stop_dumping_sql_queries_temporarry(false); } } --~--~-~--~~~---~--~~ 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: Multi step AJAX forms

2007-02-13 Thread [EMAIL PROTECTED]
@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: Associations stored in a table?!

2007-02-13 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group

Re: How to edit two tables in the same interface?

2007-02-13 Thread [EMAIL PROTECTED]
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: Multi step AJAX forms

2007-02-13 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: How did cake get the id of saved data

2007-02-13 Thread [EMAIL PROTECTED]
On Feb 14, 11:40 am, admin_AT_loveyourdress.com [EMAIL PROTECTED] wrote: Before cake, whenever i save data into a row without specifying the id(auto incremental primary key). I cant get the id number back from mysql withouth doing a search. However, using cake's model-save, i get the model-id

Re: How to edit two tables in the same interface?

2007-02-13 Thread [EMAIL PROTECTED]
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 -~--~~~~--~~--~--~---

updating a sortable list ?

2007-02-13 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: Regular Expression to find content inside a tag pair

2007-02-14 Thread [EMAIL PROTECTED]
Why not use SimpleXML or DOMDocument-loadHTML() ? From there you'll have access to the complete DOM of the HTML. On Feb 14, 12:02 am, Dat Chu [EMAIL PROTECTED] wrote: I want to find the content inside of a tag pair. Say form tag. What would be the way to achieve this? My solution so far

Displaying an image stored as a MySQL BLOB

2007-02-14 Thread [EMAIL PROTECTED]
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 -~--~~~~--~~--~--~---

Textbox validation

2007-02-14 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Is there any way to version a field?

2007-02-14 Thread [EMAIL PROTECTED]
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: Is there any way to version a field?

2007-02-14 Thread [EMAIL PROTECTED]
It seems like you need a separate table to store your comments. You could have a datetime field called created in your comments table. On Feb 14, 7:24 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi group! I have a requirement to automatically version one field on a form(record) whenever

hasOne on param...

2007-02-14 Thread [EMAIL PROTECTED]
? --~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http

Re: Is there any way to version a field?

2007-02-14 Thread [EMAIL PROTECTED]
Good reading, thanks! --P On Feb 14, 10:52 am, AD7six [EMAIL PROTECTED] wrote: On Feb 14, 6:13 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It seems like you need a separate table to store your comments. You could have a datetime field called created in your comments table. On Feb

Re: Displaying an image stored as a MySQL BLOB

2007-02-14 Thread [EMAIL PROTECTED]
Thanks that helped greatly. There was some headers in there and removing a helper solved the problem. On Feb 14, 10:35 pm, Dr. Tarique Sani [EMAIL PROTECTED] wrote: On 2/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The result if I browse to /provider/logo/6 is a page of text (the raw

Re: CakePHP CMS

2007-02-14 Thread [EMAIL PROTECTED]
done about it. Anyway, I'm always looking, I hope someone else out there does create a large scale CMS with CakePHP --- I think it would be very good. The MVC model is great and even Joomla is changing to one. -Tom On Feb 14, 8:49 am, Samuel DeVore [EMAIL PROTECTED] wrote: Also it seems

Re: Displaying an image stored as a MySQL BLOB

2007-02-14 Thread [EMAIL PROTECTED]
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: Cake debugging: Firecake!

2007-02-14 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http

Display various error messages for a single TextBox

2007-02-14 Thread [EMAIL PROTECTED]
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.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake

Re: Yet another 'hasMany/belongTo' question...

2007-02-14 Thread [EMAIL PROTECTED]
is getting. On Feb 14, 5:20 pm, mindcharger [EMAIL PROTECTED] wrote: Hello, Here's another 'hasMany/belongTo' question... :-) I have read the user manual but either I didn't understood it or I am goin' nuts... :-P I have this DB structure: Table 'users

cake file browser

2007-02-15 Thread [EMAIL PROTECTED]
is appreciated :) --~--~-~--~~~---~--~~ 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 PROTECTED] For more

Good Cake Tutorial: IBM developerWorks

2007-02-15 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group

Useful conditional debugging in checkSession

2007-02-15 Thread [EMAIL PROTECTED]
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 -~--~~~~--~~--~--~---

Can I use variable set in controller inside same controller?

2007-02-15 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http

checkbox and hidden fields

2007-02-15 Thread [EMAIL PROTECTED]
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: Can I use variable set in controller inside same controller?

2007-02-16 Thread [EMAIL PROTECTED]
Hey not sure if you got my previous message but I just want to say thanks for the help. It doesn't look like it posted my reply on the post. On Feb 15, 6:40 pm, Langdon Stevenson [EMAIL PROTECTED] wrote: Hi gcalderon Why not just query ScorecardDates into a variable: $scorecard

Re: Any diagram to sql DDL script generator for MySQL?

2007-02-16 Thread [EMAIL PROTECTED]
/index.php On Feb 17, 7:26 am, einzeln [EMAIL PROTECTED] wrote: Hi, I'm new to LAMP and cake, trying to make a project from scratch. Is there any GUI database creating tools from ER diagram recommended? So i can work out my DB table definitions like in M$ Access, to jump into baking rapidly

Re: Rendering views of another ojbect with AJAX

2007-02-17 Thread [EMAIL PROTECTED]
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: Integrate a datepicker

2007-02-17 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http

Re: Logical architecture for importing CSV or other files?

2007-02-18 Thread [EMAIL PROTECTED]
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 PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

How many levels will del with cascade go?

2007-02-18 Thread [EMAIL PROTECTED]
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: How many levels will del with cascade go?

2007-02-18 Thread [EMAIL PROTECTED]
On Feb 18, 3:00 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a 4 nested models and all of their hasMany relationships are dependent. If I delete the root should I expect the cascade to delete all the way to the leaf nodes? That is what I am trying to achieve, so before I handle it myself I

Re: Passing values between objects

2007-02-18 Thread [EMAIL PROTECTED]:
$this-redirect(/projects/add/{$idTemporary}; On 2/19/07, Sergei [EMAIL PROTECTED] wrote: save it to the session variable. On 19 фев, 07:42, jamieh [EMAIL PROTECTED] wrote: How would I pass this value? -- [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You

1.2 apache error (WAMP)

2007-02-19 Thread [EMAIL PROTECTED]
to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~--~~~~--~~--~--~---

Re: 1.2 apache error (WAMP)

2007-02-19 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ 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 PROTECTED] For more options, visit this group at http://groups.google.com/group

Re: Passing values between objects

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

<    9   10   11   12   13   14   15   16   17   18   >