1

In general, PHP server variables start with $_ like $_REQUEST,$_GET etc but in kohana framework some variables are like kohana::$_paths,Kohana::$_modules etc.

Are these server variables?

0

2 Answers 2

3

These variables have an underscore to indicate that they are private members (or in this case protected) of the core kohana class. You will find this coding standard throughout the whole framework.

Sign up to request clarification or add additional context in comments.

Comments

1

How PHP server variables starts with "$_",similarly Kohana framework defined these variables.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.