Re: Set::extract on an array containing one element

2011-05-02 Thread Otavio Martins Salomao
u try this! foreach($test as $element) $result = $element['Deep1']['Deep2']['extract']; 2011/5/2 Gluckens > Hi everyone, > > I'm trying to extract data from an array containing only one element > and it doesn't seem to work properly. > Here's an example : > > Starting array > $test = array(

Re: Dynamic table with cakephp

2011-04-21 Thread Otavio Martins Salomao
That your table need be in the cakephp convetion, so the name of table in plural and model on singular 2011/4/20 cricket > On Wed, Apr 20, 2011 at 11:33 AM, gannher wrote: > > Hello > > > > My application must create table. It will be done with procedure/ > > function in mysql. So cakephp doesn

Re: how to link css files?

2011-04-21 Thread Otavio Martins Salomao
for link your css file on the page u need link it: css(array('cssName1','cssName2')); ?> 2011/4/20 cricket > On Wed, Apr 20, 2011 at 9:45 AM, varai wrote: > > Hi, > > > > A small mistake, I don't want to specify the width for #navbar and I > > want it to inherit the width from the #header (ie.