What better way to create a helper that generates tabs and multi sub​​-tabs level?

2014-10-14 Thread Flavio Hernandes
What better way to create a helper that generates tabs and multi sub​​-tabs level? Attached example. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" gr

Re: CakePHP 3.0.0-beta2 released

2014-10-14 Thread Radharadhya Dasa
I installed mine via composer. Than at the time up upgrade I did it again via composer. For me everything went well, without any problems. Rrd 2014.10.15. 1:29 ezt írta ("Abdelmajid el Ibrahimi" ): > Hello, > > I want to ask if there is a way to upgrade my version cakephp 3 beta 1 to > beta 2. I

Re: setisodate function

2014-10-14 Thread Abdelmajid el Ibrahimi
Already solved it. Op woensdag 15 oktober 2014 01:34:08 UTC+2 schreef Abdelmajid el Ibrahimi: > > Hello, > > setisodate is a datetime function that can give you a date by entering > year, week, day. Only the problem is i cant get it to work: > $time=new Time($datum); > $week= $time->format('%W');

setisodate function

2014-10-14 Thread Abdelmajid el Ibrahimi
Hello, setisodate is a datetime function that can give you a date by entering year, week, day. Only the problem is i cant get it to work: $time=new Time($datum); $week= $time->format('%W'); $jaar= $time->format('%Y'); $datum= $time->setISODate($jaar,$week,$weekdag); //year , week num , day return

Re: CakePHP 3.0.0-beta2 released

2014-10-14 Thread Abdelmajid el Ibrahimi
Hello, I want to ask if there is a way to upgrade my version cakephp 3 beta 1 to beta 2. I tried replacing the src folder but i get different errors back. I hope there is a easy way and I dont need to replace file by file. Op zondag 28 september 2014 15:49:02 UTC+2 schreef José Lorenzo: > > The

Re: belongsTo custom condition not working

2014-10-14 Thread Matt Myers
CakePHP 2.4.5 LinkedinPerson.linkedin_id (actual ID from Linkedin) LinkedinRecommendation.linkedin_id (actual ID from Linkedin) Both tables share the same foreignKey - which is the unique identifier from LinkedinIn. That is it. Another example of this would be if I had two tables that shared t

Re: Web service login function to check authenticate user in cakephp

2014-10-14 Thread John Andersen
The error message clearly states that the issue is with the missing Posts controller. But you states that the method is in the Users controller. Check your code. Enjoy, John On Saturday, 11 October 2014 00:33:54 UTC+3, Sam wrote: > > I am writing a web service to authenticate whether a user logi

Re: belongsTo custom condition not working

2014-10-14 Thread John Andersen
How are your tables defined? What is the primary key for the table used by the model "LinkedinPerson"? What is the primary key for the table used by the model "LinkedinRecommendation"? In each of the tables, what is the definition of the column "linkedin_id" - I hear mean the purpose of the col

Problem with creating triggers using query() and rawQuery()

2014-10-14 Thread Prashant Shah
Hi, I am writing a installer for an application which will setup the database using query() or rawQuery() methods. I am not able to execute the following SQL statements using query() or rawQuery(). DROP TRIGGER IF EXISTS `check_sometable`; DELIMITER // CREATE TRIGGER `check_sometable` BEFORE INS

Re: include js file to my layout

2014-10-14 Thread Radharadhya Dasa
It should be good like that. Check if your js file in webroot/js diretory rrd 2014-10-13 15:22 GMT+02:00 Yannick Nascimento : > hello there, i have this issues including js files. > i have created a new layout and when i include css like this > Html->css('bootstrap'); ?>, it work just fine but wh

Directories in tmp directory deleted

2014-10-14 Thread John Tadros
Hi All, Something strange happened to my website. This is actually the 2nd time: All directories under the tmp directory under /var/www/html/app/tmp/ were deleted with no reason. I woke up on a call stating that the site is down and upon investigating, found that all directories under tmp were

include js file to my layout

2014-10-14 Thread Yannick Nascimento
hello there, i have this issues including js files. i have created a new layout and when i include css like this Html->css('bootstrap'); ?>, it work just fine but when i want to include Html->script('bootstrap'); ?> it doesn't work, can someone tell me what to do. -- Like Us on FaceBook https:

encrypt and decrypt password

2014-10-14 Thread Himawan Djaya Hendra
dear all, I have vb net coding like this: Public Function Encrypt(ByVal StringToEncrypt As String, Optional ByVal AlphaEncoding As Boolean = False) As String Dim nChar As String Encrypt = "" Try For i = 1 To Len(StringToEncrypt) nChar = Asc(Mi

Re: CDN for CakePHP

2014-10-14 Thread Kan Samy
Thanks Majna. I have gone through the link. But I didnt find this "echo $this->Html->css('alpha_landing/styles', array('fullBase' => $cdnBaseUrl));" in my cakephp code..In addition to that I am using amazon cloudfront CDN. I Want to use Cloudfront to serve images and CSS for my cakephp websi