$categories->getSelect()->join(....);
$categories->load();
<admin>
tags allows you to define<adminhtml>
tags<frontend>
for the backend.<frontend>
is that it doesn't allow routes. (use <admin>
for that).$write = Mage::getSingleton("core/resource")->getConnection("core_write");
// Concatenated with . for readability
$query = "insert into mage_example "
. "(name, email, company, description, status, date) values "
. "(:name, :email, :company, :desc, 0, NOW())";
$binds = array(
'name' => "name' or 1=1",
'email' => "email",
'company' => "company",
'desc' => "desc",
);
$write->query($query, $binds);
sudo apt-get install phpmyadmin
завтра думаю переустанавливать windows и ставить ubuntu
Меня интересуют веб-сервер(локальный), можно ли и как поставить phpstorm(IDE) и что еще туда нужно?