zend-db-table
How to decrypt the text
Thanks for previous replies I am doing encryption and decryption for my log in authentication. i used[详细]
2023-04-08 20:03 分类:问答How to execute query in Zend framework
Thanks for previous replies I am execution \"select Name from table_name where id=1\"; . i saw some tutorials for getting data from the database, they mentioned $DB = new Zend_Db_Adapter_Pdo_Mysql($p[详细]
2023-04-08 03:52 分类:问答Zend Quickstart Tutorial Conceptual Problem
I am trying to learn zend framework, and managed to get through the whole quickstart tutorial they have. However, there is something that I simply can not understand, and was hoping somebody can help[详细]
2023-04-08 02:59 分类:问答How can i define a mysql connection in Zend's application.ini file?
I am new to Zend Framewo开发者_StackOverflow中文版rk. I want to initialize connection configration of zend and phpmyadmin.[详细]
2023-04-07 13:45 分类:问答Zend_Db_Table: Delete multiple entries
I wanted to delete some db entries and each of them has a unique ID. My current code looks so, taken from here: Zend Framework: How to delete a table row where multiple things are true?[详细]
2023-04-07 04:26 分类:问答Zend Login Problem
I am new in Zend Framwork. I write a action for login is given below : public function authAction() { $request = $this->getRequest();[详细]
2023-04-06 21:37 分类:问答When Extending Zend_Db_Table_Abstract to Create a Join it Crashes MySQL
I want to understand why this works perfect with out a problem. $this->db=Zend_Db_Table_Abstract::getDefaultAdapter();[详细]
2023-04-06 18:40 分类:问答How mvc works in Zend framework
Thanks for previous replies.. I am trying to print Hello_world using zend framework. I wrote php file in model folder开发者_C百科 and return string value as a \"Hello_world\". In controller i accesst[详细]
2023-04-06 17:42 分类:问答Zend framework query with innerjoin and AS
I try to Get the follow query into a valid zf query but I getting keep errors. I hope someone can help me with this one.[详细]
2023-04-06 06:30 分类:问答extending zend db select
I am building a CMS kind of site, There will be lot of admin users. ACL was in place for business layer. But now we want to apply custom ACL logic to models based on city in which admin user belongs.[详细]
2023-04-05 18:36 分类:问答