Dashed controller and model filenames

Hi,

How i should use controller and model names? My template file is edit-profile.php.

What is the right usage? I tried following syntaxes:

class Edit-ProfilePage extends Page{} // You know that wrong usage

class EditProfilePage extends Page{}

class Edit_ProfilePage extends Page{}

It’s a bug which is already fixed in the develop branch and will be included in the next release: https://github.com/getkirby/kirby/issues/211

1 Like