how to use httpAutentication for login process

2015-09-14 Thread Jack Kalish


My question is I have two url In my one url I was write below code for 
login process

 if($this->request->is('post')){

  $HttpSocket = new HttpSocket();
  $HttpSocket->configAuth('Basic', 'username', 'password');
  $response = $HttpSocket->get('http://localhost/cake2/Tests/login');

ORIn Client Method

 $http = new Client();
 $response = $http->get('http://localhost/cake2/Tests/login', [], ['auth' => 
['username' => 'myusername', 'password' => 'mypassword']
 ]);
}
then how to get username and password in second url using HttpAuthentication 
method in cakphp

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


What are the things should be considered before hiring a CakePHP development company?

2015-06-09 Thread Victor jack
Over the decade, being the earliest PHP framework, CakePHP is very popular 
and widely utilized by most of the web developers. Since its existence, 
numerous web development companies like Agriya  
have flourished in the online world for rendering optimum CakePHP 
development services.

Read more: 
http://blogs.agriya.com/2015/06/08/things-considered-hiring-cakephp-development-company/

Regards,
Victorjack,
www.agriya.com


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


RESTFUL WEB APPLICATION USING CAKEPHP FRAMEWORK

2012-10-09 Thread Jack
Hi, 

I have a doubt using REST in cakephp framework 

The URL for the actions 'show','delete' and 'update' remains the same(
http://www.mydomain.com/articles/5) for respective GET , DELETE and PUT 
methods. 
How do we submit the URL with HTtp methods and it gets mapped 
correspondingly? 

I had configured the Routes and included components accordingly. 

But, i still got the action name displayed in URL. 
How do we parse the Http method for 'View' and 'Edit' links? 
In what manner do i need to have links to 'View' and 'Edit' records? 
Currently my links go this way : 

VIEW => Html->link('View',array('controller'=>'posts','action'=>'view',$detail['Post']['id']));
 
?> 
And my generated URL goes ( http://localhost/mydomain/articles/view/1) 

EDIT => Html->link('Edit',array('controller'=>'posts','action'=>'edit',$detail['Post']['id']),array('method'=>'post'));
 
?> 
And my generated URL goes ( http://localhost/mydomain/articles/edit/1 ) 

I had used proper POST, GET, PUT methods in my respective forms. 

Is this a corrent way to send links? 
If not please guide me how to send the Http methods with URLs (
http://localhost/mydomain/articles/edit/1 ) and get generated URLs ( 
http://localhost/mydomain/articles/1 ). 
Your guidance will be more helpful for this newbie. 

Thanks in Advance. 

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




[How to] MOD_REWRITE

2012-08-21 Thread Jack
Hi guys,
I'm a new member, i've just knew about PHP & CakePHP framework. I installed 
but i can't config mod_rewrite. Can you help me?
I tried 3 steps in tutorial but it is not ok.
Thanks guys,

-- 
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 
cake-php+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.




Add-on Domain w/ Cakephp

2012-03-25 Thread Jack
Nice done, Adam Royle and cjsharp1
:)

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: how to use multiple database connections.

2011-12-25 Thread Jack
sync means when i am inserting record in mysql database simultaneously
i want add/edit/delete same record in postgres database too. means
same operations should get carried out in both DB.

On Dec 24, 6:42 am, Geoff Douglas  wrote:
> What do you mean when you say "sync?"

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


how to use multiple database connections.

2011-12-22 Thread Jack
Hi all,
i am new for cakephp, and developing application with both Mysql
and postgres databses, i have tried to solve this situation but there
is no other way i have to use both databases, then how to synch both
databases?
any idea?
Thanks and Regards,
Jack

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: find with null

2010-10-04 Thread Jack Timmons
On Oct 4, 2010, at 7:09 AM, euromark  wrote:

> yep, thats because NULL is not an appropriate value to work with
> you should have used NOT NULL for your fields and test on empty
> strings ('field'=>'') in the first place

So why isn't NULL "an appropriate value to work with"?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: find with null

2010-10-04 Thread Jack Timmons
On Mon, Oct 4, 2010 at 8:20 AM, lyba  wrote:
> having spent some more time pondering 'NULL is not an appropriate
> value to work with'
> I would tend to agree with some objections - two reasons:
>
> 1. null means field has not been handled (no info whether
> intentionally or not) - newly entered fields have null values - if you
> work then record by record how would you know with null that you have
> already decided to leave it that way.
>
> 2. Cake form edit:
> - for integer fields enters 0, unless it is select box and you define
> default to null field property
> - for text fields enters empty string
>
> therefore null sometimes is and sometimes is not an appropriate field
> to work with
>
> nonetheless cake's inability to handle properly above condition is a
> defect with a workaround solution

Although this seems to be drifting toward opinion (since I wanted a
technical reason NULL shouldn't be used, not one relating to
people/frameworks not understanding the difference), I will submit
this:

A field that accepts a serialized string from PHP has wholly different
meaning if the field is "" compared to if the field is NULL. The first
implies no data was placed on purpose. The other implies this field
hasn't had anything done with it. This tells you if the field was
purposefully left empty or defaulted to NULL. One wouldn't need
anything outside of SQL to know this.

One cannot simply "test on empty" as others have stated. What happens
when "" or 0 are valid inputs? For basic situations, you may not need
to consider NULL, but that doesn't mean it shouldn't be used. It just
means you don't care to use it. Saying it shouldn't be used in a broad
manner without any technical evidence why it shouldn't be is a fallacy
in logic.

Finally, at least in regard to the internet and following my own
opinion, one should -never- have to shape their database in regard to
the software that will use it. Because CakePHP fails at handling NULL
fields as desired by those of the community (it seems) doesn't mean
that one should not use NULL. As demonstrated above, NULL is perfectly
fine and is beyond useful. If you need guidance on the uses of it, I
suggested reading MySQL's guide on NULL fields, specifically "Problems
with NULL values" listed below.

http://dev.mysql.com/doc/refman/5.1/en/problems-with-null.html

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Mysql GROUP in containable not working

2010-10-04 Thread Jack Timmons
On Mon, Oct 4, 2010 at 5:50 AM, Bryan Paddock  wrote:
> eeks... nobody at all? :(

Try this:

$restaurants = $this->Restaurant->find('all', array(
'fields' => array("Restaurant.x", "Restaurant.y", "Restaurant.z",
"AVG(Rating.rating)", "COUNT(Rating.id)"),
'contain' => array("model1", "Rating", "model2"),
'group' => array("Restaurant.id")
));

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: models: fundamental question referring to member variables

2010-10-03 Thread Jack Timmons
On Sun, Oct 3, 2010 at 6:56 PM, DerBjörn  wrote:
> The user table has a column 'birthtime', but in my page i want to show
> the age in years and days of the user instead.

The you should make a view helper for this, and not bother the data in-transit.

class AgeHelper extends AppHelper {} (I think, I don't have the
inclination ATM to ensure I'm accurate).

> So when i retrieve the data of the database i first need to set the
> birthtime:
>
> $this->Age->setBirthtime($data['User']['birthtime']);
> to be then able to access to calculated years and days:
>
> $user->getAge()->getYears();
> $user->getAge()->getDays();
>
> The same the other way round:
> If i want to randomize the birthtime of the user with my solution i am
> able to do it like that:
> $user->getAge()->randomizeBirthtime();

If you go with my Helper idea, I see no point in any of this. The data
should stay exactly as it came from the database, and your Helper
handle displaying how you want it.

> But when i want to save the user of course first i have to get the
> random birthtime out of its class and put it in the array:
> $this->data['User']['birthtime'] = $this->Age->getBirthtime();
> $this->save($this->data);
>
> Something like that, sorry about my pseudo code.
> The problem is that the most of my member varables are classes
> actually to be able to randomize or do calculations with their values.

And if you go with my method, you don't have to worry about messing
with the data at all. If they change it, you do the same calculations
in the model's beforeSave. Or the controller, whichever holds Cthulhu
off another night.

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Change id for checkboxes

2010-10-03 Thread Jack Timmons
On Sun, Oct 3, 2010 at 8:00 AM, thomaus  wrote:
> Hi Jack,
>
> Thanks for your answer.
>
> Ok then, but how do you set a class for the inputs?
>
> If I do this :
>
> input('Group',
>        array(
>        'label' => 'Group',
>        'type' => 'select',
>        'multiple' => 'checkbox',
>        'options' => array(1 => 'Pilot', 2 => 'Medical', 3 =>
> 'Other'),
>        'class' => 11)
> );
> ?>
>
> this doesn't change anything at all, I mean my checkboxes they are not
> assigned "11" as a class.
>
> Cheers!

Magic, I would guess.

Likely just another thing CakePHP doesn't do.

I would suggest wrapping them in a special div, giving that div a
class, and then using that as a way to single them out. May not be
what you're aiming for, but it'll get them job done.

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Change id for checkboxes

2010-10-02 Thread Jack Timmons
On Sat, Oct 2, 2010 at 4:50 AM, thomaus  wrote:
> So far so good right? But now I would like to have the id set to 11
> not only for the global input tag, but for EVERY input tag, which
> would output this :

That's invalid HTML. The purpose of the ID property is to give each
DOM element a unique name.

What you're looking to do is give each of them a class. This will
allow you to use smart selectors to pick the elements you want to
style/manipulate.

Off the top of my head, remove the ID property and instead use "class".

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Odd DESCRIBE issue

2010-10-02 Thread Jack Timmons
On Sat, Oct 2, 2010 at 3:08 AM, majna  wrote:
> So, did you make upgrade to latest cake?
> If you upgrade, and there's no more DESCRIBE issue,
> then you know it's old fixed bug.

I will do that on Monday.

I'm a bit skeptical about it, since that's what I've been continually
told to do.

After all, I tell customers all the time to upgrade to our latest CD
version to fix problems they're having before I really get into
troubleshooting. ;)

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Odd DESCRIBE issue

2010-10-01 Thread Jack Timmons
On Fri, Oct 1, 2010 at 8:16 PM, j.blotus  stated:
> DESCRIBE is taking what, 0-1ms each?

After the first time, yes, I assume due to MySQL caching. If you read
what I posted, I was showing DESCRIBE queries 57 - 63. You can safely
assume that those same tables had already been described before.

But that's not the point. The point is that the framework is making
repeated queries for no apparent reason. And, for the majority of the
pages, the describe statements take up at least twice as much time as
the remaining queries. And for my largest query group, the combined
time of the DESCRIBEs take up as much time as pulling data for one
member from nine different tables.

Why would any software have to DESCRIBE the same table three or more
times in a row? I'm not aware of any special setting we've done to
cause this. We don't have any special modifications to the core,

On Fri, Oct 1, 2010 at 8:23 PM, Dave Maharaj  wrote:
> I thought DECRIBE is when (debug, 2) ?

I thought so to, and ignored it for some time after I put the
developed system live. But when I got calls about page loads taking
too long, I turned on query logging and found it was still running
DESCRIBEs

> And to increase the time between DESCRIBE there is a way to change it from
> the set 10 second or what not to whatever time you want. So it describes
> every min rather than every request.
>
>
> open configure.php in cake/libs/
> locate the function __loadBootstrap
> inside this function locate the following
> if (Configure::read() >= 1) {
> $duration = '+10 seconds';
> } else {
> $duration = '+999 days';
> }
>
> Change the ‘+10 seconds’ according to your requirement, say you want to
> describe a query every 1 minute, you would change it to
> if (Configure::read() >= 1) {
> $duration = '+1 minute';
> } else {
> $duration = '+999 days';
> }
>
> No?

I'll have to try that after the weekend. I appreciate the lead: I
didn't care to look into the core because I didn't want people blaming
modifications on the issue, and I didn't want to have to fix a popular
framework to make it work as expected.

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Odd DESCRIBE issue

2010-10-01 Thread Jack Timmons
On Fri, Oct 1, 2010 at 5:15 PM, majna  wrote:
> Upgrade to 1.3.4?

You know, the answer for when it was happening in 1.2 was to upgrade to 1.3.

I find that funny.

I'll upgrade again and see what happens. I'm just trying to get
something done to speed up these pages until I can move the department
to something else.

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Odd DESCRIBE issue

2010-10-01 Thread Jack Timmons
On Fri, Oct 1, 2010 at 9:41 AM, majna  wrote:
> Cake version?
> Could be cache issue, TMP folder not writable, wrong cache
> configuration...

1.3.2

Folder is writable, or else it would throw errors. Both tmp and files are 777.

Cache used to be file based. I can delete the cake cache files from
the tmp folder and Cake will go through and rewrite them.

I recently switched to memcache to see if it would fix the issue,
which it didn't. Configuration for memcache:

Cache::config('default', array(
'duration' => '+30 days',
'engine' => 'Memcache',
'prefix' => 'csr_dev_'
));

app_model is set to actAs container.

With all of that, would that explain why Cake queries for a describe
three times in a row on the same table?

-- 
Jack Timmons
@_Codeacula

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Odd DESCRIBE issue

2010-10-01 Thread Jack Timmons
Hello all.

I'm running into another odd DESCRIBE issue.

First, even with debug set to 0, CakePHP is running upwards of 60+
DESCRIBE statements. I'm able to confirm this looking at the process
list and logging to queries.

Another issue: In debug mode, I'm seeing this:

57  DESCRIBE `notes`9   9   1
58  DESCRIBE `reps` 8   8   1
59  DESCRIBE `notes`9   9   1
60  DESCRIBE `members`  19  19  2
61  DESCRIBE `memberships`  17  17  1
62  DESCRIBE `memberships`  17  17  1
63  DESCRIBE `memberships`  17  17  1

CakePHP is describing the same table multiple times in a row.

Any suggestions?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Keeping order in photo gallery

2010-08-20 Thread Jack
Hi,

I'd like to know the best way to keep order in my photogallery. I
upload a new photo and I want it to display between the third and
fourth photo.

There can be a field 'order' and contain numbers. I can display photos
by 'order'. Sounds good. But when I try to put a photo somewhere in
the middle, I will need to change this field (increase by 1) in almost
every record.

Is there any other way to keep order and allow users to move photos up
and down?

If there's not, here's another question:
how to do this:

SQL query($photo_order, $gallery_id = php variables):

UPDATE photos SET photo_order = (photo_order+1) WHERE photo_order >=
$photo_order AND gallery_id = $gallery_id

using CakePHP's methods?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Sample CMS with IMS for products

2010-03-19 Thread Jack CakePHP
Dears,

I am new to Cakephp, and I would like build sample app to manage one
of the products, I wanna do the following things, and I wanna use CRUD
to create model, controllers based on BAKE:

# Front end page for the visitors, they will see list of products in
the index page, and each products has more than pictures. Pagination
for the index page, and visitors they can search by product name.
# Control panel for my staff to manage the products, and customers.
Staff they are able to upload the pictures for the products.
# Control panel for the admin to manage employees. products, and
customers.


I have created the database, and I hope you guidance me what I should
use in this application.

I appreciated your advice and helps.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


Re: HABTM issues with spaces

2009-04-10 Thread Jack Timmons
On Fri, Apr 10, 2009 at 7:21 PM, brian  wrote:

>
> Can you give an example where Cake is doing this?
>
> DB table names should never have spaces, btw.


Apparently I needed to remove to spaces and underscores from the HABTM
arrays.
Go figure. I blame Friday.

-- 
-Jack Timmons
http://www.trotlc.com
Twitter: @codeacula

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



HABTM issues with spaces

2009-04-10 Thread Jack Timmons
First post, been lurking.

Anyway, following naming conventions, all tables have underscores instead of
spaces. phone_numbers, for example.

Anyway, trying to set up a join table makes cakephp apparently look for
phone numbers. I did a search over the group and couldn't find the answers,
I fear I don't know the keywords I'm looking for. TIA
-- 
-Jack Timmons
http://www.trotlc.com
Twitter: @codeacula

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



IIS: Invalid URLs

2007-12-03 Thread Jack

Hi All

Just ran through the typical "notes" example on IIS using scaffold to
do the CRUD. I called up:
http://localhost/php/cake/app/?notes
and get the "List Notes" screen. However, clicking on "New Note" leads
to the following invalid URL:
/php/cake/app/index.php/notes/add
(which, btw, crashes php-cgi.exe)

If I call up the correct URL /php/cake/app/index.php?notes/add I see a
form for adding a new note. However, this too is littered with invalid
URLs which are missing the "?".

Why is Cake not applying the querystring "?" to URLs?

My core.php has the following line uncommented:
define ('BASE_URL', env('SCRIPT_NAME'));

Jack

--~--~-~--~~~---~--~~
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=en
-~--~~~~--~~--~--~---