Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
kenjis
Discussions
20
Comments
78
Activity
ORM Memory leak
I respect your thought, and I have never met a case which I need the clear method. If you must clear cache, you are doing something wrong. I got it. Thank you for your explanation.
Comment by
kenjis
May 2014
permalink
ORM Memory leak
WanWizard Why do we add the method to ORM package? This kind of question comes some times.
Comment by
kenjis
May 2014
permalink
Fuelphp 2.0
> But since one of the main architecture decisions for Fuel v2 is "no thight integration between classes" and "no static classes" because if makes unit testing impossible I don't disagree with v2 architecture. But we c…
Comment by
kenjis
May 2014
permalink
HHVM
Fuel is community driven. If there is anyone who tries to run Fuel on HHVM, it is better he/she send Pull Request.
Comment by
kenjis
May 2014
permalink
Why "minimum-stability": "dev" ?
I got it. Thank you for your replies.
Comment by
kenjis
May 2014
permalink
Why "minimum-stability": "dev" ?
Do you mean "minimum-stability: dev" in deveop branch, "minimum-stability: stable" in master branch?
Comment by
kenjis
May 2014
permalink
Why "minimum-stability": "dev" ?
I think, we use composer.lock and "composer install" to pin the version. That's enough. What I say here is why Fuel has "minimum-stability: dev".
Comment by
kenjis
May 2014
permalink
Why "minimum-stability": "dev" ?
> But for Psr\Log specifically, I don't see any need of mentioning it in the composer.json at all, as Fuel doesn't use it. It's a dependency of Monolog, so Monolog's composer.json should define the version. Yes, Psr\Log is…
Comment by
kenjis
May 2014
permalink
Why "minimum-stability": "dev" ?
I commit composer.lock and I think all other developers of my team should use "composer install" to use the exact same version of all packages. And if we want to use HEAD of some packages, we should set the version to "dev" in …
Comment by
kenjis
May 2014
permalink
Why "minimum-stability": "dev" ?
> One way to fix the problem would be to just lower your minimum-stability down to "dev". But that's usually a really bad idea, because it applies to all constraints and as a result you will get unstable versions of all packages. …
Comment by
kenjis
May 2014
permalink
TLS support for smtp
@mmn357157 1.8/develop branch could send via smtp.live.com. See: https://github.com/fuel/email/issues/55
Comment by
kenjis
April 2014
permalink
TLS support for smtp
I created a ticket: https://github.com/fuel/email/issues/55
Comment by
kenjis
April 2014
permalink
FuelPHP 1.x Composer Setup
You are probably right. I changed the references to "1.7/master". It makes "composer install/update" install latest 1.7/master. But I still want tags with no related to this PR. There is no easy way to get specific version of Fu…
Comment by
kenjis
April 2014
permalink
What is cache section?
I sent PR: https://github.com/fuel/docs/pull/637
Comment by
kenjis
April 2014
permalink
What is cache section?
Good question! It seems that you can set cache with dot, like 'section.id'.
Comment by
kenjis
April 2014
permalink
TLS support for smtp
It seems like this: http://www.php.net/manual/ja/transports.inet.php#95022 I got the error from tls://smtp.live.com port 587: Fuel\Core\PhpErrorException [ Warning ]: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages: error:140…
Comment by
kenjis
April 2014
permalink
FuelPHP 1.x Composer Setup
PR: https://github.com/fuel/fuel/pull/296
Comment by
kenjis
April 2014
permalink
FuelPHP 1.x Composer Setup
Now I wrote "reference": "1.7/master"https://github.com/kenjis/fuelphp-1.x-composer/blob/1.7-master-composer/composer.json#L42 But, 1.7/master is a branch. So it is changing. This means we can't install past version (eg, 1.…
Comment by
kenjis
April 2014
permalink
FuelPHP 1.x Composer Setup
Yes, it is. In fact, the repo has no docs. I'll send PR including docs.
Comment by
kenjis
April 2014
permalink
Facades in Fuel 2.0
Thank you. I also think static interface like 1.x is needed in 2.0, because of BC or for people prefer it for some reasons. And it is good to hear to use or not is my choice. But Facade is still bad naming. It implies 'Facade pattern'. B…
Comment by
kenjis
March 2014
permalink
[ASK]How to set up and use phpunit in fuelphp?
How do you setup FuelPHP?
Comment by
kenjis
February 2014
permalink
How to write Unit Tests of FuelPHP Application with AspectMock
My pleasure!
Comment by
kenjis
February 2014
permalink
FuelPHP even more faster?
Zephir is interesting. We could get much better performance to replace some classes (Fuel core or our own apps) into C extesions with Zephir.
Comment by
kenjis
February 2014
permalink
LDAP authentication
I guess few people use LDAP. There are another package: https://github.com/sharkpp/fuel-ldapauth But README is only Japanese...
Comment by
kenjis
February 2014
permalink
FuelPHP suits me, but...
Hi, guys! I'm wondering why FuelPHP isn't that popular with the individual freelancer. I like it, because 1.x will have long life, like CodeIgniter 2.x. If we have to upgrade, for example, every 6 month, it is ridiculous.
Comment by
kenjis
February 2014
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
kenjis
Joined
November 2011
Visits
132
Last Active
July 2015
Roles
Member