jaxon-php / jaxon-examples

Examples demonstrating the Jaxon library usage https://www.jaxon-php.org.
5 stars 8 forks source link

includes directory is not in the repository #2

Closed nevtag closed 7 years ago

nevtag commented 8 years ago

Hi Thierry,

in the index.php of the examples is this line. require(DIR . '/includes/menu.php')

But the directory does not exists.

feuzeu commented 8 years ago

The examples are currently designed to be inserted in the website. They do not work anymore as a standalone website. I'll fix it asap.

nevtag commented 8 years ago

Am 03.11.2016 um 12:12 schrieb Thierry Feuzeu:

The examples are currently designed to be inserted in the website. They do not work anymore as a standalone website. I'll fix it asap.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jaxon-php/jaxon-examples/issues/2#issuecomment-258115725, or mute the thread https://github.com/notifications/unsubscribe-auth/ABiy4hEQ7KszoxbmndkaoM67SeExpPRTks5q6cGKgaJpZM4KoJUr.

Thx Thierry, that sounds good.

You have made a lot of work, to push the old xajax. Great job.

I use it many many years, and I will now migrate my application to symfony.

So, I will test, your installation instructions, it seems that it will not run out of the box.

I will help you, so others can use it "out of the box", because jaxon/xajax is awesome.

I opend an other Issue,

     The service "jaxon.ajax" has a dependency on a non-existent

service "request".

regards,

joc

feuzeu commented 7 years ago

Hi, Have you fixed this issue? Which version of Symfony are you using?

feuzeu commented 7 years ago

The examples can now be installed separately. The install steps are described in the README.

nevtag commented 7 years ago

Thx Thierry. I have decided to use my own framework after some tests with symphony. So I have jaxon-php integrated in my framework, and migrate it up to php7.