Code: Select all
localhost/ci/welcome/cat/7Diese Methode ist sehr einfach:
Code: Select all
function cat()
{
echo "just a test.";
}
Was könnte das Problem sein?
Code: Select all
localhost/ci/welcome/cat/7Code: Select all
function cat()
{
echo "just a test.";
}