Kohana 3.0 ile yönlendirme sorunu

0 Cevap php

Benim geçerli projede böyle bir denetleyici ağaç ive:

Controller -
------Admin -
------------user.php
------otherClass.php

Where controller and admin are folder and user and otherClass are the classes.
If i want to call any otherClass method the url would be this one:

example.com / otherClass

Ama böyle kullanıcıların yöntemleri çağırmak çalıştığınızda:

example.com / admin / user

i bu olsun: (nedir mantıksal) Sınıf controller_admin yok, bu yüzden bootstrap.php ve birçok başarısız denemeden sonra Maçında ile çalıştı, ben vazgeçti ve sizi sormaya karar verdi: P.

The question is how should i code the route::set to make this work.
Thanks

0 Cevap