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.
daGrevis
Discussions
24
Comments
70
Activity
Noob Question: 'No input file specified' message
I have the same troubles! I changed that line in htaccess as Kurt suggested and now I have my 404 whenever I try to access any other controller than Index. I don't know, on my Windows platform all worked (I have some extra configuration in rou…
Comment by
daGrevis
May 2011
permalink
Problems with before() and $this->response->redirect()
Thanks, you're the best! Forgot that template's controller may use before() (and after(), and ..) as well. P.S. You can use Diesel::is_signedIn() instead of Diesel::is_signedIn() !== null.
Comment by
daGrevis
May 2011
permalink
Query Builder to Plain SQL for Debbuging Purposes?
Works as charm, thanks.
Comment by
daGrevis
May 2011
permalink
Query Builder to Plain SQL for Debbuging Purposes?
I can't see toString() or something equivalent that would print out $_result in Database_Result class.
Comment by
daGrevis
May 2011
permalink
Query Builder to Plain SQL for Debbuging Purposes?
Hmm... not so easy. ErrorException [ 4096 ]: Object of class Fuel\Core\Database_MySQL_Result could not be converted to string
Comment by
daGrevis
May 2011
permalink
Can't Use Function Return Value In Write Context.
I'm pretty sure that empty() is a function and goes under variable handling functions. Look at php.net.
Comment by
daGrevis
April 2011
permalink
Again About Validation...
With "I failed" I meant that $validation->run() returned 'false'. I fix it myself. I used 'match_value' instead of 'match_field' for passwordRepeatedly!
Comment by
daGrevis
April 2011
permalink
Again About Validation...
Anyone? I need to know atleast is it my or Fuel's problem.
Comment by
daGrevis
April 2011
permalink
Can't Use Function Return Value In Write Context.
Thanks, cahva. Didn't think about it... )
Comment by
daGrevis
April 2011
permalink
Again About Validation...
P.S. Maybe problem is somewhere else.... http://pastie.org/1829153
Comment by
daGrevis
April 2011
permalink
DB::select, how to return one dimensional array for more then one row fields
I think that this is what you are searching for... http://stackoverflow.com/questions/5449787/from-two-dimensional-array-to-one-dimensional-array
Comment by
daGrevis
April 2011
permalink
Phil Sturgeon - Forum module
I thought that he is asking himself. )
Comment by
daGrevis
April 2011
permalink
Folder structure for multiple apps
Agree. It's just logic! I would be greatly stupid to simply copy all Fuel's core files again and again to make new sites (based on Fuel). And what about updating Fuel? Simple doh!
Comment by
daGrevis
April 2011
permalink
Memory Usage and Speed vs Code Igniter
Jelmer Schreuder, can't agree more.
Comment by
daGrevis
April 2011
permalink
Security in my app classes etc..
Take a look at this for more info... I asked about it myself, just in Kohana forums.
Comment by
daGrevis
April 2011
permalink
Configuring fuel to use your database
You never edit anything in core/ directory!!! P.S. If you need to... you can extend one (or more) of core classes... but never edit them!
Comment by
daGrevis
April 2011
permalink
Call to a member function body() on a non-object
The same goes for before() and after() methods. You must call parent's methods to overwrite them. public function before() { parent::before(); // Your code. } public function after() { parent::after(); // Your code. }
Comment by
daGrevis
April 2011
permalink
i18n routes (multilanguage segment names)
You can simply create two URI's with one location... array = ( '/news/1231/a-news-article' = '...', '/nieuws/1231/een-nieuws-artikel' = '...' ); If it isn't what you need then sorry... tr…
Comment by
daGrevis
April 2011
permalink
Fuel download link
P.S. Why RC1 isn't available on GitHub? I can't see it.
Comment by
daGrevis
April 2011
permalink
daGrevis' A11n (Authorization)
Okey, here are a little improved code of it... on GitHub! ) It's still in development stage, anyways... Take a look on this too! xD I called it "Diesel". I hope none is against it! Have you any suggestions for improving my code? I wo…
Comment by
daGrevis
March 2011
permalink
Extending Packages (ex. Auth)
Isn't this working? class My_A11n extends A11n {}
Comment by
daGrevis
March 2011
permalink
Let's get documenting.
I want to, but my english skills are too poor. (( Maybe I could help in some other way??
Comment by
daGrevis
March 2011
permalink
FTP Class
I hope you didn't think that I actually used x'es there. )) Last question: will this code would work if it would be simple ftp://?
Comment by
daGrevis
March 2011
permalink
FTP Class
app/config/ftp.php:
Comment by
daGrevis
March 2011
permalink
Phil's template library
As much as I know... Phil is our Phil Sturgeon (one of Fuel's main developers)! He could port it to Fuel by himself! =]
Comment by
daGrevis
March 2011
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
daGrevis
Joined
February 2011
Visits
0
Last Active
March 2012
Roles
Member