回复: Still struggling with login/logout in my test app

2012-03-26 Thread JunLe Li
debug what's in $_SESSION array? Is $_SESSION['Auth'] still there? 在 2012-3-26 下午3:12,"Thomas" 编写: Hi, I'm using the usermin plugin to manage users and access rights. In the first step, everything works fine, as long as the user is not logged in he can't access any pages. No I made a "logout"

回复: Re: Where is this CSS?

2012-03-26 Thread JunLe Li
can i copy the orignal one, then just make some modifications? where is the orignal css file? 在 2012-3-26 上午5:59,"thatsgreat2345" 编写: If you want to use your own layout you must add a file called default.ctp into layouts folder (inside your apps View folder). This will override cakes default layo

Re: redirecting problem

2012-03-30 Thread JunLe Li
ini_set() work correctly? -- liju...@gmail.com | Public Key| Twitter | SinaWeibo On Fri, Mar 30, 2012 at 16:42, LITTO CHACKO wrote: > hai guys, i have to met with other prob

Re: Global functions

2012-04-04 Thread JunLe Li
why not use array? $output = array('Rh A+', 'Rh A-','Rh B+', 'Rh B-', 'Rh AB+', 'Rh AB-'); > if (isset($output[ $patient['Patient']['bloodgroup'] ])) { > echo $output[ $patient['Patient']['bloodgroup'] ]; > } > -- liju...@gmail.com | Public Key