-
I get Call to undefined method Generator::build() in [base path]/modules/generator/classes/Generator/Task/Generate/Model.php on line 43
when doing ./minion generate:module --name=links
Any idea how …
-
https://github.com/open-classifieds/openclassifieds2/issues/597
-
Some tools like Zend Framework have a folder hierarchy something like the following:
```
application/
| modules/
| | mod1/
| | | controllers/
| | | | MyController.php
| | | …
-
для того чтобы не париться с конфигами и заливать файлы без геморроя
-
We need some means for counting the amount of code that we are different from Kohana. I do not rule out the fact that when the differences will be quite a lot, we will cease to depend on Kohana
-
Try this
`'created_at' => array('timestamp', 'default' => DB::expr('CURRENT_TIMESTAMP'))`
or
`'created_at' => array('timestamp', 'default' => 'CURRENT_TIMESTAMP')`
and have error
`1396501173_create…
-
$b = DB_SQL::select('tech')->from('ENVIRONMENTS');
$this->content = $b->query();
ErrorException [ Warning ]: oci_execute() [function.oci-execute]: ORA-00911: invalid character
MODPATH\leap\classes\ba…
-
- How to plugins / themes fit in?
- How can they add to the API?
- Can they modify the API?
- How can they add to the UI?
- What use cases should these cover?
-
Hi,
Is it possible to add a ->where('col','=','something') ORM condition to a paginate object ?
-
Thanks for this module.
But what's with the var_dump($messages); in Database.php's write method? Kohana's default error page looks pretty bad with that huge cluster of text at the top.
I'm guessing …