Yahya Erturan

Results 12 issues of Yahya Erturan

Hi, In my `APPPATH.models/Company_model.php`, I am adding a relation to `City_model` which lives in `APPPATH.models/Geography/City_model.php`. Trying to relate with: `$this->has_one['city'] = 'Geography/City_model';`. But it gives me an error. Stack says:...

I have `User_model` and `Email_model` where users can have more than one email but an email can be assigned to only one user. All primary keys for my tables are...

Using SublimeText3. Gives errors when it runs: ``` python Scanning D:\web_projects\vOtopazari\framework\application\controllers\home.php Exception in thread Thread-16: Traceback (most recent call last): File "X/threading.py", line 639, in _bootstrap_inner File "todo in D:\developer_apps\SublimeText-3\Data\Installed...

Hi, A very good library thank you. I am using webpack and I can't include the library as usage of `var` in your css. Would you be able to create...

When I create a User, `created_by_id`, `created_at`, `updated_by_id`, `updated_at` fills correctly. When I *remove*, `deleted_at` fills correctly. But `deleted_by_id` stays NULL in database. I tried to change order of traits...

## Expected Behavior When cropping round image, only cropped image should be saved. ## Actual Behavior When cropping round image, a black border boundary also being saved. ## Steps to...

Switching to mb functions to support more languages.

Composer'da Guzzle ile ilgili şöyle bir şey dönüyor. Kodu hiç test edebildiniz mi? Guzzle'ın yeni versiyonu ile uyumlu mu? `guzzle/guzzle suggests installing guzzlehttp/guzzle (Guzzle 5 has moved to a new...