kohana-3
An idea about login script
At the moment I think about login script. Idea - when you submit login and password, they checks into model and if login and password is correct, script shows a message about completed login process.[详细]
2023-04-12 00:40 分类:问答Is there a way to compress output in kohana?
Well, i guess there are some ways to gzip html. Add ob_start(\'ob_gzhandler\'); 开发者_开发知识库to index.php or in the main app controller. But i hope there is a better solution. In addition i want i[详细]
2023-04-11 21:44 分类:问答Kohana and Simple HTML Dom parser are having issues
Trying to use the Simple HTM开发者_Python百科L Dom Parser in my application. Placed the sample function of scraping_slashdot() into a controller.[详细]
2023-04-11 00:05 分类:问答Kohana (ORM) - how to find record from 2 tables
class Model_Category extends ORM { protected $_has_many = array( \'film\' => array(\'through\' => \'films_categories\')[详细]
2023-04-10 09:10 分类:问答Kohana 3.2 Validation_Exception will not support errors()
I am trying to add the error messages to my validation object. It says that errors is not a method of Validation_Exception. That I know... The thing is that I though the $e variable would be the inst[详细]
2023-04-10 03:10 分类:问答Kohana config database - enabling
I can\'t make to Config_Database work. I\'m enabling new Config Source that way: Kohana::$config->attach(new Config_Database, FALSE);[详细]
2023-04-10 00:16 分类:问答Kohana 3 pagination renders incorrectly
Edit I\'ve added a github repostitory of my /application directory. https://github.com/ashleyconnor/Egotist[详细]
2023-04-07 09:05 分类:问答Routing in Kohana without changing URL
How can I re-rout execution to another controller开发者_开发技巧/action in Kohana PHP framework, w/o redirecting.if you using default routing you can do this:[详细]
2023-04-07 06:27 分类:问答Problems with Kohana Logs
For some reason I cannot get开发者_StackOverflow社区 kohana to log my custom errors. Here is the code:[详细]
2023-04-07 02:00 分类:问答SwiftMailer email in Kohana triggers array to string conversion
I\'m trying to email in Kohana using SwiftMailer but keep coming across an error about an array to string conversion.[详细]
2023-04-05 20:21 分类:问答