Page 311 of 211,266, showing 20 records out of 4,225,308 total, starting on record 6,201, ending on 6,220
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 20:41 | Telik | but it shouldn't matter |
# | Aug 8th 2008, 20:41 | skua | and in behavior that look like function afterFind(and$model, $results, $primary) {... |
# | Aug 8th 2008, 20:41 | Telik | this def. belongs in the model |
# | Aug 8th 2008, 20:41 | TommyO | skua: override setSource() |
# | Aug 8th 2008, 20:42 | TommyO | __construct() calls it |
# | Aug 8th 2008, 20:42 | skua | oooo yes ! thank ! |
# | Aug 8th 2008, 20:42 | skua | that's look better :) |
# | Aug 8th 2008, 20:59 | lqdice__ | hey anyone who is not a part of ohloh.net .. join it and make some comments on cakephp |
# | Aug 8th 2008, 20:59 | lqdice__ | its a good site |
# | Aug 8th 2008, 21:02 | mboldisc | I realize scaffolding does a query on the database to get some metadata. Is it best practice to create well-defined models with the database fields, or deploy an application that uses the metadata queries? |
# | Aug 8th 2008, 21:05 | mboldisc | Does that question make sense to anyone? |
# | Aug 8th 2008, 21:06 | djspark | where can I find if there is a user logged in, who, etc with the authentication component? is there a document of the values I can reference? |
# | Aug 8th 2008, 21:10 | markstory | pr($_SESSION); |
# | Aug 8th 2008, 21:15 | Matt1 | is there a way to debug all values that are available in config ? |
# | Aug 8th 2008, 21:15 | markstory | what config? |
# | Aug 8th 2008, 21:15 | markstory | like Configure the class? |
# | Aug 8th 2008, 21:16 | Matt1 | markstory: yes |
# | Aug 8th 2008, 21:16 | Matt1 | like: Configure::read('App.dir') |
# | Aug 8th 2008, 21:17 | Matt1 | debug(Configure::read()); not working |
# | Aug 8th 2008, 21:17 | markstory | no. |