# |
Aug 8th 2008, 22:37 |
freebox |
i need to show all categories in home.ctp |
# |
Aug 8th 2008, 22:36 |
freebox |
what is the best to do? an element? |
# |
Aug 8th 2008, 22:35 |
freebox |
I have an category controller.. then i need to show all categories in the view |
# |
Aug 8th 2008, 22:35 |
freebox |
Hello =) |
# |
Aug 8th 2008, 22:35 |
markstory |
actually just bin your model. |
# |
Aug 8th 2008, 22:35 |
markstory |
=> 'alphanumeric') |
# |
Aug 8th 2008, 22:35 |
markstory |
streetaddress => array('rule' |
# |
Aug 8th 2008, 22:32 |
M4ngoB00M |
'streetaddress1' => array('alphanumeric'), |
# |
Aug 8th 2008, 22:32 |
M4ngoB00M |
the element looks like this: |
# |
Aug 8th 2008, 22:32 |
M4ngoB00M |
commented out the vlidation array elemnt and it works fine |
# |
Aug 8th 2008, 22:31 |
M4ngoB00M |
created the validate arry fine. In it are several field to be validated - however in the scaffolded view to create a new Address, I was getting a validation error "this field cannot be left blank." Fine, but it WASNT left blank |
# |
Aug 8th 2008, 22:30 |
M4ngoB00M |
*Address |
# |
Aug 8th 2008, 22:30 |
M4ngoB00M |
created the Adress class - ok |
# |
Aug 8th 2008, 22:29 |
M4ngoB00M |
ok heres the problem - baked some classes... for a single table. "adresses" |
# |
Aug 8th 2008, 22:28 |
M4ngoB00M |
har har har |
# |
Aug 8th 2008, 22:23 |
markstory |
M4ngoB00M: sure but I need it back. |
# |
Aug 8th 2008, 22:20 |
M4ngoB00M |
can anyone give me a quick hand with validation? |
# |
Aug 8th 2008, 22:17 |
djspark |
markstory, thanks, my search wasn't finding it for some reason, got it now :-) |
# |
Aug 8th 2008, 22:17 |
markstory |
djspark: basics.php |
# |
Aug 8th 2008, 22:12 |
M4ngoB00M |
zzzz |
# |
Aug 8th 2008, 22:11 |
M4ngoB00M |
anyone working? |
# |
Aug 8th 2008, 22:10 |
M4ngoB00M |
hello |
# |
Aug 8th 2008, 22:09 |
djspark |
stupid question... where is pr() defined? |
# |
Aug 8th 2008, 22:04 |
Telik |
np |
# |
Aug 8th 2008, 22:04 |
detonatR |
ty |
# |
Aug 8th 2008, 22:04 |
detonatR |
cool |
# |
Aug 8th 2008, 22:03 |
Telik |
easy :) |
# |
Aug 8th 2008, 22:03 |
Telik |
then in the element do <?php echo $quoteVar; ?> |
# |
Aug 8th 2008, 22:03 |
Telik |
in app_controller, do $this->set('quoteVar', $quoteValue); |
# |
Aug 8th 2008, 22:03 |
detonatR |
< |
# |
Aug 8th 2008, 22:03 |
detonatR |
in the view |
# |
Aug 8th 2008, 22:03 |
Telik |
so i was programming in cake yesterday...and something just kinda clicked in my head...and i've made more progress on a project in two days than i have in 2 months. think i'm finally getting this cake stuff down--or at least the basics |
# |
Aug 8th 2008, 22:03 |
detonatR |
but then how would i call it |
# |
Aug 8th 2008, 22:02 |
detonatR |
ah cool |
# |
Aug 8th 2008, 22:01 |
markstory |
app_controller isn't a bad place for it then. |
# |
Aug 8th 2008, 22:01 |
detonatR |
i think it would be better if it was in app controller then |
# |
Aug 8th 2008, 22:01 |
detonatR |
< |
# |
Aug 8th 2008, 22:01 |
detonatR |
ya it will be on each page |
# |
Aug 8th 2008, 22:00 |
Telik |
or if it's on every part of the site, maybe something in AppController. someone correct me if i'm a little off |
# |
Aug 8th 2008, 22:00 |
detonatR |
ya |
# |
Aug 8th 2008, 21:59 |
Telik |
otherwise you might consider a helper to go along with the element |