<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0">
			<channel>
				<title>The UnOfficial CakePHP Forum</title>
				<link>http://www.cakephpforum.net</link>
				<generator>RSS IPB news 1.5</generator>
				<description>The forum for Cake Bakers</description>
				<lastBuildDate>Mon, 20 May 2013 04:51:02 +0000</lastBuildDate><language>en</language><copyright>CakePHPForum.net</copyright><managingEditor>admin@cakephpforum.net</managingEditor>
						<webMaster>admin@cakephpforum.net</webMaster><image>
							<url>http://www.cakephpforum.net/images/logo.gif</url> 
							<link>http://www.cakephpforum.net</link> 
							<title>The UnOfficial CakePHP Forum</title>
							<width>144</width> 
							<height>56</height>
							<description>The forum for Cake Bakers</description> 
						</image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheUnofficialCakephpForum" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="theunofficialcakephpforum" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		            <pubDate>Sat, 18 May 2013 16:48:19 +0000</pubDate>
		            <title>Three objectives of perfect web design.</title>
					<description><![CDATA[ Hi friends,<br>Many times web designers created very common mistake at the time of designing a website, they forget the objective of designing and only focusing on the look of the website. There are three objectives of perfect web designing.<br><br>1.   Make Your Website Load Fast<br>2.   Create proper structure and arrange elements in a way that are easy to understand by users.<br>3.   Provide most relevant information on the website.<br> ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3383</link>
		         </item><item>
		            <pubDate>Sat, 18 May 2013 13:46:46 +0000</pubDate>
		            <title>Email confirmation on new resistration in php ?</title>
					<description><![CDATA[ Hello friends,<br>I want to make my website registration more secure and i want to send a confirmation mail on new registration. so guys help me and suggest me a best php script for that.<br>Thanks. ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3382</link>
		         </item><item>
		            <pubDate>Sat, 18 May 2013 13:45:15 +0000</pubDate>
		            <title>Error MYI'. (errno: 145)</title>
					<description><![CDATA[ Hi,<br><br>Were getting a few tickets from people with forum boards with regards to the<br>MYI&#39;. (errno: 145)<br>Error 145 = Table was marked as crashed and should be repaired<br>This mainly happens with the &quot;sessions&quot; table.<br>This is the table responsible for storing who is logged in.<br>It&#39;s called by the script in order to display the username.<br>please share your feedback on this.<br>thanks.<br> ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3381</link>
		         </item><item>
		            <pubDate>Fri, 17 May 2013 16:35:23 +0000</pubDate>
		            <title>what should i use for redierct to page?</title>
					<description><![CDATA[ Hello Guys, <br>after login i want user to redirect on index.php so there is two command to redirect so which should be i use and why? please share your review. <br>RedirectToURL(&quot;index.php&quot;); and second is &quot;header(location:index.php);<br> which one should i use for redirection. ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3380</link>
		         </item><item>
		            <pubDate>Fri, 17 May 2013 10:55:29 +0000</pubDate>
		            <title>What is splitting of links?</title>
					<description><![CDATA[ Hi friends,<br>I read in an article that one should avoid splitting of links. Links that come from outside shall have same url as internal links of the same landing page. What does that mean? ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3379</link>
		         </item><item>
		            <pubDate>Fri, 17 May 2013 10:53:56 +0000</pubDate>
		            <title>A Problem with Apache + PHP.</title>
					<description><![CDATA[ Hello Guys,<br>I&#39;ve installed Apache server (2.0.48) and PHP (4.3.4) and I&#39;ve encountered this problem when trying to get variables from the address bar (don&#39;t know any    other way to describe it). it can&#39;t get the id variable from there. i don&#39;t know if the problem is with apache settings or php.ini.<br> thanks in advance. ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3378</link>
		         </item><item>
		            <pubDate>Thu, 16 May 2013 09:36:56 +0000</pubDate>
		            <title>Twitter bootstrap Alert not works in Cakephp</title>
					<description><![CDATA[ iam new one to cakephp, i configured cakephp with twitter bootstrap layout.<br><br>I create alert message in index page ,when clicked close button in alert it closed.<br>when change into another page that page also i create a alert message but not works..any one have idea about this reply me..<br> i attached sample code also<br><br><br>model code:<br></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><br>&#60;?php <br>class Task extends AppModel<br>{ <br> &nbsp; &nbsp;var &#036;name = &#39;Task&#39;; <br> <br>} <br>?&#62;<br><br></td></tr></table><div class='postcolor'> <br><br>Controller code:<br></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><br>&#60;?php <br>class TasksController extends AppController<br>{ <br> &nbsp; &nbsp;var &#036;name = &#39;Tasks&#39;; <br> &nbsp; &nbsp;var &#036;components = array&#40;&#39;Session&#39;&#41;;<br> &nbsp; &nbsp;var &#036;helpers = array&#40;&#39;Html&#39;, &#39;Form&#39;&#41;;<br> &nbsp; &nbsp;public function beforeFilter&#40;&#41; {<br> &nbsp; &nbsp;parent&#58;&#58;beforeFilter&#40;&#41;;<br> &nbsp; &nbsp;}<br> &nbsp; &nbsp;<br> &nbsp; &nbsp;function index&#40;&#41; <br> &nbsp; &nbsp;{<br> &nbsp; &nbsp;<br> &nbsp; &nbsp;}<br><br> &nbsp; &nbsp;function index1&#40;&#41;<br> &nbsp; &nbsp;{<br> &nbsp; &nbsp;<br> &nbsp; &nbsp;}<br><br> &nbsp; &nbsp;<br>}<br><br>?&#62;<br></td></tr></table><div class='postcolor'><br><br><br>View code:(index.ctp)<br></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><br>&#60;html&#62;<br>&#60;head&#62;<br><br>&#60;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1.0&#34;&#62;<br>&#60;&#33;-- Bootstrap --&#62;<br>&#60;link href=&#34;css/bootstrap.min.css&#34; rel=&#34;stylesheet&#34; media=&#34;screen&#34;&#62;<br>&#60;/head&#62;<br><br>&#60;body&#62;<br>&#60;/br&#62;<br>&#60;?php echo &#036;this-&#62;html-&#62;link&#40;&#39;Click Me&#39;, array&#40;&#39;action&#39;=&#62;&#39;index1&#39;&#41;&#41;; ?&#62;<br>&#60;/br&#62;<br>&#60;/br&#62;<br>&#60;/br&#62;<br><br><br>&#60;?php <br>echo &#036;this-&#62;Form-&#62;create&#40;&#39;Task&#39;,array&#40;&#39;controller&#39; =&#62; &#39;Tasks&#39;,&#39;action&#39;=&#62;&#39;index1&#39;&#41;&#41;;<br>echo &#036;this-&#62;Form-&#62;submit&#40;&#39;Click Me&#39;,array&#40;&#39; class&#39;=&#62;&#39;btn btn-success &#39;,&#39; name&#39;=&#62;&#39;commit&#39; ,&#39;type&#39;=&#62;&#39;submit&#39; ,&#39;value&#39;=&#62;&#39;Sign in&#39; &#41;&#41;;<br>echo &#036;this-&#62;Form-&#62;end&#40;&#41;;<br>?&#62;<br><br><br><br> &nbsp; &nbsp;&#60;div class=&#34;alert&#34;&#62;<br> &nbsp; &nbsp;&#60;button type=&#34;button&#34; class=&#34;close&#34; data-dismiss=&#34;alert&#34;&#62;&amp;times;&#60;/button&#62;<br> &nbsp; &nbsp;&#60;strong&#62;Warning&#33;&#60;/strong&#62; Best check yo self, you&#39;re not looking too good.<br> &nbsp; &nbsp;&#60;/div&#62;<br><br>&#60;script src=&#34;http&#58;//code.jquery.com/jquery.js&#34;&#62;&#60;/script&#62;<br> &#60;script src=&#34;js/bootstrap.min.js&#34;&#62;&#60;/script&#62; <br>&#60;/body&#62;<br>&#60;/html&#62;<br><br></td></tr></table><div class='postcolor'><br>Index1.ctp:<br><br></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><br>&#60;html&#62;<br>&#60;head&#62;<br>&#60;title&#62;Bootstrap 101 Template&#60;/title&#62;<br>&#60;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1.0&#34;&#62;<br>&#60;&#33;-- Bootstrap --&#62;<br>&#60;link href=&#34;css/bootstrap.min.css&#34; rel=&#34;stylesheet&#34; media=&#34;screen&#34;&#62;<br>&#60;/head&#62;<br><br>&#60;body&#62;<br><br><br><br> &nbsp; &nbsp;&#60;div class=&#34;alert&#34;&#62;<br> &nbsp; &nbsp;&#60;button type=&#34;button&#34; class=&#34;close&#34; data-dismiss=&#34;alert&#34;&#62;&amp;times;&#60;/button&#62;<br> &nbsp; &nbsp;&#60;strong&#62;Warning&#33;&#60;/strong&#62; Best check yo self, you&#39;re not looking too good.<br> &nbsp; &nbsp;&#60;/div&#62;<br><br>&#60;script src=&#34;http&#58;//code.jquery.com/jquery.js&#34;&#62;&#60;/script&#62;<br>&#60;script src=&#34;js/bootstrap.min.js&#34;&#62;&#60;/script&#62;<br>&#60;/body&#62;<br>&#60;/html&#62;<br></td></tr></table><div class='postcolor'><br><br><br>give the suggestion to solve this error. ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3377</link>
		         </item><item>
		            <pubDate>Wed, 15 May 2013 11:00:25 +0000</pubDate>
		            <title>syntax error.</title>
					<description><![CDATA[ Hi there,<br>I can&#39;t find where I made a mistake, for years...<br>&#036;row = &quot;INSERT INTO Student (Name, Surename, StudentID, Generation) VALUES (&#39;&#036;_POST[&#036;student_data[0]]&#39;, &#39;&#036;_POST[&#036;student_data[1]]&#39;, &#39;&#036;_POST[&#036;student_data<br><br>[2]]&#39;, &#39;&#036;_POST[&#036;student_data[3]]&#39;)&quot;;<br> ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3376</link>
		         </item><item>
		            <pubDate>Wed, 15 May 2013 10:59:20 +0000</pubDate>
		            <title>Sitemap Importance?</title>
					<description><![CDATA[ Hi friends<br>Is sitemap important for your site ? and how can we generate this . ? please share your feedback.<br>Thanks.<br> ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3375</link>
		         </item><item>
		            <pubDate>Wed, 15 May 2013 01:24:19 +0000</pubDate>
		            <title>Research about frameworks</title>
					<description><![CDATA[ Hello&#33;<br><br>I&#39;m doing a research about frameworks for PHP.<br>Currently, I&#39;m researching the frameworks Zend, CakePHP, CodeIgniter, Yii and Symfony.<br><br>I&#39;m new in the subject, and I&#39;m reading a lot of tutorials and manuals.<br>The materials are good, and I could learn a lot of what these frameworks can do.<br><br>But, in the moment, I came here trying to know what CakePHP *<b>can&#39;t do</b>*.<br>In other words, those features that we miss after working some time with the framework.<br><br>Can you please tell me some features that you miss in CakePHP for the improvement of my research?<br><br>Thank you&#33;<br>Fabio Schunig ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3374</link>
		         </item><item>
		            <pubDate>Tue, 14 May 2013 16:41:08 +0000</pubDate>
		            <title>which is best for web developing .net or php?</title>
					<description><![CDATA[ Hi Guys,<br>Which is best for web developing .net or php. what you think about. please share your feedback.<br>Thanks. ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3373</link>
		         </item><item>
		            <pubDate>Tue, 14 May 2013 16:36:47 +0000</pubDate>
		            <title>How to remove malware from website?</title>
					<description><![CDATA[ <br>Hi friends,<br>How to remove malware from my website. please share your suggestion. thanks. ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3372</link>
		         </item><item>
		            <pubDate>Tue, 14 May 2013 08:42:27 +0000</pubDate>
		            <title>installation error on backup server</title>
					<description><![CDATA[ Hi - I&#39;m trying to migrate an existing CakePHP installation to a seperate dev server for testing purposes. I have uploaded the files and database and changed the details in the database.php file to match the new database. However I get the following error<br><br>Warning (2): require_once(/var/chroot/home/vendors/wurfl-php/WURFL/Application.php) [function.require-once]: failed to open stream: No such file or directory [APP/config/bootstrap.php, line 69]<br><br><br>Fatal error: require_once() [function.require]: Failed opening required &#39;/var/chroot/home/vendors/wurfl-php/WURFL/Application.php&#39; (include_path=&#39;.:/usr/local/php5_3/lib/php:/home/content/10/11020110/html/addleedev:/home/content/10/11020110/html/addleedev/app/&#39;) in /home/content/10/11020110/html/addleedev/app/config/bootstrap.php on line 69<br><br>Can anyone help?<br><br>Thanks in advance ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3371</link>
		         </item><item>
		            <pubDate>Mon, 13 May 2013 17:43:22 +0000</pubDate>
		            <title>Which is best designing tool?</title>
					<description><![CDATA[ Hi friends,<br>I want to design a website.Please suggest me a simple and friendly designing tools. please let me know best tool for web development.<br>Thanks ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3370</link>
		         </item><item>
		            <pubDate>Mon, 13 May 2013 17:41:53 +0000</pubDate>
		            <title>which is the best framework for php?</title>
					<description><![CDATA[ Hello Guys<br>I am new in Development, so please tell me which is the best framework for php. share your feedback and suggestion.<br><br>Thanks ]]></description>
		            <link>http://www.cakephpforum.net/index.php?showtopic=3369</link>
		         </item></channel>
		</rss>
