Zend certified PHP/Magento developer

How to move a block in magento 1?

In magento 2 to move a block I use the following:
<move element="sidebar.main" destination="category.products.list" after="product_list_toolbar"/>

But how can I move an element in magento 1?