Bake generated admin section, basic password protect?

2007-09-03 Thread GunitMail
So I generated my admin section with bake, but its not password protected. Is there a dead basic/quick way to do a 1 user password protect on these pages? Thanks very much in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: outputting results from a db in groups of common content

2007-09-01 Thread GunitMail
foreach ($work in $works){ > if ($work['Work']['type'] != $current) { > // print heading > } > // print name and other details > > } > > Geoff > --http://lemoncake.wordpress.com > > On Sep 1, 10:10 am, GunitMail <[EMAIL PROTEC

outputting results from a db in groups of common content

2007-08-31 Thread GunitMail
Hello! Ok here is how an entry in my database looks like: [Work] => Array ( [id] => 1 [name] => piece of work 1 [type] => Print [date] => 2006-03-02 [description] => blah blah [content] => WORK! ) How would