Re: PK showing in views with scaffolding output and Bake generated files

2009-02-19 Thread reidster
:31 pm, reidster reidmckin...@gmail.com wrote: Thanks, Brian. I have double-checked and the PG database does show the id as a PK for the table. The behavior I see is as follows: When I do an edit on the record, it does not show the id column for update. When I do a new record, it does show

PK showing in views with scaffolding output and Bake generated files

2009-02-16 Thread reidster
I am new to CakePHP. I have been experimenting with scaffolding and bake. It works OK; however, I have one question. I don't understand why my primary key columns (id) are showing up in the views. As you may expect, I do not want the user to generate this id column value or be able to modify

Re: PK showing in views with scaffolding output and Bake generated files

2009-02-16 Thread reidster
eliminate the PK column from the user forms. I just want to make sure I don't have some configuration problem before I go further. Thanks again, Reid On Feb 16, 4:37 pm, brian bally.z...@gmail.com wrote: On Mon, Feb 16, 2009 at 3:29 PM, reidster reidmckin...@gmail.com wrote: I am new to CakePHP.  I

ERD recommendation

2009-02-03 Thread reidster
I was wondering if anyone has any recommendations for a database design tool. I was hoping to use an OSS product. Does anyone have any suggestions that work well with postgresql. Many thanks in advance. -Reid --~--~-~--~~~---~--~~ You received this message

Re: database.php file change to postgresql stops graphics

2009-01-28 Thread reidster
Thank YOU! It is working now. It was that the pgsql extension was not used during the php installation. I reran the configure/make/make install. It is working now with the graphics and it's able to connect to the postgresql db. Thanks again to everyone who replied. On Jan 28, 3:49 pm, Choc

Re: database.php file change to postgresql stops graphics

2009-01-27 Thread reidster
I have taken off the trailing comma as you suggested and I get the same result; namely, the main cakephp page comes up with no graphics. If I remove the database.php file, I get the graphics OK, but this is not a usable configuration because I need a database connection, of course. Here is

Re: CakePHP for commercial use

2009-01-18 Thread reidster
I was prototyping with Oracle Apex as an alternative. http://apex.oracle.com/i/index.html On Jan 18, 2:20 am, keymaster ad...@optionosophy.com wrote: before I abandon this effort in favor of commercial software... What commercial software? As far as I know, in the php world at least,

Re: database.php file change to postgresql stops graphics

2009-01-17 Thread reidster
it! ... I kid! Long-time pg user here. I've no idea what the problem might be, though. You're not missing a closing brace or something? On Fri, Jan 16, 2009 at 10:01 PM, reidster reidmckin...@gmail.com wrote: This is a new cakephp install.  I'm trying to use postgresql 8.3.5. However, whenever

CakePHP for commercial use

2009-01-17 Thread reidster
I'm wondering if many people use CakePHP for commercial use. I'm planning to start a business and I'd like to use CakePHP and PostgreSQL to support this business. However, it seems like it takes quite a while to get support when it's needed, even for basic needs. And, yes, I do check the

Re: CakePHP for commercial use

2009-01-17 Thread reidster
Although I'd certainly like to get to the rapid part of cakePHP development, I'm not as concerned about the development time as I am concerned about production downtime. I do not have infrastructure to test code under load and for every possible query combination and software version combination

Re: CakePHP for commercial use

2009-01-17 Thread reidster
you with personalized support. On Sat, Jan 17, 2009 at 3:32 PM, reidster reidmckin...@gmail.com wrote: Although I'd certainly like to get to the rapid part of cakePHP development, I'm not as concerned about the development time as I am concerned about production downtime.  I do not have

database.php file change to postgresql stops graphics

2009-01-16 Thread reidster
This is a new cakephp install. I'm trying to use postgresql 8.3.5. However, whenever I rename the database.php.default to database.php and include the following for the postgresql details, the graphics disappear from my cakephp main page. var $default = array( 'driver' =

Re: New Install Does Not Show Graphics

2009-01-14 Thread reidster
DirectoryIndex configuration in httpd.conf. It will look something like the following IfModule dir_module     DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml /IfModule On Jan 14, 1:51 am, reidster reidmckin...@gmail.com wrote

Re: New Install Does Not Show Graphics

2009-01-13 Thread reidster
in this (http:\\hostname\cake_folder_name\) that it should then bring up the cake php initial page. Is that correct? Does anyone know how to correct this minor issue? I'd feel better going forward if this was resolved. Thanks again, Reid On Jan 6, 7:12 pm, reidster reidmckin...@gmail.com wrote

Re: New Install Does Not Show Graphics

2009-01-05 Thread reidster
-on-mod_rewrite -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of reidster Sent: Sunday, January 04, 2009 4:24 PM To: CakePHP Subject: New Install Does Not Show Graphics I am new to CakePHP. I have downloaded version 1.2.0.7962, renamed

Re: New Install Does Not Show Graphics

2009-01-05 Thread reidster
). reidster wrote: Thanks for the reply. My httpd.conf does not have mod_rewrite enabled.  I checked the doc in the aforementioned url, but could not locate the .so file.  This does not exist in my apache install.  Do I need to re-configure apache? libexec/httpd/mod_rewrite.so [r

Re: New Install Does Not Show Graphics

2009-01-05 Thread reidster
to download it separately. What platform are you on? On Jan 5, 1:31 pm, reidster reidmckin...@gmail.com wrote: This is all I see in modules.  I know this isn't an apache group. But, do you know if apache requires any special configure options for mod_rewrite? [r...@localhost modules

New Install Does Not Show Graphics

2009-01-04 Thread reidster
I am new to CakePHP. I have downloaded version 1.2.0.7962, renamed the cake directory and moved it to the root of the apache directory (htdocs). When I navigate to the cake php website for this directory. I receive a listing of all the files in this directory. I do not see the expected cake