Re: Paginator Links, need urgent help

2011-11-11 Thread heohni
Great Thanks!! On 10 Nov., 18:06, Andras Kende wrote: > You might want to add $options['direction'] as: > > Paginator->sort($text, 'OBJ_PREIS', array('direction' => > 'desc'));?> > > Andras Kende > http//www.kende.com > > On Nov 10, 2011, at 9:23 AM, heohni wrote: > > > > > Hi, > > > I really do

Re: Paginator Links, need urgent help

2011-11-10 Thread Andras Kende
You might want to add $options['direction'] as: Paginator->sort($text, 'OBJ_PREIS', array('direction' => 'desc'));?> Andras Kende http//www.kende.com On Nov 10, 2011, at 9:23 AM, heohni wrote: > Hi, > > I really don't get it sorted out... > > my degault sort direction is ASC > > in my view

Paginator Links, need urgent help

2011-11-10 Thread heohni
Hi, I really don't get it sorted out... my degault sort direction is ASC in my view I have this: sortDir(); $text = ($sortDir == 'asc')?__('getting higher', true):__('getting lower', true); ?> Paginator->sort($text, 'OBJ_PREIS', $options = array('escape' => false, 'c

Re: confused! need urgent help.

2011-02-05 Thread dario gaston musante
give us more Data... var_dump $city ... On 4 feb, 02:37, andy_the ultimate baker wrote: > hi, > good morning, > > since i morning i am working on one index view where i want to display > the country. ithe the view i m getting sate and city with its > respective code properly, but the country is

Re: confused! need urgent help.

2011-02-03 Thread Jeremy Burns | Class Outfit
I am almost tempted to say: "will u please make it short and approachable to ur point, becouse no one is having to read a long theses of ur query on the work so please make it shor and come in pints, so it would be fine to give u answer" ...but I won't. What do you see when you do: ...immedia

confused! need urgent help.

2011-02-03 Thread andy_the ultimate baker
hi, good morning, since i morning i am working on one index view where i want to display the country. ithe the view i m getting sate and city with its respective code properly, but the country is not displaying here is my code Html->link($city['Country']['title'], array('controller' => 'countries

Re: need urgent help

2011-01-18 Thread Ryan Schmidt
On Jan 18, 2011, at 01:40, andy_the ultimate baker wrote: > i m trying to redirect the action on a controller but it is > redirecting to another controller action. > //users_controller.php > function admin_add(){ > if(!empty($this->data)){ > if($this->save($thi

Re: need urgent help

2011-01-18 Thread Tran Cao Thai
from where do you call to the users controller ? On Tue, Jan 18, 2011 at 6:40 PM, andy_the ultimate baker < anandghaywankar...@gmail.com> wrote: > hi, > i m trying to redirect the action on a controller but it is > redirecting to another controller action. > //users_controller.php > function admi

need urgent help

2011-01-18 Thread andy_the ultimate baker
hi, i m trying to redirect the action on a controller but it is redirecting to another controller action. //users_controller.php function admin_add(){ if(!empty($this->data)){ if($this->save($this->data)){ $this->Session->setFl