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/
Related
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)
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..
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 good PHP User-statistic Software, all I can find are outdated (I have to add things like Win8 manually) or have not enough Informations.
I want the know things like: normal time Statistic, Country, Language, Bots, Refer, Seen Pages, etc.
Hope someone can give me a tip.
Maybe this:
http://www.haveamint.com/ - not free
http://piwik.org/ - free
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
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 // ?>