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
Fuel Start - It is FuelPHP backoffice system with some ACL features
Thanks! It worked.
Comment by
kenjis
February 2014
permalink
Fuel Start - It is FuelPHP backoffice system with some ACL features
Blog table is missing. Fuel\Core\Database_Exception [ 1146 ]: Table 'fuelstart.ws_blog' doesn't exist [ SELECT COUNT(DISTINCT `ws_t0`.`post_id`) AS count_result FROM `ws_blog` AS `ws_t0` ]
Comment by
kenjis
February 2014
permalink
AspectMock integration
Thank you.
Comment by
kenjis
December 2013
permalink
Session clears it self when set in different "windows"
Fuel 1.5 Session has bugs. You should use at least 1.5.1.
Comment by
kenjis
October 2013
permalink
How to access query results?
Don't worry, it an object. It is ok. See, for example, $row->Nname
Comment by
kenjis
June 2013
permalink
Fuel 1.6 oil error
How do you install Fuel?
Comment by
kenjis
June 2013
permalink
Browscap is closed.
How about this? If it fails to download Browscap, use expired cache. https://github.com/kenjis/fuel-core/commit/cf1881dfdb48e264c543b0c82f57c656df903694
Comment by
kenjis
March 2013
permalink
Browscap is closed.
If Fuel can't get browsercap data, the cache will expire sometime and then we can't use Agent class at all. The current implementation is not fail safe. It is better that the cache never expires, isn't it?
Comment by
kenjis
March 2013
permalink
Dev/IDE setup advice
Sublime Text 2 may be evaluated for free, but a license must be purchased for continued use.
Comment by
kenjis
January 2013
permalink
Love the new site
Great! I can read forum with RSS reader. Thanks!
Comment by
kenjis
November 2012
permalink
Sentry and ORM user not found
How about this? Sentry::user((int) $post->user_id)->get('metadata.fullname');
Comment by
kenjis
September 2012
permalink
[Request] Examples of Unit Testing for CRUD with fuelPHP
Here is a sample test code in my book. Sorry the comments are in Japanese. https://github.com/kenjis/fuelphp1st/blob/master/sample-code/10/fuel_form_db/tests/model/form_Test.php Above test code uses these classes: https://github.com/kenjis/fuelphp1…
Comment by
kenjis
May 2012
permalink
Template controller and HTTP header in FuelPHP 1.3-dev
Thank you!
Comment by
kenjis
August 2012
permalink
laravel or fuelphp
Yes, and the question is too vague. So it is difficult to answer and the answers probably do not help you, if any.
Comment by
kenjis
August 2012
permalink
Template controller and HTTP header in FuelPHP 1.3-dev
Thank you for you reply. I want to set cache controll headers for logged in users. So I want to set the code in before().
Comment by
kenjis
August 2012
permalink
Favourite / Best IDE to use with FuelPHP?
Eclipse/PDT + MakeGood MakeGood is awesome! http://piece-framework.com/projects/makegood/wiki
Comment by
kenjis
December 2011
permalink
Is there any book about fuelphp
If you can read Japanese, there are two. One is a paper book, the other is an Ebook. http://www.amazon.co.jp/dp/4881669419 http://tatsu-zine.com/books/fuelphp1st
Comment by
kenjis
August 2012
permalink
Problem upgrading from v1.1 to v1.2
'output_filter' => array('Security:htmlentities'), Security::htmlentities. Two colones needed.
Comment by
kenjis
June 2012
permalink
Email Package dummy driver for unit testing
I did it. https://github.com/fuel/email/issues/29
Comment by
kenjis
May 2012
permalink
Is there CI $config['permitted_uri_chars'] analog in Fuelphp?
WanWizard wrote on Tuesday 6th of December 2011: No, there is not. FuelPHP is a lot more flexible than that. In your config/config.php, in the 'security' section, there is an entry called 'uri_filter'. By default, it only cont…
Comment by
kenjis
December 2011
permalink
Migrations and Environments
Thank you, WanWizard! I created a ticket: https://github.com/fuel/core/issues/901
Comment by
kenjis
April 2012
permalink
Japanese Ebook "FuelPHP Advent Calendar 2011" has been published
John Cyrus David wrote on Tuesday 27th of March 2012: What If I can't read Japanese? Probably you can't get it, because the store site is written in only Japanese. To download it, you must register on the site.
Comment by
kenjis
March 2012
permalink
DOCROOT differs between oil tasks and regular classes
I mean, It is better DOCROOT is always "/path/to/public/". Because it is a word of Web, and less confusion. And you said, real meaning of DOCROOT is where startup script is. So it is better to add another constant for it. Or is the word…
Comment by
kenjis
March 2012
permalink
DOCROOT differs between oil tasks and regular classes
DOCROOT is the word DocumentRoot from NCSA httpd or Apache, isn't it? For me, it implies always "public".
Comment by
kenjis
March 2012
permalink
Translation of FuelPHP Documentation, Test Drive of Crowdin.net
We stops the test at http://crowdin.net/project/fuel-docs Because, the spec of Crowdin HTML translation which splits translation phrase with line breaks (\n) does not fit the document style of FuelPHP Documentation. FuelPHP Documentation breaks lin…
Comment by
kenjis
January 2012
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