-
is there any way of generating select field dependency, like city dropdown depending on country dropdown etc.? I have tried some grocery crud extensions, but they don't work possibly because of HMVC.…
-
When using form_submit(), you can not put {{ language:xyz }} or variables for some reason... Any chance not hooked to translation system?
-
I have a MVC architecture, directories are like this:
- codeigniter application folder
- controllers
- config
- ...
- modules (the MVC)
- module_one
- controllers
- models
…
-
The current options with regard to debugging, profiling and error handling all leave from the premise that you have a browser to your disposal, i.e. they all display data in the output stream.
Obviou…
-
Hi,
I would like to use the Blacked CRUD generated class into my custom code, is there an example o a guide to help me?
Thanks
-
Hi,
First of all: Thanks for this awesome and clean library, it has helped me a lot but today I've been struggling with my "main.slice.php" where I have `@yield('title', 'Placeholder')`, it works …
-
Hello, i am using CodeIgniter v 3.1.2 with HMVC,
**Have error:**
A PHP Error was encountered
Severity: Notice
Message: Undefined property: DatatableControl::$db
Filename: libraries/Datatable.php
…
ilzat updated
7 years ago
-
```
What functionality do you want to see?
Static functions were used initially to demonstrate simplicity, but the project
grew and grew and grew...
The OO approach should allow for a more HMVC ap…
-
Devemos padronizar a forma como serão utilizados os endereços dos módulos no config e dentro do core.
No config tem um exemplo da seguinte forma:
``` php
Config::set('modules', array(
'Example' …
-
I have this function in Welcome Controller
```
public function format_tanggal($tanggal)
{
return date('d-m-Y',strtotime($tanggal));
}
```
But when i write test in WelcomeTest
```
public function t…