ну и самый простой быстрый вариант это самому написать контроллер и запрос
получше погугли, не один же ты такой
в одном из проектов где я работал от него вообще отказались (гибернейт), пользовались jooq
Hibernate: select city0_.city_id as city_id1_0_0_, city0_.city_iso_code as city_iso2_0_0_, city0_.city_name as city_nam3_0_0_, city0_.country_id as country_4_0_0_, country1_.country_id as country_1_1_1_, country1_.country_iso_code as country_2_1_1_, country1_.country_name as country_3_1_1_, country1_.map_link as map_link4_1_1_ from cities city0_ left outer join countries country1_ on city0_.country_id=country1_.country_id where city0_.city_id=?
Hibernate: select features0_.city_id as city_id6_4_0_, features0_.feature_id as feature_1_4_0_, features0_.feature_id as feature_1_4_1_, features0_.city_id as city_id6_4_1_, features0_.city_iso_code as city_iso2_4_1_, features0_.country_id as country_7_4_1_, features0_.country_iso_code as country_3_4_1_, features0_.type as type4_4_1_, features0_.wkt as wkt5_4_1_, country1_.country_id as country_1_1_2_, country1_.country_iso_code as country_2_1_2_, country1_.country_name as country_3_1_2_, country1_.map_link as map_link4_1_2_ from features features0_ left outer join countries country1_ on features0_.country_id=country1_.country_id where features0_.city_id=?
http://localhost:7777/api/cities/4/features
http://localhost:7777/api/cities/4/features?page=1
http://localhost:7777/api/authors/1/books
http://localhost:7777/api/authors/1/books?page=1
@Repository
public interface BookRepository extends JpaRepository<Book, Long> {
List<Book> findAllByAuthor(Author author);
Page<Book> findAllByAuthor(Author author, Pageable pageable);
}
Я не знаю как его написать для php
Далее их нужно как то загрузить на сайт? Kак?
Map<String, String>
.
Как я сейчас это вижу, скачать эти скрипты, залить на хост, подключить их в теме вручную, верно?
А таким образом я так понимаю можно отключить загрузку этих скриптов из вне?
data-car="<?php the_field('my_field_name'); ?>"
<a href="#"
<?php
// Тут выводим цикл с repeater и вставляем все наши data-атрибуты.
if( have_rows('repeater_field_name') ):
while( have_rows('repeater_field_name') ) : the_row();
$data_attr_name = get_sub_field('data_attr_name');
$data_attr_value = get_sub_field('data_attr_value');
echo 'data-'.$data_attr_name.'="'.$data_attr_value.'" ';
endwhile; endif;
?>
class="my_custom_class">Кастомная ссылка</a>
<a href="#" data-attr1="val1" data-attr2="val2"...
Я подобное встречал в Visual Composer + в его дополнениях