Thanks for previous replies I am doing encryption and decryption for my log in authentication. i used
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
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
I am new to Zend Framewo开发者_StackOverflow中文版rk. I want to initialize connection configration of zend and phpmyadmin.
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?
I am new in Zend Framwork. I write a action for login is given below : public function authAction() { $request = $this->getRequest();
I want to understand why this works perfect with out a problem. $this->db=Zend_Db_Table_Abstract::getDefaultAdapter();
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
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.
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.