public function view($container = NULL, $klank = NULL, $type = NULL) { $html = Loader::helper('html'); $ch = Loader::helper('container'); Loader::model('container_list'); Loader::model('container'); Loader::model('attribute_list'); Loader::model('attribute/type'); Loader::model('attribute/categories/collection'); $ak = CollectionAttributeKey::getByHandle('klank'); if (empty ($container) && empty ($klank) && empty ($type) ){ $this->task = "overview"; $this->set('alphabet', $ch->getSelectOptions($ak)); return; } if ($ch->isInSelectOptions($ak, $container)){
I'm not sure if what you've posted is actually representative of the code you're using, but if so, you don't actually have a function name in your code, and also you are referring to uppercase "A" in one place and lowercase "a" in another case.