Is there php written in php? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I found that almost language are written in itself, sometimes to just prove it can be done. So is there php interpreter/compiler written in php? I search google but didn't find anything.

PHPPHP by ircmaxell
<?php // ?>

Related

How can I view the raw PHP engine? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm interested in "looking under the hood" of PHP to see just how it works.
I have Apache and have been programing using PHP for years, but I'd like to see what makes it tick.
You can see the source on github:
https://github.com/php/php-src
(BTW: Google is very helpful)

Code that generates magento module structure [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anyone indicate me an php code that generates the magento module structure, in 2012 I found this kind of code but now I was not able to remember where I found it.
Thanks in advance!
Here is the code:
http://www.techflirt.com/how-to-createn-custom-magento-module-step-by-step-tutorial/
for someone this could be helpfull..

Is there Ehcache for php [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for caching solutions for php, so I was wondering if is there something like good and scalable as Ehcache, but for PHP?
Thanks
PHP official caching method is memcached or check it on php.net or try fastcache

Q&A site template like stackoverflow [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a template for a Q&A site like stackoverflow preferably written in PHP. Does anybody knows any open-source template for that? I already searched github, but didn't find anything.
Thanks in advance.
I think both of these are open-source and PHP.
http://www.question2answer.org/qa/
http://support.lampcms.com/

recommend a PHP script to create XML sitemap? (crawl/scrape method) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm happy to write my own but if there's a really nice PHP script out there that i can just run on a cron and exclude directories then i'd love to hear about it!
I'd prefer to use a scraper/crawler type script than write the XML from the database....
http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators
As far as the database interaction, you can adapt one of the above.

Categories