what is the first file that get loaded when you run a application using cakephp? can you change that file?

I'm a CakePHP novice so hopefully someone will correct me if I'm wrong.
You can change any file... Whether or not you should is a different question, as it's usually not a good idea to change core files for platforms/frameworks.
I think the first files loaded from the app/ directory are either Config/core.php or Config/bootstrap.php.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.