Development Changes - August 2011
July and August were relatively calm and not many changes were done. This is because we were preparing and testing 4.1 release
August 16thAdd getColumn() to DBlite
$array_of_values = $this->api->db->getColumn($query);
$array_of_values = $dq->do_getColumn();
August 16th$api->jui->addStaticInclude()
Calling jui->addInclude() or js()->_load() will attempt to load JavaScript file dynamically through AJAX. Some 3rd party JavaScript add-ons do not like that. Previously developer would had to manually add include text into shared template, now you can simply call:
$this->api->jui->addStaticInclude('myjsfile');
