Logs for

Page 14 of 211,232, showing 20 records out of 4,224,636 total, starting on record 261, ending on 280

# At Username Text
# Aug 6th 2008, 15:43 altos well i'm out for today
# Aug 6th 2008, 15:43 altos thanks for the help guys
# Aug 6th 2008, 15:44 Tom_M_ bake is really good
# Aug 6th 2008, 15:44 Tom_M_ sadly i dont use it as much as i should
# Aug 6th 2008, 15:46 achew22 does anyone know where the datetime combo boxes gets combined into date format/
# Aug 6th 2008, 15:46 olof ACL question here. When I insert an ARO that contains a . (for example cake acl create aro 'my.name@example.com') everything before the first period is treated as the modelname. How can I escape the periods? I tried \. which worked, but the \ was also written into the aro
# Aug 6th 2008, 15:47 Raphael If you find the answer, please let it here
# Aug 6th 2008, 15:48 Raphael I'll look at tomorrow in the morning
# Aug 6th 2008, 15:48 Raphael thanks in advance
# Aug 6th 2008, 15:52 Swiatecki Tom_M_: have i understood this correctly: you can somehow(bake?) create a copy of the std. cake dir for a new project?
# Aug 6th 2008, 15:53 Tom_M_ yea the bake script allows you to go through a console based wizard that asks a series of questions based on what it discovers in your database. it then makes some assumptions and depending on your db architecture, creates all the add/edit/delete/view pages and forms you'd need to get started
# Aug 6th 2008, 15:54 Swiatecki so i create a couple of tables and run the wizzard?
# Aug 6th 2008, 15:54 Tom_M_ yea
# Aug 6th 2008, 15:54 Tom_M_ provided that they follow cake's naming conventions of course
# Aug 6th 2008, 15:54 bjn Question (looked in the manual, sorry if I missed it): Does CakePHP require any particular PHP extensions to be compiled/enabled?
# Aug 6th 2008, 15:55 Swiatecki ofc
# Aug 6th 2008, 15:55 Swiatecki how would you do if you want to create a new project, you just want the files, but wil du the coding your self
# Aug 6th 2008, 15:56 Swiatecki Tom_M_ ^^
# Aug 6th 2008, 15:57 Tom_M_ you create folders and files under your /app folder manually. i do it that way, slower .. but i also copy and paste from old projects since most my projects are similar it works out to be faster for me i think (than bake)
# Aug 6th 2008, 15:59 cozby is findAllByUserId deprecated?