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
DB::select() Always Return 'true'
Yeah, already done that... Thanks again. ))
Comment by
daGrevis
March 2011
permalink
DB::select() Always Return 'true'
Thank you, both. Here's my final code.... =] public static function valid_combo( $username, $password ) { $query = DB::select( 'id' ) ->from( 'users' ) ->where( 'username', '=', $userna…
Comment by
daGrevis
March 2011
permalink
DB::select() Always Return 'true'
Good explanation. I think it my laziness - so I didn't use var_dump(). ( Can you explain why do I need as_array()? Edit: Ohh... It's still and object. Get it... ^^ Edit #2: Is there something like an API for Fuel? Like there is for Kohana…
Comment by
daGrevis
March 2011
permalink
FuelPHP 1 - Zend 2 - Symfony 2 - Kohana 3 - Yii 1
And c11n (configuration) and so on... )) I'm not a PHP guru, but Fuel seems the best for my needs. Keep in the mind that it isn't finished yet! =] I have tried Kohana and CodeIgnitor so far...
Comment by
daGrevis
March 2011
permalink
$validation->valid_string()
Oh... funny mistake. Thanks.
Comment by
daGrevis
March 2011
permalink
POST and GET
Just asked for knowing... All clear, thanks.
Comment by
daGrevis
March 2011
permalink
Look & Feel - website and docs
Agree. All what framework should contain is it's core + 'Hello, world!' example. =]
Comment by
daGrevis
February 2011
permalink
Look & Feel - website and docs
Anyways, framework is great and that's all what I need... )
Comment by
daGrevis
February 2011
permalink
A Little Bit More Info About Models
Thanks. All works. =]
Comment by
daGrevis
March 2011
permalink
What's Changed About Routes in Latest Fixies?
Huglester, thanks. =]
Comment by
daGrevis
March 2011
permalink
Look & Feel - website and docs
Loic Sharma wrote on 03/06/11 4:57 pm: Uh, what? This site's design is great, we don't need a new one! Totally disagree!
Comment by
daGrevis
February 2011
permalink
Please post something in your blog on the fuel site
Okey, I agree. Fuel website should be a little bit more upgraded. New design, more abilities (to get community more active!), something nice... some magic. But none get paid for that. Are you ready to do it by your self? For example, in free time I…
Comment by
daGrevis
March 2011
permalink
Please post something in your blog on the fuel site
As much as I know.... Fuel on GitHub is very active! That's the common! =]
Comment by
daGrevis
March 2011
permalink
What's Changed About Routes in Latest Fixies?
I don't know how to explain more precisely. Fuel is working! Every route is working! But URI like "example.com/" don't work. The same controller can be loaded using "example.com/index/index".
Comment by
daGrevis
March 2011
permalink
What's Changed About Routes in Latest Fixies?
Nope, 'index_file' is set to false. Sorry for my pure explanation. When user goes to "example.com/" without anything after slash... default route should be called, right? It just don't work as supposed to! In routes.php nex…
Comment by
daGrevis
March 2011
permalink
Validation::factory() without Any Args Throws Error!
I did like so... I even replaced my configuration files (including bootstrap.php and index.php)! Everything is workin'! =]
Comment by
daGrevis
March 2011
permalink
Validation::factory() without Any Args Throws Error!
To update version of Fuel... I need to download newest from GitHub and then move them to the old files place (directories: core, packages), right?
Comment by
daGrevis
March 2011
permalink
How to Kepp Pretty URI's When Underscore is Used as Directory Separator?
Okey, boss... (
Comment by
daGrevis
March 2011
permalink
How to Kepp Pretty URI's When Underscore is Used as Directory Separator?
Yes, but the link anyway would be "/signin" and that's not pretty. (
Comment by
daGrevis
March 2011
permalink
Funny, but I Can't Load Even a Controller!
Yeay! Thanks for reminding me of logging feature. =] The problem was that I forgot to prefix method with "action_"... =]
Comment by
daGrevis
March 2011
permalink
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