page is not be found

2010-07-10 Thread sai
i have installed cakephp by Advanced Installation successfull.but wen i access to the page i created(http://localhost/tanten/users/ login),there is an error 'page is not be found'. so i changed the routes to Router::connect('/', array('controller' => 'users', 'action' => 'login',)); and accesed by

Re: CakePHP is stripslashes_deep

2010-02-25 Thread Sai Krishna
Thank You for the help, I figured out the problem. I'm playing with cake library by making own kind of cake library, but the other one is not cake. On Feb 24, 10:57 pm, WebbedIT wrote: > Strange one. > > If you have both Cake apps on the same xampp local server then the > server's configuration

Re: CakePHP is stripslashes_deep

2010-02-23 Thread Sai Krishna
Sorry for wrong subject line and my bad english Sai Krishna On Wed, Feb 24, 2010 at 12:59 PM, Sai Krishna wrote: > Hello, > > I was trying to play with cakePHP framework, I was trying to develop > something in similar lines, just for my learning sake. I could not get > this how

CakePHP is stripslashes_deep

2010-02-23 Thread Sai Krishna
rams = array(url=>array('url' =>/fw)) How did you achieve this. Is it through ini_set functionality done in webroot/index.php or .htaccess I've been breaking my head on this for last two days. Anyhelp is appreciated. Thank You Sai Krishna Check out the new CakePHP Questions s

Re: cake naming conventions

2008-07-14 Thread Sai Krishna
Really thanks Amit, validation works now On Jul 14, 5:37 pm, "Amit Badkas" <[EMAIL PROTECTED]> wrote: > 2008/7/14 Sai Krishna <[EMAIL PROTECTED]>: > > > > > Hi, > > > I've a small query. When I've a database table called > >

cake naming conventions

2008-07-14 Thread Sai Krishna
Hi, I've a small query. When I've a database table called application_tools, how do I name cake controller, model files and their respective classes. I tried most of naming permutation and combinations, but I failed while doing cake model validation Thank You S

Re: Model validation

2008-07-05 Thread Sai Krishna
d then use franky's advice and > just pluralize the table name. > > On Fri, Jul 4, 2008 at 10:10 AM, Sai Krishna <[EMAIL PROTECTED]> wrote: > > > It changed the file names accordingly > > i.e > > application_tool_controller is controller and class name is > >

Re: Model validation

2008-07-04 Thread Sai Krishna
cation_tools .. > hth > > On Jul 4, 2:52 pm, Sai Krishna <[EMAIL PROTECTED]> wrote: > > > Hey Just an update on this. One of my fellow coder has said that I'm > > doing a mistake by using plurals > > My App controller name is plural to Model > > >

Re: Model validation

2008-07-04 Thread Sai Krishna
name application_tools.. I tried making everything singular with exception of database table. but no luck.. Can somebody tell me where am I doing wrong? On Jul 4, 11:23 am, Sai Krishna <[EMAIL PROTECTED]> wrote: > Hi, > > I'm a newbie  to cakePHP 1.2. I had been working mod

Model validation

2008-07-04 Thread Sai Krishna
Hi, I'm a newbie to cakePHP 1.2. I had been working module in which I had been doing the following model validation. The validation never fails, what am I doing wrong Model contains this

Flash - Want to show a Javascript pop-up window for success/error messages

2008-01-13 Thread Sai
popup window. It brings up a new page and shows the error message. I do not want to bringup a new page. I want to show the current page with the error message. 2. It is not formatting the message correctly. In pure HTML the same code works fine. Any help is appreciated. Sai